﻿/*
@import url(https://fonts.googleapis.com/css?family=verdana:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300italic,300,200italic,200,400italic,600,600italic,700,700italic,900);
*/
@font-face {
    font-family: 'verdana';
    src: url('../fonts/verdana.eot');
    src: url('../fonts/verdana.eot') format('embedded-opentype'),
         url('../fonts/verdana.woff2') format('woff2'),
         url('../fonts/verdana.woff') format('woff'),
         url('../fonts/verdana.ttf') format('truetype'),
         url('../fonts/verdana.svg#verdana') format('svg');
}
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
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
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 {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
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 {
    *,
    *:before,
    *:after {
        background: transparent !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^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .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 th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "verdana", sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #2691e4;
    text-decoration: none
}
a:hover,
a:focus {
    color: #1568a9;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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 #eeeeee
}
.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: inherit;
    font-weight: 500;
    line-height: 1.4;
    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: normal;
    line-height: 1;
    color: #777777
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10.5px
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}
h1,
.h1 {
    font-size: 40px
}
h2,
.h2 {
    font-size: 24px
}
h3,
.h3 {
    font-size: 20px
}
h4,
.h4 {
    font-size: 18px
}
h5,
.h5 {
    font-size: 16px
}
h6,
.h6 {
    font-size: 14px
}
p {
    margin: 0 0 20px;
    line-height:28px;
}
.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,
.initialism {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777777
}
.text-primary {
    color: #2691e4
}
a.text-primary:hover,
a.text-primary:focus {
    color: #1876bf
}
.text-success {
    color: #3c763d
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover,
a.text-info:focus {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}
.bg-primary {
    color: #fff
}
.bg-primary {
    background-color: #2691e4
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1876bf
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eeeeee
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 21px
}
dt,
dd {
    line-height: 1.42857
}
dt {
    font-weight: bold
}
dd {
    margin-left: 0
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}
.dl-horizontal dd:after {
    clear: both
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777
}
.initialism {
    font-size: 90%
}
blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #eeeeee
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.42857
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}
pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-1 {
    width: 8.33333%
}
.col-xs-2 {
    width: 16.66667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.33333%
}
.col-xs-5 {
    width: 41.66667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.33333%
}
.col-xs-8 {
    width: 66.66667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.33333%
}
.col-xs-11 {
    width: 91.66667%
}
.col-xs-12 {
    width: 100%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-pull-1 {
    right: 8.33333%
}
.col-xs-pull-2 {
    right: 16.66667%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-4 {
    right: 33.33333%
}
.col-xs-pull-5 {
    right: 41.66667%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-7 {
    right: 58.33333%
}
.col-xs-pull-8 {
    right: 66.66667%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-10 {
    right: 83.33333%
}
.col-xs-pull-11 {
    right: 91.66667%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-push-1 {
    left: 8.33333%
}
.col-xs-push-2 {
    left: 16.66667%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-4 {
    left: 33.33333%
}
.col-xs-push-5 {
    left: 41.66667%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-7 {
    left: 58.33333%
}
.col-xs-push-8 {
    left: 66.66667%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-10 {
    left: 83.33333%
}
.col-xs-push-11 {
    left: 91.66667%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0%
}
.col-xs-offset-1 {
    margin-left: 8.33333%
}
.col-xs-offset-2 {
    margin-left: 16.66667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333%
}
.col-xs-offset-5 {
    margin-left: 41.66667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333%
}
.col-xs-offset-8 {
    margin-left: 66.66667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333%
}
.col-xs-offset-11 {
    margin-left: 91.66667%
}
.col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left
}
th {
    /*text-align: left*/
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #682d05
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #682d05
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    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>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}
.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}
.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}
.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.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>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555555
}
.form-control {
	margin-bottom: 5px;
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    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[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 31px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 48px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}
.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}
.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 31px;
    line-height: 31px
}
textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].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,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px
}
select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 48px;
    line-height: 48px
}
textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 48px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 19px;
    line-height: 1.33333
}
.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
}
.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}
.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 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: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
@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
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #2691e4;
    border-color: #1b84d6
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1876bf;
    border-color: #0d3e64
}
.btn-primary:hover {
    color: #fff;
    background-color: #1876bf;
    border-color: #14629f
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1876bf;
    border-color: #14629f
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #14629f;
    border-color: #0d3e64
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #2691e4;
    border-color: #1b84d6
}
.btn-primary .badge {
    color: #2691e4;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #682d05;
    border-color: #682d05;
    padding:2px;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #2691e4;
    font-weight: normal;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #1568a9;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropup,
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff!important;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    font-weight:bold;
    /*background-color: #f5f5f5*/
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2691e4
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    cursor: not-allowed
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}
.btn-toolbar:after {
    clear: both
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}
.btn-group-vertical>.btn-group:after {
    clear: both
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus {
    z-index: 3
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 6px
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav:before,
.nav:after {
    content: " ";
    display: table
}
.nav:after {
    clear: both
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    /*background-color: #a7794d*/
}
.nav>li.disabled>a {
    color: #777777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    /*background-color: #eeeeee;*/
    border-color: #2691e4;
    color:#000;
}
.nav li:focus {
    color:#41642c;
}
.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #2691e4
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar {
    position: relative;
    min-height: 43px;
    /*margin-bottom: 10px;*/
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table
}
.navbar:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (max-width: 767px) {
  .header-bottom .navbar {
    background-color: #41642c;
  }
 }
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}
.navbar-header:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}
.navbar-collapse:after {
    clear: both
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    padding: 14.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 50px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 8px 9px;
    margin-top: 1px;
    margin-bottom: 8px;
    background-color: #682d05;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    /*margin: 7.25px -15px;*/
    margin:12px 0px 8px -16px;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 21px;
    color:#fff;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        /*padding: 5px 15px 5px 25px;*/
        padding: 5px 15px 5px 5px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 21px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        /*margin: 7.25px -15px;*/
        margin:5px 0 5px 0px;
    }
    .navbar-nav>li {
        float: left;
        padding:5px;
    }
    .navbar-nav>li>a {
        /*padding-top: 14.5px;
        padding-bottom: 14.5px;padding:10px;*/
        padding:0 10px 0px 10px;
        text-transform:uppercase;
        font-weight:normal;
        color:#fff;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7.5px;
    margin-bottom: 7.5px
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px
}
.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}
.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        /*margin-right: -15px*/
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    /*background-color: #f5f5f5;*/
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb>.active {
    color: #777777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #2691e4;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #1568a9;
    background-color: #eeeeee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #2691e4;
    border-color: #2691e4;
    cursor: default
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center
}
.pager:before,
.pager:after {
    content: " ";
    display: table
}
.pager:after {
    clear: both
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label-default {
    background-color: #777777
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #2691e4
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #1876bf
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #2691e4;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 68px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.thumbnail .caption {
    padding: 9px;
    color: #333333
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #2691e4
}
.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: bold
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #2691e4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2691e4;
    border-color: #2691e4
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #dbedfb
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
    padding: 15px
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}
.panel-body:after {
    clear: both
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit
}
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {
    border-top-width: 0
}
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}
.panel-group {
    margin-bottom: 21px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #2691e4
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #2691e4;
    border-color: #2691e4
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #2691e4
}
.panel-primary>.panel-heading .badge {
    color: #2691e4;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #2691e4
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}
.modal-header:after {
    clear: both
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "verdana", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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: 0.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: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    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
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "verdana", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
    border-radius:5px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix: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-xs {
    display: none !important
}
.visible-sm {
    display: none !important
}
.visible-md {
    display: none !important
}
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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
    }
    th.visible-xs,
    td.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
    }
    th.visible-sm,
    td.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
    }
    th.visible-md,
    td.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
    }
    th.visible-lg,
    td.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
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
.tab.style-01 .panel-group .panel,
.tab.style-02 .panel-group .panel,
.tab.style-03 .panel-group .panel,
.tab.style-04 .panel-group .panel {
    border: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-01 .panel-default>.panel-heading,
.tab.style-02 .panel-default>.panel-heading,
.tab.style-03 .panel-default>.panel-heading,
.tab.style-04 .panel-default>.panel-heading {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-01 .panel-default>.panel-heading+.panel-collapse>.panel-body,
.tab.style-02 .panel-default>.panel-heading+.panel-collapse>.panel-body,
.tab.style-03 .panel-default>.panel-heading+.panel-collapse>.panel-body,
.tab.style-04 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none
}
.owl_nav-01 .owl-controls .owl-buttons .owl-prev:before,
.owl_nav-01 .owl-controls .owl-buttons .owl-next:before,
.owl_nav-02 .owl-controls .owl-buttons .owl-prev:before,
.owl_nav-02 .owl-controls .owl-buttons .owl-next:before,
ul.style-02 li:before,
ul.style-03 li:before,
ul.style-04 li:before,
.accordion.style-01 .acc_title .icon-right:before,
.accordion.style-02 .acc_title .icon-right:before,
.accordion.style-03 .acc_title:before,
.accordion.style-04 .acc_title .icon-right:before,
.blockQuote.style-01:before,
.blockQuote.style-02:before,
.blockQuote.style-03:before,
.blockQuote.style-04:before,
.blockQuote.style-05:before,
.blockQuote.style-06:before,
.tab.style-05 .nav-tabs>li>a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_product_categories ul li a:before,
.widget_search .search-form .search-submit:before,
.header_mainMenu.style-01 .sf-menu.sf-arrows .sf-with-ul:after,
.header_mainMenu.style-01 .sf-menu .sf-mega .sub-menu li a:before,
.header_mainMenu.style-02 .sf-menu .sf-mega .sub-menu li a:before,
.mainSlider.style-01 .owl-controls .owl-buttons .owl-prev:before,
.mainSlider.style-01 .owl-controls .owl-buttons .owl-next:before,
.slider_quote .bx-controls .bx-controls-direction .bx-prev,
.slider_quote .bx-controls .bx-controls-direction .bx-next,
.list ul li:before,
.woocommerce .woocommerce-ordering:before,
.woocommerce-page .woocommerce-ordering:before,
.woocommerce div.product form.cart .button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.owl_nav-first .owl-controls .owl-buttons div {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
a,
.owl_nav-01 .owl-controls .owl-buttons .owl-prev,
.owl_nav-01 .owl-controls .owl-buttons .owl-next,
.owl_nav-02 .owl-controls .owl-buttons .owl-prev,
.owl_nav-02 .owl-controls .owl-buttons .owl-next,
.owl_nav-first .owl-controls .owl-buttons div,
.btn,
.skillBar.style-01 .skillBar_list .skillBar_dotted,
.tab.style-07 .nav-tabs li,
.tab.style-07 .nav-tabs li a span,
.widget_search .search-form .search-submit,
.widget_product_search .woocommerce-product-search input[type="submit"],
.header_country ul,
.header_office .active span,
.header_office ul,
.header_email .fa,
.header-bottom-right_list ul ul,
.header_search .sb-search-input,
.header_mainMenu.style-02 .sf-menu>li>a:before,
.header_request span,
.mobileMenu .nav,
.mainSlider.style-01 .owl-controls .owl-buttons .owl-prev,
.mainSlider.style-01 .owl-controls .owl-buttons .owl-next,
.service.style-01 .entry-item,
.service.style-01 .entry-item .service_listIcon,
.service.style-03 .widget-content .entry-item,
.service.style-03 .widget-content .entry-item .entry-content .entry-title,
.service.style-03 .widget-content .entry-item .entry-content .service_listIcon,
.service.style-07 .service_list,
.service.style-07 .service_list .fa,
.about.style-01 .widget-content .entry-item .entry-thumb a:before,
.news.style-02 .widget-content .entry-item .entry-thumb .icon_plus:before,
.news.style-02 .widget-content .entry-item .entry-thumb .icon_plus:after,
.news.style-02 .widget-content .entry-item .entry-thumb:before,
.formContact.style-01 .wpcf7 .wpcf7-form .wpcf7-submit,
.newsLetter.style-01 .widget-content form input[type='submit'],
.social.style-02 .widget-content ul li,
.social.style-03 .widget-content ul li,
.owlSync.style-01 .owl-carousel.sync2 .owl-item .item:before,
.owlSync.style-01 .owl-carousel.sync2 .owl-item .item:after,
.download.style-01 .widget-content .btn .fa,
.commentForm .contact-respond .contact-form button,
.directLink.style-01 .widget-content ul li,
.directLink.style-01 .widget-content ul li i,
.blogList .entry-item .entry-content .blogList_header .iconType,
.singleNextPrev.style-01 .entry-item .entry-thumb:before,
.galleryPage.style-01 .filterOptions_wrap ol li,
.request input[type="text"],
.shopItem .entry-item .entry-thumb img,
.productRelated.style-01 .entry-item .entry-thumb img,
.woocommerce div.product form.cart .button,
.woocommerce #reviews .comment-form .form-submit .submit,
.sub-page .woocommerce .woocommerce-error .button,
.sub-page .woocommerce .woocommerce-info .button,
.sub-page .woocommerce .woocommerce-message .button,
.sub-page .woocommerce #respond input#submit,
.sub-page .woocommerce a.button,
.sub-page .woocommerce button.button,
.sub-page .woocommerce input.button,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
    -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
    -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
    transition: all 300ms ease 0s, visibility 0s ease 0s
}
ul.style-01,
ul.style-02,
ul.style-03,
ul.style-04,
ul.style-05,
ul.style-06,
.countDown .countDown_wrap,
.pricingTable.style-01 .pricingTable_list .pricingTable_content,
.pricingTable.style-02 .pricingTable_list .pricingTable_content,
.tab.style-07,
.widget_archive,
.widget_categories,
.widget_pages,
.widget_product_categories,
.widget_meta,
.widget_recent_entries,
.widget_recent_comments,
.widget_rss,
.widget_nav_menu,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content,
.widget_products,
.widget_recent_reviews,
.widget_top_rated_products,
.header_country,
.header_office,
.header_mainMenu.style-01,
.header-bottom-right_list,
.header_phone,
.mobileMenu,
.mainSlider.style-02,
.service.style-03 .widget-content,
.about.style-07 .widget-content,
.slider_quote,
.listMenu .widget-content,
.social.style-01,
.social.style-02 .widget-content,
.social.style-03 .widget-content,
.recentPost.style-01 .widget-content,
#comments,
.directLink.style-01 .widget-content,
.singleAuthor .singleAuthor_social,
.galleryPage.style-01 .filterOptions_wrap,
.navSub.style-01,
.list,
.topSale.style-01 .widget-content,
.sub-page .woocommerce-checkout #payment,
.woocommerce .order_details {
    list-style: none
}
ul.style-01 ul,
ul.style-02 ul,
ul.style-03 ul,
ul.style-04 ul,
ul.style-05 ul,
ul.style-06 ul,
.countDown .countDown_wrap ul,
.pricingTable.style-01 .pricingTable_list .pricingTable_content ul,
.pricingTable.style-02 .pricingTable_list .pricingTable_content ul,
.tab.style-07 ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_nav_menu ul,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul,
.widget_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul,
.header_country ul,
.header_office ul,
.header_mainMenu.style-01 ul,
.header-bottom-right_list ul,
.header_phone ul,
.mobileMenu ul,
.mainSlider.style-02 ul,
.service.style-03 .widget-content ul,
.about.style-07 .widget-content ul,
.slider_quote ul,
.listMenu .widget-content ul,
.social.style-01 ul,
.social.style-02 .widget-content ul,
.social.style-03 .widget-content ul,
.recentPost.style-01 .widget-content ul,
#comments ul,
.directLink.style-01 .widget-content ul,
.singleAuthor .singleAuthor_social ul,
.galleryPage.style-01 .filterOptions_wrap ul,
.navSub.style-01 ul,
.list ul,
.topSale.style-01 .widget-content ul,
.sub-page .woocommerce-checkout #payment ul,
.woocommerce .order_details ul,
ul.style-01 ol,
ul.style-02 ol,
ul.style-03 ol,
ul.style-04 ol,
ul.style-05 ol,
ul.style-06 ol,
.countDown .countDown_wrap ol,
.pricingTable.style-01 .pricingTable_list .pricingTable_content ol,
.pricingTable.style-02 .pricingTable_list .pricingTable_content ol,
.tab.style-07 ol,
.widget_archive ol,
.widget_categories ol,
.widget_pages ol,
.widget_product_categories ol,
.widget_meta ol,
.widget_recent_entries ol,
.widget_recent_comments ol,
.widget_rss ol,
.widget_nav_menu ol,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ol,
.widget_products ol,
.widget_recent_reviews ol,
.widget_top_rated_products ol,
.header_country ol,
.header_office ol,
.header_mainMenu.style-01 ol,
.header-bottom-right_list ol,
.header_phone ol,
.mobileMenu ol,
.mainSlider.style-02 ol,
.service.style-03 .widget-content ol,
.about.style-07 .widget-content ol,
.slider_quote ol,
.listMenu .widget-content ol,
.social.style-01 ol,
.social.style-02 .widget-content ol,
.social.style-03 .widget-content ol,
.recentPost.style-01 .widget-content ol,
#comments ol,
.directLink.style-01 .widget-content ol,
.singleAuthor .singleAuthor_social ol,
.galleryPage.style-01 .filterOptions_wrap ol,
.navSub.style-01 ol,
.list ol,
.topSale.style-01 .widget-content ol,
.sub-page .woocommerce-checkout #payment ol,
.woocommerce .order_details ol {
    list-style: none;
    padding: 0;
    margin: 0
}
ul.style-01 ul li,
ul.style-02 ul li,
ul.style-03 ul li,
ul.style-04 ul li,
ul.style-05 ul li,
ul.style-06 ul li,
.countDown .countDown_wrap ul li,
.pricingTable.style-01 .pricingTable_list .pricingTable_content ul li,
.pricingTable.style-02 .pricingTable_list .pricingTable_content ul li,
.tab.style-07 ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li,
.widget_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li,
.header_country ul li,
.header_office ul li,
.header_mainMenu.style-01 ul li,
.header-bottom-right_list ul li,
.header_phone ul li,
.mobileMenu ul li,
.mainSlider.style-02 ul li,
.service.style-03 .widget-content ul li,
.about.style-07 .widget-content ul li,
.slider_quote ul li,
.listMenu .widget-content ul li,
.social.style-01 ul li,
.social.style-02 .widget-content ul li,
.social.style-03 .widget-content ul li,
.recentPost.style-01 .widget-content ul li,
#comments ul li,
.directLink.style-01 .widget-content ul li,
.singleAuthor .singleAuthor_social ul li,
.galleryPage.style-01 .filterOptions_wrap ul li,
.navSub.style-01 ul li,
.list ul li,
.topSale.style-01 .widget-content ul li,
.sub-page .woocommerce-checkout #payment ul li,
.woocommerce .order_details ul li,
ul.style-01 ol li,
ul.style-02 ol li,
ul.style-03 ol li,
ul.style-04 ol li,
ul.style-05 ol li,
ul.style-06 ol li,
.countDown .countDown_wrap ol li,
.pricingTable.style-01 .pricingTable_list .pricingTable_content ol li,
.pricingTable.style-02 .pricingTable_list .pricingTable_content ol li,
.tab.style-07 ol li,
.widget_archive ol li,
.widget_categories ol li,
.widget_pages ol li,
.widget_product_categories ol li,
.widget_meta ol li,
.widget_recent_entries ol li,
.widget_recent_comments ol li,
.widget_rss ol li,
.widget_nav_menu ol li,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ol li,
.widget_products ol li,
.widget_recent_reviews ol li,
.widget_top_rated_products ol li,
.header_country ol li,
.header_office ol li,
.header_mainMenu.style-01 ol li,
.header-bottom-right_list ol li,
.header_phone ol li,
.mobileMenu ol li,
.mainSlider.style-02 ol li,
.service.style-03 .widget-content ol li,
.about.style-07 .widget-content ol li,
.slider_quote ol li,
.listMenu .widget-content ol li,
.social.style-01 ol li,
.social.style-02 .widget-content ol li,
.social.style-03 .widget-content ol li,
.recentPost.style-01 .widget-content ol li,
#comments ol li,
.directLink.style-01 .widget-content ol li,
.singleAuthor .singleAuthor_social ol li,
.galleryPage.style-01 .filterOptions_wrap ol li,
.navSub.style-01 ol li,
.list ol li,
.topSale.style-01 .widget-content ol li,
.sub-page .woocommerce-checkout #payment ol li,
.woocommerce .order_details ol li {
    list-style: none
}
ul.style-01 li,
ul.style-02 li,
ul.style-03 li,
ul.style-04 li,
ul.style-05 li,
ul.style-06 li,
.countDown .countDown_wrap li,
.pricingTable.style-01 .pricingTable_list .pricingTable_content li,
.pricingTable.style-02 .pricingTable_list .pricingTable_content li,
.tab.style-07 li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_product_categories li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content li,
.widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.header_country li,
.header_office li,
.header_mainMenu.style-01 li,
.header-bottom-right_list li,
.header_phone li,
.mobileMenu li,
.mainSlider.style-02 li,
.service.style-03 .widget-content li,
.about.style-07 .widget-content li,
.slider_quote li,
.listMenu .widget-content li,
.social.style-01 li,
.social.style-02 .widget-content li,
.social.style-03 .widget-content li,
.recentPost.style-01 .widget-content li,
#comments li,
.directLink.style-01 .widget-content li,
.singleAuthor .singleAuthor_social li,
.galleryPage.style-01 .filterOptions_wrap li,
.navSub.style-01 li,
.list li,
.topSale.style-01 .widget-content li,
.sub-page .woocommerce-checkout #payment li,
.woocommerce .order_details li {
    list-style: none
}
.alert.style-03 .alert .alert_title,
.event .event_content .event_title,
#comments .comments-list .comment .comment-header .comment-info h6 {
    font-family: 'verdana', sans-serif;
    font-weight: 400
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.widget-title.style-01 .sub_title,
.widget-title.style-01 .primary_title,
.widget-title.style-01 .name_title,
.widget-title.style-03 .primary_title,
.widget-title.style-04 .primary_title,
.widget-title.style-08 .primary_title,
.entry_title.style-01,
.entry_title.style-02,
.viewMore.style-01,
.viewMore.style-04,
.btn,
.countDown.style-03 .chart span,
.pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_price,
.pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_sub,
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_price,
.skillBar.style-01 .skillBar_list .skillBar_counter,
.skillBar.style-02 .skillBar_list .skillBar_percent,
table.style-01 thead,
table.style-02 thead,
.tab.style-01 .nav-tabs>li>a,
.tab.style-02 .nav-tabs>li>a,
.tab.style-03 .nav-tabs>li>a,
.tab.style-04 .nav-tabs>li>a,
.tab.style-05 .nav-tabs>li>a,
.tab.style-06 .nav-tabs>li>a,
.tab.style-07 .nav-tabs li a span,
.tab.style-08 .nav-tabs li a,
.pagination.style-01,
.widget_archive,
.widget_categories,
.widget_pages,
.widget_product_categories,
.widget_meta,
.widget_recent_entries,
.widget_recent_comments,
.widget_rss ul li .rsswidget,
.widget_search .search-form label .search-field,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a,
.widget_product_search .woocommerce-product-search .search-field,
.widget_products ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li,
.widget_top_rated_products ul.product_list_widget li,
.header-right,
.header-bottom,
.header_phone,
.header_contact,
.mainSlider.style-02 .cd-slider-nav ul li a,
.service.style-01 .entry-item a,
.service.style-06 .service_list .service_text-small,
.text.style-01 h3,
.news.style-02 .widget-content .entry-item .entry-content,
.contact.style-01 .widget-content p,
.contact.style-03 .widget-content p,
.slider_quote.style-01 .slider_quote_text,
.slider_quote.style-01 .slider_quote_user a,
.slider_quote.style-02 .bxslider .slider_quote_number,
.single-cmt-pagination,
.directLink.style-01 .widget-content ul li,
.singleNextPrev.style-01 .entry-item .entry-content p,
.galleryPage.style-01 .filterOptions_wrap span,
.galleryPage.style-01 .filterOptions_wrap ol,
.contentSubPage .link.style-01 a,
.shopItem .entry-item .entry-content del,
.productRelated.style-01 .entry-item .entry-content del,
.shopItem .entry-item .entry-content ins,
.productRelated.style-01 .entry-item .entry-content ins,
.shopItem_icon,
.topSale.style-01 .widget-content ul li ins,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce #reviews .comment-form label,
.woocommerce #reviews .comment-form .form-submit .submit {
    font-family: 'verdana', sans-serif;
    font-weight: 400
}
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-size: 14px;
    background: #fff;
    text-align: justify;
}
html,
body {
    width: 100%;
    height: 100%
}
::-moz-selection {
    background: #2691e4;
    color: #fff
}
::selection {
    background: #2691e4;
    color: #fff
}
select {
    cursor: pointer
}
textarea {
    resize: vertical
}
input:hover,
input:focus,
input:active,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #183650
}
a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer
}
a:hover,
a:active,
a:focus {
    text-decoration: none
}
p.reset {
    margin: 0
}
p:last-child {
    margin: 0
}
cite,
em,
var,
address,
dfn {
    font-style: italic
}
i {
    font-style: normal
}
p i {
    font-style: italic
}
iframe {
    border: none;
    width: 100%
}
blockquote {
    border-left: 0px
}
img {
    display: block;
    max-width: 100%;
    height: auto
}
ol {
    counter-reset: item;
    display: block;
    margin: 5px 0;
    padding: 0 0 0 40px
}
ul {
    list-style: square;
    margin: 5px 0px;
    padding: 0 0 0 10px
}
ul li {
    list-style: inside square;
    margin-bottom: 10px
}
ul li>ol>li {
    list-style: inside decimal
}
ol li ol li,
ul li ol li ol li {
    list-style: lower-alpha inside none
}
ol li {
    list-style: inside decimal;
    margin-bottom: 10px
}
ol li>ul,
ul li>ol {
    margin-top: 10px;
    margin-left: 10px
}
ol li>ul>li {
    list-style: inside square
}
.alignleft {
    float: left
}
.alignright {
    float: right
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 30px 15px 0
}
.wp-caption.alignleft {
    margin: 5px 10px 5px 0
}
figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 30px
}
.wp-caption.alignright {
    margin: 5px 0 5px 10px
}
img.aligncenter {
    margin: 5px auto
}
img.alignnone {
    margin: 5px 0
}
.widget {
    margin-bottom: 90px
}
@media (max-width: 767px) {
    .widget {
        margin-bottom: 30px
    }
}
.widget:last-child {
    margin-bottom: 0
}
.area {
    padding: 5px 0;
    overflow: hidden;
    position: relative;
    background:#41642c;
}
.area1 {
    padding: 20px 0;
    overflow: hidden;
    position: relative
}
@media (max-width: 1023px) {
    .area {
        /*padding: 60px 0;*/
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .area {
        padding: 1px 0
    }
}
@media (max-width: 767px) {
    .area .service.style-03 {
        margin-bottom: 30px
    }
}
.area-01 {
    margin-top: -165px
}
@media (max-width: 1299px) {
    .area-01 {
        margin-top: -60px
    }
}
@media (max-width: 979px) {
    .area-01 {
        margin: 0
    }
}
.area-02 {
    background: url("images/placeholder/area/01.jpg");
    position: relative
}
.area-02:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #252e3d;
    opacity: .9
}
.area-02.style-02 {
    padding-left: 30px;
    padding-right: 30px
}
.area-03 {
    /*background: #f5f5f5*/
    background: rgb(254,255,232);
background: -moz-linear-gradient(45deg, rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%);
background: linear-gradient(45deg, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=1 );
}
.area-03 .module_accordion.style-01 {
    margin-top: 55px
}
@media (max-width: 767px) {
    .area-03 .module_accordion.style-01 {
        margin-top: 0
    }
}
@media (max-width: 767px) {
    .area-03 .news.style-02 {
        margin-top: 30px
    }
}
.area-04 div[class^='col-'] {
    padding: 0
}
@media (max-width: 979px) {
    .area-04 div[class^='col-'] {
        width: 100%
    }
}
.area-05 {
    padding-bottom: 0;
    background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    background: -moz-linear-gradient(left, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    background: linear-gradient(left, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%)
}
@media (max-width: 767px) {
    .area-05 {
        background: #fff
    }
}
.area-07 {
    background-image: url("images/placeholder/slider/03.png") !important;
    background-repeat: no-repeat !important
}
.area-08 .row-custom {
    margin-bottom: 90px
}
@media (max-width: 1023px) {
    .area-08 .row-custom {
        margin-bottom: 0
    }
    .area-08 .row-custom div[class^="col-"] {
        margin-bottom: 30px
    }
}
@media (max-width: 767px) {
    .area-08 .widget .widget-content div[class^="col-"] {
        margin-bottom: 30px
    }
    .area-08 .widget .widget-content div[class^="col-"]:last-child {
        margin-bottom: 0
    }
}
@media (max-width: 1023px) {
    .area-08 div[class^="col-"] {
        margin-bottom: 30px
    }
}
.area-09 {
    padding: 30px 0
}
.area-10 {
    padding: 60px 0
}
.parallax {
    position: relative;
    background-position: 50% 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover !important
}
.area-noSpace {
    padding: 0
}
.col-custom-01 {
    margin-top: 40px
}
.row-custom-01 {
    margin-top: 40px
}
.row-custom-02 {
    margin-top: 90px
}
@media (max-width: 767px) {
    .row-custom-02 {
        margin-top: 0
    }
}
.row-custom-03 .widget {
    margin-bottom: 50px
}
.row-custom-03 .widget:last-child {
    margin-bottom: 0
}
.row-custom-04 {
    margin-top: 90px
}
.row-custom-04 .widget {
    margin-bottom: 40px
}
.row-custom-04 .widget:last-child {
    margin-bottom: 0
}
.row-custom-04 .service.style-07,
.row-custom-04 .skillBar.style-02 {
    margin-bottom: 90px
}
.text-01 {
    font-size: 15px;
    line-height: 28px;
    /*letter-spacing: 0.05em;*/
    color: #fff
}
.text-02 {
    font-size: 18px;
    line-height: 36px;
    color: #777
}
@media (max-width: 639px) {
    .text-02 {
        font-size: 16px;
        line-height: 28px
    }
}
.audio {
    background: #101010;
    padding: 30px 30px 20px
}
.audio .audio_title {
    margin-top: 0;
    color: #fff
}
.audio .audio_author {
    display: block;
    font-size: 13px;
    margin-bottom: 20px
}
.audio .audio_author a {
    color: #fff
}
.audio audio {
    width: 100%;
    opacity: 1
}
@media (max-width: 767px) {
    .sideBar {
        margin-top: 60px
    }
}
.sideBar .widget {
    margin-bottom: 70px
}
@media (max-width: 767px) {
    .sideBar .widget {
        margin-bottom: 30px;
        overflow: hidden
    }
}
.sideBar .widget:last-child {
    margin-bottom: 0
}
.sideBar .widget-title {
    margin-bottom: 30px
}
.sideBar .widget-title .primary_title {
    margin-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom:2px;
    color:#fff;
}
.owl_nav-01 .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -12px 0 0 0
}
.owl_nav-01 .owl-controls .owl-buttons .owl-prev,
.owl_nav-01 .owl-controls .owl-buttons .owl-next {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.owl_nav-01 .owl-controls .owl-buttons .owl-prev:before,
.owl_nav-01 .owl-controls .owl-buttons .owl-next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #183650;
    line-height: 24px;
    vertical-align: middle
}
.owl_nav-01 .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: 40px
}
@media (max-width: 979px) {
    .owl_nav-01 .owl-controls .owl-buttons .owl-prev {
        margin-left: 20px
    }
}
.owl_nav-01 .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104'
}
.owl_nav-01 .owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: 40px
}
@media (max-width: 979px) {
    .owl_nav-01 .owl-controls .owl-buttons .owl-next {
        margin-right: 20px
    }
}
.owl_nav-01 .owl-controls .owl-buttons .owl-next:before {
    content: '\f105'
}
.owl_nav-02 .owl-controls {
    position: absolute;
    top: -90px;
    right: 0;
    margin: 0
}
.owl_nav-02 .owl-controls .owl-buttons .owl-prev,
.owl_nav-02 .owl-controls .owl-buttons .owl-next {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.owl_nav-02 .owl-controls .owl-buttons .owl-prev:before,
.owl_nav-02 .owl-controls .owl-buttons .owl-next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #ccc;
    line-height: 24px;
    vertical-align: middle
}
.owl_nav-02 .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104'
}
.owl_nav-02 .owl-controls .owl-buttons .owl-next {
    margin-left: 5px
}
.owl_nav-02 .owl-controls .owl-buttons .owl-next:before {
    content: '\f105'
}
.center {
    text-align: center
}
.wp-caption.style-01 .wp-caption-text {
    padding: 15px 18px;
    border: 1px solid #ebebeb
}
.wp-caption.style-01 .wp-caption-text p {
    color: #183650;
    margin: 0
}
.wp-caption.style-01 .wp-caption-text span {
    font-size: 13px;
    color: #c9c9c9
}
.mainSlider_loading {
    background: rgba(0, 0, 0, 0.8);
    min-height: 620px;
    width: 100%;
    position: relative
}
.mainSlider_loading i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-left: -13px;
    margin-top: -15px;
    color: #fff
}
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative
}
@media screen and (max-width: 1160px) {
    .container {
        width: 1000px
    }
}
@media screen and (max-width: 1023px) {
    .container {
        width: 960px
    }
}
@media screen and (max-width: 979px) {
    .container {
        width: 780px
    }
}
@media screen and (max-width: 799px) {
    .container {
        width: 748px
    }
}
@media screen and (max-width: 767px) {
    .container {
        width: 620px
    }
}
@media screen and (max-width: 639px) {
    .container {
        width: 460px
    }
}
@media screen and (max-width: 479px) {
    .container {
        width: 340px
    }
}
@media screen and (max-width: 359px) {
    .container {
        width: 300px
    }
}
.section {
    overflow: hidden;
    position: relative
}
.parallax {
    position: relative;
    background-position: 50% 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover !important
}
.topPage.style-01 {
    overflow: hidden
}
.topPage.style-01 .topPage-left {
    float: left;
    /*width: 25.64103%;*/
    width: 50%;
    /*padding: 30px 15px 30px 30px;*/
    padding: 15px 10px 10px 0px;
    /*height: 100%*/
}
@media (max-width: 1023px) {
    .topPage.style-01 .topPage-left {
        width: 100%
    }
}
@media (max-width: 979px) {
    .topPage.style-01 .topPage-left {
        padding: 15px
    }
}
@media (max-width: 767px) {
    .topPage.style-01 .topPage-left {
        width: 100%;
        padding: 15px 15px 1px
    }
}
.topPage.style-01 .topPage-left .breadcrumb {
    color: #fff
}
.topPage.style-01 .topPage-left .breadcrumb a {
    color: #fff
}
.topPage.style-01 .topPage-left .breadcrumb a:hover {
    text-decoration: underline
}
.topPage.style-01 .topPage-right {
    float: right;
    /*width: 74.35897%;*/
    width: 100%;
    position: relative
}
@media (max-width: 1023px) {
    .topPage.style-01 .topPage-right {
        width: 66.666666%
    }
}
@media (max-width: 767px) {
    .topPage.style-01 .topPage-right {
        display: none
    }
}
.topPage.style-01 .topPage-right:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    /*background: #192732;*/
    opacity: .3
}
.topPage.style-01 .topPage_back {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-transform: uppercase
}
@media (max-width: 979px) {
    .topPage.style-01 .topPage_back {
        left: 15px;
        bottom: 15px
    }
}
.topPage.style-01 .topPage_back a:hover {
    text-decoration: underline;
    color: #fff
}
.topPage.style-01 .topPage_back .fa {
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 52px;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}
@media (max-width: 979px) {
    .topPage.style-01 .topPage_back .fa {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-right: 10px
    }
}
.breadcrumb.style-01 {
    font-size: 14px
}
.breadcrumb.style-01 .fa {
    font-size: 10px;
    margin: 0 7px
}
.line-dotted {
    margin-left: 0px
}
.line-dotted .line-dotted-small {
    display: inline-block;
    width: 5px;
    height: 2px;
    margin: 0 2px
}
.line-dotted .line-dotted-small.line-dotted-dark {
    background: #183650
}
.line-dotted .line-dotted-small.line-dotted-gray {
    background: #506582
}
.line-dotted .line-dotted-small.line-dotted-light {
    background: #a4b2c1
}
.line-dotted.style-01 .line-dotted-wide {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 6px;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.line-dotted.style-02 .line-dotted-wide {
    display: inline-block;
    width: 55px;
    height: 2px;
    margin: 0 6px;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}
.line-dotted.style-03 .line-dotted-small.line-dotted-dark {
    background: #535861
}
.line-dotted.style-03 .line-dotted-small.line-dotted-gray {
    background: #767b82
}
.line-dotted.style-03 .line-dotted-small.line-dotted-light {
    background: #999ea3
}
.line-dotted.style-03 .line-dotted-wide {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 6px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.line-dotted.style-04 .line-dotted-small.line-dotted-dark {
    background: #535861
}
.line-dotted.style-04 .line-dotted-small.line-dotted-gray {
    background: #767b82
}
.line-dotted.style-04 .line-dotted-small.line-dotted-light {
    background: #999ea3
}
.line-dotted.style-04 .line-dotted-wide {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 6px;
    background: #fff;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}
.widget-title.style-01 .sub_title {
    margin-top: 0;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em
}
.widget-title.style-01 .primary_title {
    margin-top: 0;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px
}
@media (max-width: 639px) {
    .widget-title.style-01 .primary_title {
        font-size: 30px
    }
}
.widget-title.style-01 .line-dotted {
    margin-bottom: 30px
}
.widget-title.style-01 .text_title {
    line-height: 28px;
    color: #777;
    letter-spacing: 0.05em;
    margin-bottom: 25px
}
@media (max-width: 639px) {
    .widget-title.style-01 .text_title {
        line-height: 24px
    }
}
.widget-title.style-01 .name_title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}
.widget-title.style-01 .name_title a:hover {
    color: #183650
}
.widget-title.style-01 .positionTitle {
    font-size: 14px;
    color: #585858;
    letter-spacing: 0.05em
}
.widget-title.style-02 {
    text-align: center
}
.widget-title.style-02 .primary_title {
    margin-top: 0;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}
@media (max-width: 639px) {
    .widget-title.style-02 .primary_title {
        font-size: 30px
    }
}
.widget-title.style-02 .text_title {
    letter-spacing: 0.05em;
    color: #ccc
}
.widget-title.style-03 .primary_title {
    margin-top: 0;
    font-size: 42px;
    color: #fff
}
@media (max-width: 1119px) {
    .widget-title.style-03 .primary_title {
        font-size: 34px
    }
}
.widget-title.style-04 .primary_title {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase
}
.widget-title.style-05 {
    margin-bottom: 15px
}
.widget-title.style-05 .primary_title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}
.widget-title.style-05 .primary_title a {
    color: #ecd17d
}
.widget-title.style-06 .img_title {
    margin-bottom: 35px
}
@media (max-width: 1119px) {
    .widget-title.style-06 .img_title {
        margin-bottom: 15px
    }
}
.widget-title.style-06 .primary_title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase
}
@media (max-width: 1119px) {
    .widget-title.style-06 .primary_title {
        margin-bottom: 15px
    }
}
.widget-title.style-06 .primary_title a {
    color: #183650
}
.widget-title.style-06 .text_title {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 30px
}
.widget-title.style-07 .primary_title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 1px;
    text-transform: uppercase
}
@media (max-width: 1023px) {
    .widget-title.style-07 .primary_title {
        font-size: 16px
    }
}
.widget-title.style-08 .primary_title {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 5px
}
.widget-title.style-08 .line-dotted {
    margin-bottom: 30px
}
.widget-title.style-08 .text_title {
    line-height: 28px;
    color: #777;
    letter-spacing: 0.05em;
    margin-bottom: 25px
}
.widget-title.style-09 {
    margin-bottom: 30px
}
.widget-title.style-09 .primary_title {
    font-size: 24px;
    margin: 0
}
.widget-title.style-09 .text_title {
    margin-top: 25px;
    margin-bottom: 0;
    color: #777;
    line-height: 28px;
    letter-spacing: 0.05em
}
.widget-title.style-10 .primary_title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}
.widget-title.style-11 .primary_title {
    display: inline-block;
    background: #183650;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px
}
.widget-title.style-12 .primary_title {
    font-size: 28px;
    text-transform: uppercase;
    color: #173652
}
.entry_title.style-01 .meta_category {
    display: block;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.05em
}
.entry_title.style-01 .entry-title {
    font-size: 24px;
    margin-top: 10px
}
.entry_title.style-01 .meta_date {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 9px
}
.entry_title.style-01 .line-dotted {
    margin-bottom: 30px
}
.entry_title.style-02 {
    margin-bottom: 15px
}
@media (max-width: 479px) {
    .entry_title.style-02 {
        margin-bottom: 15px
    }
}
.entry_title.style-02 .meta_category {
    display: block;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.05em
}
.entry_title.style-02 .meta_category a {
    color: #777
}
.entry_title.style-02 .entry-title {
    font-size: 24px;
    margin-top: 10px
}
.entry_title.style-02 .entry-title a {
    color: #682d05
}
.entry_title.style-02 .meta_date {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #777
}
.entry_title.style-03 {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    position: relative;
    top: -7px
}
.entry_title.style-03 a {
    color: #252e3d
}
.entry_title.style-04 {
    text-transform: uppercase
}
.entry_title.style-04:first-child {
    margin-top: 0
}
.entry_title.style-05 a:hover {
    color: #183650
}
.viewMore.style-01 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative
}
.viewMore.style-01:hover {
    text-decoration: underline
}
.viewMore.style-01:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    margin-right: 7px;
    position: relative;
    top: -2px
}
.viewMore.style-02 {
    display: inline-block;
    padding: 7px 10px;
    color: #fff
}
@media (max-width: 767px) {
    .viewMore.style-02 {
        padding: 10px 15px
    }
}
@media (max-width: 479px) {
    .viewMore.style-02 {
        padding: 5px 10px;
        font-size: 14px
    }
}
.viewMore.style-02 .fa {
    font-size: 16px;
    margin-left: 10px
}
.viewMore.style-02:hover {
    background: #183650
}
.viewMore.style-03 {
    text-transform: uppercase;
    color: #fff
}
.viewMore.style-03:hover {
    background: #fff;
    color: #183650
}
.viewMore.style-03 .fa {
    margin-left: 10px
}
.viewMore.style-04 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #777
}
.viewMore.style-04:hover {
    text-decoration: underline
}
.viewMore.style-04:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #777;
    margin-right: 7px;
    position: relative;
    top: -2px
}
.text-white {
    color: #fff
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6,
.text-white p,
.text-white a,
.text-white span,
.text-white b,
.text-white i,
.text-white em {
    color: #fff
}
.owl_nav-first .owl-controls {
    position: absolute;
    margin-top: 0;
    top: -82px;
    right: 15px
}
.owl_nav-first .owl-controls .owl-buttons div {
    margin: 0 0 0 12px;
    padding: 0;
    opacity: 1;
    background: none;
    color: #777;
    font-size: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.owl_nav-first .owl-controls .owl-buttons div:hover {
    color: #183650
}
.owl_nav-first .owl-controls .owl-buttons .owl-prev:before {
    content: '\e65e'
}
.owl_nav-first .owl-controls .owl-buttons .owl-next:before {
    content: '\e65d'
}
.owl_pagi-first .owl-controls {
    position: absolute;
    bottom: 25px;
    left: 30px;
    margin-top: 0
}
.owl_pagi-first .owl-controls .owl-pagination .owl-page span {
    margin: 0 8px 0 0;
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #ccc
}
.btn {
    border: none;
    padding:5px!important;
}
.btn-lg {
    font-size: 16px;
    padding: 20px 60px
}
@media (max-width: 799px) {
    .btn-lg {
        padding: 20px 40px
    }
}
.btn-md {
    font-size: 13px;
    padding: 5px;
}
@media (max-width: 799px) {
    .btn-md {
        padding: 15px 40px
    }
}
.btn-sm {
    font-size: 14px;
    padding: 10px 40px
}
@media (max-width: 799px) {
    .btn-sm {
        padding: 10px 35px
    }
}
.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.btn-square:hover {
    color: #fff
}
.btn-curve {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}
.btn-curve.btn-curve-01 {
    border-width: 2px;
    border-style: solid
}
.btn-curve.btn-curve-01:hover {
    color: #fff
}
.btn-border-thick.style-01 {
    color: #1a2633;
    border: 2px solid #1a2633;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}
.btn-border-thick.style-02 {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.btn-border-thick.style-02:hover {
    color: #fff
}
.btn-border-thick.style-03 {
    border-width: 2px;
    border-style: solid;
    border-color: #fff
}
.btn-border-thick.style-04 {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}
.btn-border-thick.style-04:hover {
    color: #fff
}
.btn-border-thick.style-05 {
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: #fff
}
.btn-border-thick.style-05:hover {
    color: #fff
}
.btn-border-thick.style-06 {
    border-width: 2px;
    border-style: solid
}
.btn-border-thick.style-06:hover {
    color: #fff
}
.btn-border-thin.style-01 {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}
.btn-border-thin.style-01:hover {
    color: #fff
}
.btn_color-primary {
    color: #fff
}
.btn_color-primary:hover,
.btn_color-primary:active,
.btn_color-primary:focus {
    color: #fff;
    background: #1a2633 !important
}
.btn_color-dark {
    color: #fff;
    background: #1a2633
}
.btn_color-dark:hover {
    color: #fff
}
.btn_color-light {
    background: #fff
}
.btn_color-light:hover {
    color: #fff;
    background: #1a2633
}
.btn_colorOther {
    color: #fff
}
.btn_colorOther:hover {
    background: #1a2633 !important;
    color: #fff
}
.btn_colorOther.style-01 {
    background: #902828
}
.btn_colorOther.style-02 {
    background: #662d91
}
.btn_colorOther.style-03 {
    background: #ea582b
}
.btn_colorOther.style-04 {
    background: #245b97
}
.btn_colorOther.style-05 {
    background: #08b445
}
.btn_colorOther.style-06 {
    background: #959595
}
.btn_colorOther.style-07 {
    background: #f9b50a
}
.btn_colorOther.style-08 {
    background: #db6976
}
ul.style-01 {
    margin: 0;
    padding: 0
}
ul.style-01 li {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #fff;
    padding-left: 60px;
    margin-bottom: 26px;
    position: relative
}
@media (max-width: 1119px) {
    ul.style-01 li {
        margin-bottom: 10px
    }
}
@media (max-width: 1023px) {
    ul.style-01 li {
        padding-left: 0
    }
}
ul.style-01 li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 32px;
    height: 32px;
    background: transparent url("images/icon/list01.png") left top no-repeat;
    opacity: .4
}
@media (max-width: 1023px) {
    ul.style-01 li:before {
        display: none
    }
}
ul.style-02 {
    margin: 0;
    padding: 0
}
ul.style-02 li {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}
ul.style-02 li:before {
    position: absolute;
    content: '\f046';
    top: 9px;
    left: 0;
    color: #1a2633
}
ul.style-03 {
    margin: 0;
    padding: 0
}
ul.style-03 li {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative
}
ul.style-03 li:before {
    position: absolute;
    content: '\f192';
    top: 9px;
    left: 0
}
ul.style-04 {
    margin: 0;
    padding: 0
}
ul.style-04 li {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}
ul.style-04 li:before {
    position: absolute;
    content: '\f101';
    top: 9px;
    left: 0
}
ul.style-05 {
    margin: 0;
    padding: 0
}
ul.style-05 li {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}
ul.style-05 li:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px
}
ul.style-06 {
    margin: 0;
    padding: 0
}
ul.style-06 li {
    padding-left: 20px;
    position: relative;
    color: #777
}
ul.style-06 li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ababab;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.accordion.style-01 .acc_title {
    font-size: 18px;
    padding: 13px 15px 13px 30px;
    cursor: pointer;
    background: #fff;
    margin-top: 20px;
    border: 2px solid #ebebeb
}
@media (max-width: 1023px) {
    .accordion.style-01 .acc_title {
        padding: 13px 15px
    }
}
.accordion.style-01 .acc_title:first-child {
    margin-top: 0
}
.accordion.style-01 .acc_title.active {
    background: #ebebeb
}
.accordion.style-01 .acc_title.active h5 {
    color: #183650
}
.accordion.style-01 .acc_title.active .icon-right:before {
    color: #fff
}
.accordion.style-01 .acc_title h5 {
    margin: 0;
    color: #183650
}
.accordion.style-01 .acc_title .icon-right {
    float: right;
    line-height: 1
}
.accordion.style-01 .acc_title .icon-right:before {
    content: '\f107';
    color: #fff;
    font-size: 18px;
    color: #183650
}
.accordion.style-01 .acc_content {
    padding: 25px 30px;
    background: #fff
}
@media (max-width: 799px) {
    .accordion.style-01 .acc_content {
        padding: 10px 15px
    }
}
.accordion.style-01 .acc_content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.accordion.style-02 .acc_title {
    font-size: 18px;
    padding: 15px 15px 15px 30px;
    cursor: pointer;
    background: #183650;
    margin-top: 20px;
    position: relative
}
@media (max-width: 1023px) {
    .accordion.style-02 .acc_title {
        padding: 15px
    }
}
.accordion.style-02 .acc_title:first-child {
    margin-top: 0
}
.accordion.style-02 .acc_title.active h5 {
    color: #fff
}
.accordion.style-02 .acc_title.active .icon-right:before {
    color: #fff
}
.accordion.style-02 .acc_title h5 {
    margin: 0;
    color: #ebebeb
}
.accordion.style-02 .acc_title .icon-right {
    float: right;
    line-height: 1
}
.accordion.style-02 .acc_title .icon-right:before {
    content: '\f107';
    color: #fff;
    font-size: 18px;
    color: #ebebeb
}
.accordion.style-02 .acc_title .fa {
    margin-right: 15px;
    font-size: 14px
}
.accordion.style-02 .acc_content {
    padding: 24px 30px;
    background: #fff;
    border: 1px solid #ebebeb
}
@media (max-width: 799px) {
    .accordion.style-02 .acc_content {
        padding: 9px 15px
    }
}
.accordion.style-02 .acc_content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.accordion.style-03 .acc_title {
    padding: 40px 50px;
    cursor: pointer;
    color: #183650;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08)
}
.accordion.style-03 .acc_title:before {
    position: absolute;
    content: '\f067';
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-size: 10px
}
.accordion.style-03 .acc_title.active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
.accordion.style-03 .acc_title.active:before {
    background: #fff
}
.accordion.style-03 .acc_title.active h5 {
    color: #fff
}
.accordion.style-03 .acc_title h5 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #183650
}
.accordion.style-03 .acc_content {
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08)
}
.accordion.style-03 .acc_content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 30px
}
.accordion.style-03 .acc_content p:last-child {
    margin-bottom: 0
}
.accordion.style-04 .acc_title {
    font-size: 18px;
    padding: 13px 15px 13px 30px;
    cursor: pointer;
    background: #fff;
    margin-top: 20px
}
.accordion.style-04 .acc_title:first-child {
    margin-top: 0
}
.accordion.style-04 .acc_title.active h5 {
    color: #fff
}
.accordion.style-04 .acc_title.active .icon-right:before {
    color: #fff
}
.accordion.style-04 .acc_title h5 {
    margin: 0;
    color: #183650
}
.accordion.style-04 .acc_title .icon-right {
    float: right;
    line-height: 1
}
.accordion.style-04 .acc_title .icon-right:before {
    content: '\f107';
    color: #fff;
    font-size: 18px;
    color: #183650
}
.accordion.style-04 .acc_content {
    padding: 25px 30px;
    background: #fff
}
.accordion.style-04 .acc_content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.alert.style-01 .alert {
    padding: 10px 15px;
    border: none;
    background: none;
    margin-bottom: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.alert.style-01 .alert:last-child {
    margin-bottom: 0
}
.alert.style-01 .alert .close {
    top: 3px;
    right: 0;
    font-size: 14px;
    text-shadow: none;
    opacity: 1
}
.alert.style-01 .alert .close .fa {
    margin-right: 0
}
.alert.style-01 .alert .fa {
    margin-right: 15px;
    width: 14px
}
.alert.style-01 .alert-normal {
    color: #777;
    border: 1px solid #dcdcdc
}
.alert.style-01 .alert-danger {
    color: #ff391f;
    border: 1px solid #feb1a7
}
.alert.style-01 .alert-warning {
    color: #e99b00;
    border: 1px solid #ffcc66
}
.alert.style-01 .alert-success {
    color: #6db74c;
    border: 1px solid #9cff70
}
.alert.style-01 .alert-info {
    color: #21c2f8;
    border: 1px solid #8ae1ff
}
.alert.style-01 .alert-color.style-01 {
    color: #af75b3;
    border: 1px solid #e1b6e4
}
.alert.style-02 .alert {
    padding: 40px 60px 40px 110px;
    border: none;
    background: none;
    margin-bottom: 35px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.alert.style-02 .alert:last-child {
    margin-bottom: 0
}
.alert.style-02 .alert .alert_wrapIcon {
    position: absolute;
    top: 40px;
    left: 30px;
    border-width: 5px;
    border-style: solid;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.alert.style-02 .alert .alert_wrapIcon .fa {
    font-size: 24px
}
.alert.style-02 .alert .alert_title {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #183650
}
.alert.style-02 .alert p {
    margin-bottom: 0;
    color: #183650;
    line-height: 24px
}
.alert.style-02 .alert .close {
    font-size: 14px;
    opacity: 1;
    text-shadow: none;
    right: -30px
}
.alert.style-02 .alert-warning {
    background: #fed37d
}
.alert.style-02 .alert-warning .alert_wrapIcon {
    border-color: #a47503;
    background: #ffe5a7;
    color: #a47503
}
.alert.style-02 .alert-danger {
    background: #fe9482
}
.alert.style-02 .alert-danger .alert_wrapIcon {
    border-color: #d52e13;
    background: #f9aca0;
    color: #d52e13
}
.alert.style-02 .alert-success {
    background: #64fda6
}
.alert.style-02 .alert-success .alert_wrapIcon {
    border-color: #3c7655;
    background: #e9f3e5;
    color: #3c7655
}
.alert.style-02 .alert-info {
    background: #a6bdfe
}
.alert.style-02 .alert-info .alert_wrapIcon {
    border-color: #4766c0;
    background: #d5def8;
    color: #4766c0
}
.alert.style-02 .alert-color.style-01 {
    background: #f8a3fd
}
.alert.style-02 .alert-color.style-01 .alert_wrapIcon {
    border-color: #751c7b;
    background: #fae4fc;
    color: #751c7b
}
.alert.style-03 .alert {
    padding: 30px 30px 30px 90px;
    background: #fff;
    position: relative
}
.alert.style-03 .alert:last-child {
    margin-bottom: 0
}
.alert.style-03 .alert .fa {
    position: absolute;
    top: 40px;
    left: 35px;
    font-size: 30px
}
.alert.style-03 .alert h5 {
    margin: 0
}
.alert.style-03 .alert .close .fa {
    color: #c7c7c7
}
.alert.style-03 .alert .alert_title {
    font-size: 18px
}
.alert.style-03 .alert-normal {
    border-color: #dadcdc;
    background: #fbfcfc;
    color: #183650
}
.alert.style-03 .alert-danger {
    border-color: #df3c22;
    color: #df3c22;
    background: #fff
}
.alert.style-03 .alert-danger h6 {
    color: #df3c22
}
.alert.style-03 .alert-danger .close .fa {
    color: #df3c22
}
.alert.style-03 .alert-success {
    border-color: #649d01;
    color: #649d01;
    background: #fff
}
.alert.style-03 .alert-success h6 {
    color: #649d01
}
.alert.style-03 .alert-success .close .fa {
    color: #649d01
}
.alert.style-03 .alert-warning {
    border-color: #d99b07;
    color: #d99b07;
    background: #fff
}
.alert.style-03 .alert-warning h6 {
    color: #d99b07
}
.alert.style-03 .alert-warning .close .fa {
    color: #d99b07
}
.alert.style-03 .close {
    top: 0;
    right: 0;
    bottom: 100%;
    opacity: 1
}
.alert.style-03 .close .fa {
    font-size: 18px;
    position: relative;
    top: 0;
    left: 0
}
.countDown .countDown_wrap {
    text-align: center
}
.countDown .countDown_wrap li {
    display: inline-block;
    width: 25%;
    list-style: none;
    padding: 0 5px;
    position: relative;
    margin: 0
}
.countDown .countDown_wrap li div {
    text-align: center;
    padding: 15px 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}
.countDown .countDown_wrap li div:before {
    position: absolute;
    height: 1px;
    top: 50%;
    width: 100%;
    left: 0;
    background-color: #fff;
    content: ""
}
.countDown .countDown_wrap li div:after {
    position: absolute;
    height: 18px;
    bottom: 0;
    width: 1px;
    left: 50%;
    border-left: dashed 1px #fff;
    content: ""
}
.countDown .countDown_wrap li div h3 {
    font-size: 52px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    color: #fff
}
@media (max-width: 1023px) {
    .countDown .countDown_wrap li div h3 {
        font-size: 44px
    }
}
@media (max-width: 979px) {
    .countDown .countDown_wrap li div h3 {
        font-size: 36px
    }
}
.countDown .countDown_wrap li div span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}
.countDown.style-02 .countDown_wrap li div {
    background: #1a2633
}
.countDown.style-03 {
    text-align: center
}
.countDown.style-03 .chart {
    margin: 50px 15px 0 15px;
    display: inline-block
}
@media (max-width: 799px) {
    .countDown.style-03 .chart {
        margin-left: 5px;
        margin-right: 5px
    }
}
.countDown.style-03 .chart span {
    display: block;
    font-size: 48px;
    font-weight: 600
}
@media (max-width: 799px) {
    .countDown.style-03 .chart span {
        font-size: 40px
    }
}
.countDown.style-03 .chart .time {
    margin: 0
}
.countDown.style-03 .chart canvas {
    margin-top: -120px
}
.countDown.style-04 {
    padding: 60px 0 70px;
    background: transparent url("images/placeholder/countdown/01.jpg") center center no-repeat;
    position: relative
}
.countDown.style-04:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5
}
.countDown.style-04 li {
    width: 125px
}
.countDown.style-04 li div:after {
    display: none
}
.countDown.style-04 li div span {
    display: block;
    margin-bottom: 15px
}
.countDown.style-04 li div h3 {
    background-color: #fff;
    margin: 0;
    padding: 20px 0;
    position: relative
}
.countDown.style-04 li div h3:before {
    position: absolute;
    height: 1px;
    top: 50%;
    width: 100%;
    left: 0;
    content: ""
}
.countDown.style-04 li div h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid
}
.countDown.style-04 li div .countDown_text {
    display: none
}
.dropCaps.style-01 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.dropCaps.style-01.color-01 .dropCaps_text-large {
    background: #1b2733;
    color: #fff
}
.dropCaps.style-01.color-02 .dropCaps_text-large {
    color: #fff
}
.dropCaps.style-01.color-03 .dropCaps_text-large {
    background: #fff;
    color: #1b2733;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}
.dropCaps.style-01 .dropCaps_text-large {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 36px;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle
}
.dropCaps.style-02 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.dropCaps.style-02.color-01 .dropCaps_text-large {
    background: #1ec1a1;
    color: #fff
}
.dropCaps.style-02.color-02 .dropCaps_text-large {
    color: #fff;
    background: #e4be27
}
.dropCaps.style-02.color-03 .dropCaps_text-large {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}
.dropCaps.style-02 .dropCaps_text-large {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 36px;
    text-transform: uppercase;
    width: 70px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.dropCaps.style-03 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.dropCaps.style-03.color-01 .dropCaps_text-large {
    color: #1b2733
}
.dropCaps.style-03.color-03 .dropCaps_text-large {
    color: #e4be27
}
.dropCaps.style-03 .dropCaps_text-large {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 36px;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    background: #fff
}
.hightLight.color-01 {
    color: #e84141
}
.hightLight.color-02 {
    color: #627de3
}
.hightLight.color-03 {
    color: #e3cd55
}
.hightLight.color-04 {
    color: #27ea88
}
.hightLight.color-05 {
    color: #f3ac14
}
.hightLight.color-06 {
    color: #f137ef
}
.hightLight.style-02 {
    color: #fff
}
.hightLight.style-03 {
    color: #fff;
    background: #1a2633
}
.hightLight.style-04 {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.pricingTable.style-01 .pricingTable_list {
    padding: 70px 30px 60px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3)
}
@media (max-width: 979px) {
    .pricingTable.style-01 .pricingTable_list {
        padding: 30px 15px
    }
}
.pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_title {
    color: #fff;
    text-transform: uppercase;
    margin: 0
}
.pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_price {
    display: block;
    font-size: 80px;
    font-weight: 700
}
@media (max-width: 979px) {
    .pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_price {
        font-size: 60px
    }
}
.pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_price span {
    font-size: 34px
}
@media (max-width: 979px) {
    .pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_price span {
        font-size: 30px
    }
}
.pricingTable.style-01 .pricingTable_list .pricingTable_header .pricingTable_sub {
    font-size: 14px;
    top: -10px;
    position: relative
}
.pricingTable.style-01 .pricingTable_list .pricingTable_content ul {
    margin: 0 0 40px;
    padding: 0
}
.pricingTable.style-01 .pricingTable_list .pricingTable_content ul li {
    line-height: 48px;
    color: #ebebeb;
    margin: 0;
    border-bottom: 1px solid #4d9fdf
}
@media (max-width: 799px) {
    .pricingTable.style-01 .pricingTable_list .pricingTable_content .btn {
        display: block
    }
}
@media (max-width: 767px) {
    .pricingTable.style-01 .pricingTable_list .pricingTable_content .btn {
        display: inline-block
    }
}
.pricingTable.style-01 .pricingTable_list .pricingTable_content .btn:hover {
    background: #1a2633
}
.pricingTable.style-02 .pricingTable_list {
    text-align: center
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header {
    color: #fff;
    position: relative
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_title {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    margin: 0;
    text-transform: uppercase
}
@media (max-width: 1023px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_title {
        top: 20px
    }
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon {
    position: absolute;
    width: 140px;
    height: 140px;
    text-align: center;
    z-index: 1;
    left: 50%;
    margin-left: -70px;
    bottom: -70px;
    padding-top: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
@media (max-width: 1023px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        bottom: -60px;
        padding-top: 15px
    }
}
@media (max-width: 799px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        bottom: -50px;
        padding-top: 20px
    }
}
@media (max-width: 767px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon {
        width: 140px;
        height: 140px;
        margin-left: -70px;
        bottom: -70px;
        padding-top: 30px
    }
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_price {
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase
}
@media (max-width: 799px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_price {
        font-size: 30px
    }
}
@media (max-width: 767px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_price {
        font-size: 40px
    }
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_price span {
    font-size: 24px
}
@media (max-width: 799px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_price span {
        font-size: 18px
    }
}
@media (max-width: 767px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_price span {
        font-size: 24px
    }
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon .pricingTable_sub {
    position: relative;
    top: -10px
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_img {
    position: relative
}
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_img:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #1a2633;
    opacity: .8
}
.pricingTable.style-02 .pricingTable_list .pricingTable_content {
    padding: 100px 30px 30px;
    background: #f5f5f5
}
@media (max-width: 1023px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_content {
        padding-top: 70px
    }
}
.pricingTable.style-02 .pricingTable_list .pricingTable_content ul {
    margin: 0 0 40px;
    padding: 0
}
.pricingTable.style-02 .pricingTable_list .pricingTable_content ul li {
    line-height: 48px;
    color: #777;
    margin: 0;
    border-bottom: 1px solid #ebebeb
}
.pricingTable.style-02 .pricingTable_list .pricingTable_content .btn {
    color: #1a2633
}
@media (max-width: 1023px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_content .btn {
        display: block;
        padding: 15px
    }
}
@media (max-width: 767px) {
    .pricingTable.style-02 .pricingTable_list .pricingTable_content .btn {
        display: inline-block;
        padding: 15px 30px
    }
}
.pricingTable.style-02 .pricingTable_list .pricingTable_content .btn:hover {
    color: #fff
}
.blockQuote.style-01 {
    border: 1px solid #ebebeb;
    border-left-width: 3px;
    padding: 90px 30px 40px 30px;
    position: relative
}
.blockQuote.style-01:before {
    position: absolute;
    content: '\f10d';
    font-size: 32px;
    color: #ccc;
    top: 50px;
    left: 30px
}
.blockQuote.style-01 .blockQuote_author {
    margin: 30px 0 0;
    text-transform: uppercase
}
.blockQuote.style-02 {
    border: 1px solid #ebebeb;
    border-top-width: 3px;
    padding: 90px 30px 40px 30px;
    position: relative
}
.blockQuote.style-02:before {
    position: absolute;
    content: '\f10d';
    font-size: 32px;
    color: #ccc;
    top: 50px;
    left: 30px
}
.blockQuote.style-02 .blockQuote_author {
    margin: 30px 0 0;
    text-transform: uppercase;
    color: #777
}
.blockQuote.style-03 {
    padding: 60px 60px 60px 90px;
    position: relative
}
.blockQuote.style-03:before {
    position: absolute;
    content: '\f10d';
    font-size: 24px;
    color: #fff;
    top: 70px;
    left: 40px;
    opacity: .3
}
.blockQuote.style-03 p {
    color: #fff
}
.blockQuote.style-03 .blockQuote_author {
    margin: 30px 0 0;
    text-transform: uppercase;
    color: #fff
}
.blockQuote.style-04 {
    padding: 90px 60px 60px 60px;
    position: relative;
    background: #f5f5f5
}
@media (max-width: 479px) {
    .blockQuote.style-04 {
        padding: 30px 30px 30px 60px
    }
}
.blockQuote.style-04:before {
    position: absolute;
    content: '\f10d';
    font-size: 30px;
    color: #ccc;
    top: 40px;
    left: 60px;
    opacity: .5
}
@media (max-width: 479px) {
    .blockQuote.style-04:before {
        top: 40px;
        left: 20px
    }
}
.blockQuote.style-04 .blockQuote_author {
    margin: 30px 0 0;
    text-transform: uppercase
}
.blockQuote.style-05 {
    border-left-width: 3px;
    padding: 60px 0 0 0;
    position: relative
}
@media (max-width: 799px) {
    .blockQuote.style-05 {
        padding-top: 60px
    }
}
@media (max-width: 479px) {
    .blockQuote.style-05 {
        padding-top: 50px
    }
}
.blockQuote.style-05:before {
    position: absolute;
    content: '\f10d';
    font-size: 40px;
    top: 0;
    left: 0
}
@media (max-width: 799px) {
    .blockQuote.style-05:before {
        font-size: 30px
    }
}
.blockQuote.style-05 .blockQuote_author {
    margin: 30px 0 5px;
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    color: #183650
}
.blockQuote.style-05 .blockQuote_position {
    color: #777;
    font-size: 16px;
    margin: 0 !important
}
.blockQuote.style-06 {
    border-left-width: 3px;
    padding: 50px 0 0 0;
    position: relative
}
.blockQuote.style-06:before {
    position: absolute;
    content: '\f10d';
    font-size: 30px;
    top: 0;
    left: 0;
    color: #ccc
}
.blockQuote.style-06 p {
    font-style: italic
}
.blockQuote.style-06 .blockQuote_author {
    margin: 30px 0 0;
    text-transform: uppercase;
    font-size: 15px;
    text-transform: uppercase
}
.skillBar.style-01 {
    text-align: center
}
@media (max-width: 979px) {
    .skillBar.style-01 .row {
        margin-top: -30px
    }
}
@media (max-width: 979px) {
    .skillBar.style-01 div[class^="col-"] {
        width: 33.333333%;
        margin-top: 30px
    }
}
.skillBar.style-01 .skillBar_list {
    display: inline-block;
    width: 135px;
    height: 135px;
    padding-top: 20px;
    background: #fff;
    border-width: 6px;
    border-style: solid;
    border-color: #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.skillBar.style-01 .skillBar_list:hover .skillBar_counter {
    color: #1a2633
}
.skillBar.style-01 .skillBar_list:hover .skillBar_dotted.skillBar_dotted-dark {
    background: #1a2633
}
.skillBar.style-01 .skillBar_list .skillBar_counter {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase
}
.skillBar.style-01 .skillBar_list p {
    font-size: 14px;
    color: #777;
    margin-top: -5px
}
.skillBar.style-01 .skillBar_list .skillBar_dotted {
    display: block;
    text-align: center;
    width: 5px;
    height: 5px;
    margin: 3px auto 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.skillBar.style-01 .skillBar_list .skillBar_dotted.skillBar_dotted-gray {
    background: #d0c8be
}
.skillBar.style-01 .skillBar_list .skillBar_dotted.skillBar_dotted-light {
    background: #ede7df
}
.skillBar.style-02 .skillBar_list {
    margin-bottom: 30px
}
.skillBar.style-02 .skillBar_list:last-child {
    margin-bottom: 0
}
.skillBar.style-02 .skillBar_list .skillBar_title {
    margin: 0 0 10px;
    color: #183650
}
.skillBar.style-02 .skillBar_list .skillBar_percent {
    font-size: 14px;
    color: #777
}
.pro-bar-container {
    height: 9px;
    border: none;
    margin: 0;
    background: #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.pro-bar-container .pro-bar {
    height: 9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
table.style-01 {
    width: 100%;
    text-align: center
}
table.style-01 thead {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}
table.style-01 thead tr th {
    text-align: center;
    padding: 10px 15px;
    font-weight: 600
}
table.style-01 thead tr th:first-child {
    background: #1a2633
}
table.style-01 thead tr th:last-child {
    background: #c9caca
}
table.style-01 tbody tr td {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    border: 1px solid #ebebeb;
    padding: 10px
}
table.style-02 {
    width: 100%;
    text-align: center
}
table.style-02 thead {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}
table.style-02 thead tr th {
    text-align: center;
    padding: 10px 15px;
    font-weight: 600
}
table.style-02 thead tr th:first-child {
    background: #1a2633
}
table.style-02 tbody tr td {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    border: 1px solid #ebebeb;
    padding: 10px
}
table.style-03 {
    width: 100%;
    text-align: left
}
table.style-03 thead {
    background: #f5f5f5;
    font-size: 14px;
    text-transform: uppercase;
    color: #183650
}
table.style-03 thead tr th {
    text-align: left;
    padding: 15px 30px;
    font-weight: 600;
    border: 1px solid #ebebeb
}
@media (max-width: 639px) {
    table.style-03 thead tr th {
        padding: 15px
    }
}
table.style-03 tbody tr td {
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    border: 1px solid #ebebeb;
    padding: 10px 30px
}
@media (max-width: 639px) {
    table.style-03 tbody tr td {
        padding: 15px
    }
}
table.style-03 tbody tr td:first-child {
    color: #183650
}
.tab.style-01 .nav-tabs {
    padding: 0;
    border: none
}
.tab.style-01 .nav-tabs>li {
    margin: 0;
    border: none
}
.tab.style-01 .nav-tabs>li>a {
    border: none;
    margin: 0;
    padding: 10px 20px;
    background: #f5f5f5;
    color: #183650;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-01 .nav-tabs>li+li {
    margin-left: 10px
}
.tab.style-01 .nav-tabs>li.active>a,
.tab.style-01 .nav-tabs>li.active>a:hover,
.tab.style-01 .nav-tabs>li.active>a:focus {
    border: none;
    color: #fff
}
.tab.style-01 .tab-content {
    padding: 30px;
    border: 1px solid #ebebeb;
    background: #fff
}
.tab.style-01 .accordion-toggle {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    color: #777
}
.tab.style-01 .accordion-toggle[aria-expanded="true"] {
    color: #fff
}
.tab.style-02 .nav-tabs {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px
}
.tab.style-02 .nav-tabs>li {
    margin: 0;
    border: none
}
.tab.style-02 .nav-tabs>li>a {
    border: none;
    margin: 0;
    padding: 15px 0;
    background: transparent;
    color: #183650;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-02 .nav-tabs>li>a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    opacity: 0
}
.tab.style-02 .nav-tabs>li+li {
    margin-left: 30px
}
.tab.style-02 .nav-tabs>li.active>a,
.tab.style-02 .nav-tabs>li.active>a:hover,
.tab.style-02 .nav-tabs>li.active>a:focus {
    border: none
}
.tab.style-02 .nav-tabs>li.active>a:before,
.tab.style-02 .nav-tabs>li.active>a:hover:before,
.tab.style-02 .nav-tabs>li.active>a:focus:before {
    opacity: 1
}
.tab.style-02 .tab-content {
    background: #fff
}
.tab.style-02 .accordion-toggle {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    color: #777;
    border-left: 3px solid transparent
}
.tab.style-03 .nav-tabs {
    float: left;
    width: 16.66667%;
    padding: 0 30px 0 0;
    border: none
}
@media (max-width: 1119px) {
    .tab.style-03 .nav-tabs {
        width: 20%
    }
}
.tab.style-03 .nav-tabs>li {
    float: none;
    display: block;
    margin: 0;
    border: none;
    text-align: center
}
.tab.style-03 .nav-tabs>li>a {
    display: block;
    border: none;
    margin: 0;
    background: #f5f5f5;
    font-size: 16px;
    color: #183650;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-03 .nav-tabs>li.active>a,
.tab.style-03 .nav-tabs>li.active>a:hover,
.tab.style-03 .nav-tabs>li.active>a:focus {
    border: none;
    background: #1a2633;
    color: #fff
}
.tab.style-03 .tab-content {
    float: left;
    width: 83.33333%;
    padding: 0
}
@media (max-width: 1119px) {
    .tab.style-03 .tab-content {
        width: 80%
    }
}
.tab.style-03 .tab-content .tab-pane {
    padding: 30px;
    border: 1px solid #ebebeb
}
.tab.style-03 .accordion-toggle {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    color: #777;
    background: #f5f5f5
}
.tab.style-03 .accordion-toggle[aria-expanded="true"] {
    background: #1a2633;
    color: #fff
}
.tab.style-04 div[class^='col-'] {
    padding: 0
}
.tab.style-04 .nav-tabs {
    float: left;
    width: 16.66667%;
    padding: 0 30px 0 0;
    border: none
}
@media (max-width: 1119px) {
    .tab.style-04 .nav-tabs {
        width: 20%
    }
}
.tab.style-04 .nav-tabs>li {
    float: none;
    display: block;
    margin: 0;
    border: none;
    text-align: center
}
.tab.style-04 .nav-tabs>li>a {
    display: block;
    border: none;
    margin: 0;
    background: #f5f5f5;
    font-size: 16px;
    color: #183650;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-04 .nav-tabs>li.active>a,
.tab.style-04 .nav-tabs>li.active>a:hover,
.tab.style-04 .nav-tabs>li.active>a:focus {
    border: none;
    color: #fff
}
.tab.style-04 .tab-content {
    float: left;
    width: 83.33333%;
    padding: 0 15px
}
@media (max-width: 1119px) {
    .tab.style-04 .tab-content {
        width: 80%
    }
}
.tab.style-04 .tab-content .tab-pane {
    padding: 30px
}
.tab.style-04 .tab-content p {
    color: #fff
}
.tab.style-04 .accordion-toggle {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    color: #777
}
.tab.style-04 .accordion-toggle[aria-expanded="true"] {
    color: #fff
}
.tab.style-05 .nav-tabs {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    border: none
}
.tab.style-05 .nav-tabs>li {
    width: 100%;
    margin: 0;
    border: none
}
.tab.style-05 .nav-tabs>li>a {
    border: none;
    margin: 0;
    padding: 15px;
    background: #f5f5f5;
    color: #183650;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-05 .nav-tabs>li>a:before {
    position: absolute;
    top: 15px;
    right: 15px;
    content: '\f105';
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    padding: 1px 0 0 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.tab.style-05 .nav-tabs>li>a i {
    font-size: 50px;
    display: none;
    margin-bottom: 10px
}
.tab.style-05 .nav-tabs>li+li {
    margin-top: 15px
}
.tab.style-05 .nav-tabs>li.active>a,
.tab.style-05 .nav-tabs>li.active>a:hover,
.tab.style-05 .nav-tabs>li.active>a:focus {
    border: none;
    color: #183650;
    text-align: center;
    color: #fff;
    padding: 40px 15px
}
.tab.style-05 .nav-tabs>li.active>a:before,
.tab.style-05 .nav-tabs>li.active>a:hover:before,
.tab.style-05 .nav-tabs>li.active>a:focus:before {
    border-color: #fff;
    color: #fff;
    text-align: left
}
.tab.style-05 .nav-tabs>li.active>a i,
.tab.style-05 .nav-tabs>li.active>a:hover i,
.tab.style-05 .nav-tabs>li.active>a:focus i {
    display: block
}
.tab.style-05 .tab-content {
    float: left;
    width: 66.666666%;
    padding: 0 15px
}
.tab.style-05 .tab-content .tab-pane h3 {
    text-transform: uppercase;
    color: #183652
}
.tab.style-05 .tab-content .tab-pane h3:first-child {
    margin-top: 0
}
.tab.style-05 .panel-group {
    padding: 0 15px;
    margin-bottom: 0
}
.tab.style-05 .panel-group .panel {
    border: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-05 .panel-default>.panel-heading {
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-05 .panel-default>.panel-heading .panel-title {
    color: #fff;
    text-transform: uppercase
}
.tab.style-05 .panel-default>.panel-heading .panel-title i {
    margin-right: 10px
}
.tab.style-05 .panel-default>.panel-heading .panel-title a:active,
.tab.style-05 .panel-default>.panel-heading .panel-title a:focus,
.tab.style-05 .panel-default>.panel-heading .panel-title a:hover {
    color: #fff
}
.tab.style-05 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0 15px 15px
}
.tab.style-05 .panel.panel-default .panel-collapse {
    border: 1px solid #ebebeb;
    border-top: none
}
.tab.style-06 {
    float: left;
    width: 100%;
    overflow: hidden
}
.tab.style-06 .nav-tabs {
    padding: 0;
    border: none;
    border-bottom: 1px solid
}
.tab.style-06 .nav-tabs>li {
    margin: 0;
    border: none
}
.tab.style-06 .nav-tabs>li>a {
    border: none;
    margin: 0;
    padding: 10px 30px;
    background: #f5f5f5;
    color: #183650;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-06 .nav-tabs>li.active>a,
.tab.style-06 .nav-tabs>li.active>a:hover,
.tab.style-06 .nav-tabs>li.active>a:focus {
    border: none;
    color: #fff
}
.tab.style-06 .tab-content {
    padding: 30px 0 0;
    background: #fff
}
.tab.style-06 .tab-content h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #183650;
    margin: 0 0 30px
}
.tab.style-06 .panel-group {
    margin: 0
}
.tab.style-06 .panel-group .panel {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-06 .panel-default>.panel-heading {
    display: inline-block;
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-06 .panel-default>.panel-heading .panel-title {
    font-size: 16px
}
.tab.style-06 .panel-default>.panel-heading .panel-title a {
    display: inline-block;
    width: 100%
}
.tab.style-06 .panel-default>.panel-heading .panel-title a:hover,
.tab.style-06 .panel-default>.panel-heading .panel-title a:focus {
    color: #fff
}
.tab.style-06 .panel-default>.panel-heading .panel-title i {
    margin-right: 10px;
    display: inline-block
}
.tab.style-06 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 30px
}
@media (max-width: 639px) {
    .tab.style-06 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 0 15px
    }
}
.tab.style-07 {
    text-align: center
}
.tab.style-07 .nav-tabs>li.active>a,
.tab.style-07 .nav-tabs>li.active>a:hover,
.tab.style-07 .nav-tabs>li.active>a:focus,
.tab.style-07 .nav-tabs>li>a:hover {
    background: transparent;
    border: none
}
.tab.style-07 .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-bottom: 30px
}
.tab.style-07 .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}
.tab.style-07 .nav-tabs li:hover span {
    opacity: 1
}
.tab.style-07 .nav-tabs li a {
    display: inline-block;
    width: 100%;
    padding: 18px;
    color: #7d8088;
    border: none;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
@media (max-width: 799px) {
    .tab.style-07 .nav-tabs li a {
        padding: 15px
    }
}
.tab.style-07 .nav-tabs li a .fa {
    display: block;
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #7d8088;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
@media (max-width: 799px) {
    .tab.style-07 .nav-tabs li a .fa {
        width: 60px;
        height: 60px;
        font-size: 34px;
        line-height: 60px
    }
}
.tab.style-07 .nav-tabs li a span {
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0
}
.tab.style-07 .nav-tabs li a span:after {
    display: none
}
.tab.style-07 .panel-group {
    margin: 0
}
.tab.style-07 .panel-group .panel {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-07 .panel-default>.panel-heading {
    display: inline-block;
    width: 100%;
    border: none;
    color: #fff;
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-07 .panel-default>.panel-heading .panel-title {
    font-size: 22px
}
.tab.style-07 .panel-default>.panel-heading .panel-title a {
    display: inline-block;
    width: 100%
}
.tab.style-07 .panel-default>.panel-heading .panel-title a:hover,
.tab.style-07 .panel-default>.panel-heading .panel-title a:focus {
    color: #fff
}
.tab.style-07 .panel-default>.panel-heading .panel-title i {
    margin-right: 10px;
    display: inline-block
}
.tab.style-07 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 30px
}
@media (max-width: 479px) {
    .tab.style-07 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 15px
    }
}
.tab.style-08 .nav-tabs {
    position: absolute;
    top: 0;
    left: 35.79795%;
    width: 63.54319%;
    border-bottom: none;
    padding: 0;
    text-align: center
}
.tab.style-08 .nav-tabs li {
    /*width: 20%;*/
    width: 33.3333%;
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4)
}
.tab.style-08 .nav-tabs li:first-child {
    border-left: none
}
.tab.style-08 .nav-tabs li.active a,
.tab.style-08 .nav-tabs li.active a:hover,
.tab.style-08 .nav-tabs li.active a:focus {
    background: #682d05;
}
.tab.style-08 .nav-tabs li a {
    font-size: 16px;
    padding: 19px 0 21px;
    margin: 0;
    line-height: 1;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight:600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
@media (max-width: 1119px) {
    .tab.style-08 .nav-tabs li a {
        font-size: 13px
    }
}
.tab.style-08 .nav-tabs li a:hover,
.tab.style-08 .nav-tabs li a:focus {
    background: #682d05
}
.tab.style-08 .panel-group .panel {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
.tab.style-08 .panel-default>.panel-heading {
    padding: 15px 20px;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.tab.style-08 .panel-title>a,
.tab.style-08 .panel-title>small,
.tab.style-08 .panel-title>.small,
.tab.style-08 .panel-title>small>a,
.tab.style-08 .panel-title>.small>a {
    color: #fff;
    font-weight: 600
}
.tab.style-08 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none
}
.pagination.style-01 {
    font-size: 16px;
    text-align: center
}
.pagination.style-01 .navAll {
    display: none
}
.pagination.style-01 .pagination {
    margin: 0
}
.pagination.style-01 .pagination .screen-reader-text {
    display: none
}
.pagination.style-01 .pagination .nav-links .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: #4f7637;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.pagination.style-01 .pagination .nav-links .page-numbers.prev {
    /*display: none*/
}
.pagination.style-01 .pagination .nav-links .page-numbers.current,
.pagination.style-01 .pagination .nav-links .page-numbers:hover {
    background: #682d05;
    color: #fff
}
.pagination.style-01 .pagination .nav-links .page-numbers+.page-numbers {
    margin-left: 10px
}
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_pages .widget-title,
.widget_product_categories .widget-title {
    margin-bottom: 30px
}
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_product_categories ul li {
    margin-bottom: 0;
    font-size: 14px;
    color: #777
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_product_categories ul li a {
    text-transform: uppercase;
    color: #777;
    padding-left: 20px;
    position: relative
}
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_product_categories ul li a:before {
    position: absolute;
    content: '\f101';
    color: #fff;
    top: 5px;
    left: 0
}
.widget_archive ul li+li,
.widget_categories ul li+li,
.widget_pages ul li+li,
.widget_product_categories ul li+li {
    margin-top: 15px
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.widget_pages .screen-reader-text,
.widget_product_categories .screen-reader-text {
    display: none
}
.widget_archive select,
.widget_categories select,
.widget_pages select,
.widget_product_categories select {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ebebeb
}
.widget_archive .children,
.widget_categories .children,
.widget_pages .children,
.widget_product_categories .children {
    padding-left: 20px;
    padding-top: 10px
}
.widget_archive .children li a,
.widget_categories .children li a,
.widget_pages .children li a,
.widget_product_categories .children li a {
    padding-left: 0;
    text-transform: none
}
.widget_archive .children li a:before,
.widget_categories .children li a:before,
.widget_pages .children li a:before,
.widget_product_categories .children li a:before {
    display: none
}
.widget_calendar .widget-title {
    margin-bottom: 30px
}
.widget_calendar .calendar_wrap table {
    width: 100%;
    text-align: center
}
.widget_calendar .calendar_wrap table caption {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-bottom: none;
    text-align: center
}
.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
    font-size: 14px;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 10px 11px;
    color: #183650
}
@media (max-width: 1119px) {
    .widget_calendar .calendar_wrap table td,
    .widget_calendar .calendar_wrap table th {
        padding: 5px 6px
    }
}
.widget_calendar .calendar_wrap table th {
    background: #f5f5f5
}
.widget_calendar .calendar_wrap table td {
    background: #fff
}
.widget_calendar .calendar_wrap table td#today a {
    color: #fff
}
.widget_meta .widget-title,
.widget_recent_entries .widget-title {
    margin-bottom: 30px
}
.widget_meta ul li,
.widget_recent_entries ul li {
    margin: 0
}
.widget_meta ul li+li,
.widget_recent_entries ul li+li {
    margin-top: 10px
}
.widget_meta ul li a,
.widget_recent_entries ul li a {
    padding-left: 20px;
    color: #777;
    position: relative
}
.widget_meta ul li a:before,
.widget_recent_entries ul li a:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.widget_meta ul li a abbr,
.widget_recent_entries ul li a abbr {
    margin-left: 5px;
    border-bottom: 1px dotted #777;
    cursor: help
}
.widget_recent_comments .widget-title {
    margin-bottom: 30px
}
.widget_recent_comments ul li {
    margin-bottom: 0
}
.widget_recent_comments ul li+li {
    margin-top: 10px
}
.widget_recent_comments ul li .comment-author-link a {
    margin-left: 0;
    margin-right: 5px
}
.widget_recent_comments ul li a {
    margin-left: 5px
}
.widget_recent_comments ul li a:hover {
    text-decoration: underline
}
.widget_rss .widget-title {
    margin-bottom: 30px
}
.widget_rss ul li {
    font-size: 14px;
    margin-bottom: 0
}
.widget_rss ul li+li {
    margin-top: 10px
}
.widget_rss ul li .rss-date {
    display: block;
    font-weight: 600;
    color: #777;
    margin-bottom: 5px
}
.widget_rss ul li .rsswidget {
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}
.widget_rss ul li .rsswidget:hover {
    text-decoration: underline
}
.widget_rss ul li .rssSummary {
    color: #777;
    margin-bottom: 5px
}
.widget_rss ul li cite {
    color: #777
}
.widget_search .widget-title {
    margin-bottom: 30px
}
.widget_search .search-form label .screen-reader-text {
    display: none
}
.widget_search .search-form label .search-field {
    border: 1px solid #ebebeb;
    padding: 7px 15px;
    color: #ccc;
    margin-right: 10px
}
.widget_search .search-form .search-submit {
    background: none;
    border: 1px solid #ebebeb;
    padding: 7px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}
.widget_search .search-form .search-submit:hover:before {
    color: #fff
}
.widget_search .search-form .search-submit:before {
    content: '\f002';
    font-size: 15px;
    color: #ccc
}
.widget_search .search-form .search-submit .screen-reader-text {
    display: none
}
.widget_text {
    font-size: 14px;
    color: #777
}
.widget_text .widget-title {
    margin-bottom: 30px
}
.widget_text br {
    display: none
}
.widget_text strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000
}
.widget_text img {
    margin-bottom: 10px
}
.widget_text .wp-caption-text img {
    margin-top: 10px
}
.widget_text select {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ebebeb
}
.widget_tag_cloud .widget-title,
.widget_product_tag_cloud .widget-title {
    margin-bottom: 30px
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-top: -10px
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 16px !important;
    padding: 7px 15px;
    border: 1px solid #ebebeb;
    color: #777;
    margin: 10px 10px 0 0
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    color: #fff
}
.widget_nav_menu .widget-title {
    margin-bottom: 30px
}
.widget_nav_menu ul li {
    margin-bottom: 0
}
.widget_nav_menu ul li a {
    color: #777
}
.widget_nav_menu ul li+li {
    margin-top: 10px
}
.widget_nav_menu ul .sub-menu {
    padding-left: 5px;
    padding-top: 10px
}
.woocommerce.widget_shopping_cart .widget-title {
    margin-bottom: 30px
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul {
    padding: 0 0 15px
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
    padding-bottom: 0
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li+li {
    margin-top: 15px
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #183650
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a.remove {
    font-weight: normal
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    min-width: 60px;
    max-width: 60px;
    margin-left: 15px
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .quantity {
    font-size: 14px
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
    padding: 15px 0;
    margin: 0
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    margin-left: 10px
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
    color: #fff;
    padding: 15px;
    background: #183650;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
@media (max-width: 1023px) {
    .woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
        padding: 10px;
        font-size: 14px
    }
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover {
    color: #fff
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
    margin-left: 15px
}
.widget_product_search .widget-title {
    margin-bottom: 30px
}
.widget_product_search .woocommerce-product-search {
    position: relative
}
.widget_product_search .woocommerce-product-search .screen-reader-text {
    display: none
}
.widget_product_search .woocommerce-product-search .search-field {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 7px 100px 7px 15px;
    color: #ccc
}
.widget_product_search .woocommerce-product-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px;
    color: #fff;
    border: none;
    background: #183650
}
.widget_products .widget-title {
    margin-bottom: 30px
}
.widget_products ul.product_list_widget li {
    padding: 0
}
.widget_products ul.product_list_widget li+li {
    margin-top: 15px
}
.widget_products ul.product_list_widget li a {
    font-size: 16px;
    font-weight: 600;
    color: #183650
}
.widget_products ul.product_list_widget li a.remove {
    font-weight: normal
}
.widget_products ul.product_list_widget li img {
    min-width: 60px;
    max-width: 60px;
    margin-left: 15px
}
.widget_products ul.product_list_widget li del {
    font-size: 16px;
    color: #777;
    margin-right: 10px
}
.widget_products ul.product_list_widget li ins {
    font-size: 22px;
    font-weight: 600;
    color: #183650;
    text-decoration: none
}
.widget_recent_reviews .widget-title,
.widget_top_rated_products .widget-title {
    margin-bottom: 30px
}
.widget_recent_reviews ul.product_list_widget li,
.widget_top_rated_products ul.product_list_widget li {
    padding: 0
}
.widget_recent_reviews ul.product_list_widget li+li,
.widget_top_rated_products ul.product_list_widget li+li {
    margin-top: 15px
}
.widget_recent_reviews ul.product_list_widget li a,
.widget_top_rated_products ul.product_list_widget li a {
    font-size: 16px;
    font-weight: 600;
    color: #183650
}
.widget_recent_reviews ul.product_list_widget li a.remove,
.widget_top_rated_products ul.product_list_widget li a.remove {
    font-weight: normal
}
.widget_recent_reviews ul.product_list_widget li img,
.widget_top_rated_products ul.product_list_widget li img {
    min-width: 60px;
    max-width: 60px;
    margin-left: 15px
}
.widget_recent_reviews ul.product_list_widget li .star-rating,
.widget_top_rated_products ul.product_list_widget li .star-rating {
    margin: 5px 0;
    font-size: 12px
}
.header {
    background: #fff
}
.header.style-01 {
    position: relative
}
@media (max-width: 1119px) {
    .header.style-01 .row {
        margin: 0
    }
}
.header.style-01 .header-top {
    border-top-width: 6px;
    border-top-style: solid
}
@media (max-width: 1023px) {
    .header.style-01 .header-top .pull-right {
        padding: 0
    }
}
.header.style-01 .header_logo {
    padding-top: 25px
}
@media (max-width: 1023px) {
    .header.style-01 .header_logo {
        text-align: center;
        padding: 30px 0
    }
}
@media (max-width: 1023px) {
    .header.style-01 .header_logo img {
        display: initial
    }
}
@media (max-width: 1023px) {
    .header.style-01 .header-bottom {
        display: none
    }
}
.header-right {
    float: left;
    width: 100%;
    background: #f5f5f5;
    font-size: 14px
}
.header_country,
.header_office {
    border-right: 1px solid #e5e5e5
}
.header_country ul,
.header_office ul {
    padding: 0
}
.header_country {
    padding: 10px 30px;
    position: relative
}
@media (max-width: 1119px) {
    .header_country {
        padding: 10px 15px
    }
}
@media (max-width: 359px) {
    .header_country {
        padding: 11px 10px 12px
    }
}
.header_country .active img {
    float: left;
    margin-right: 10px;
    margin-top: 3px
}
@media (max-width: 359px) {
    .header_country .active img {
        margin-right: 0
    }
}
@media (max-width: 359px) {
    .header_country .active i {
        display: none
    }
}
.header_country ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 7px 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}
.header_country ul.active {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.header_country ul li {
    margin: 0
}
.header_country ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 8px 10px 8px 15px
}
.header_country ul li a:hover {
    background: #f5f5f5;
    color: #777
}
.header_office {
    min-width: 180px;
    padding: 10px 10px 10px 30px;
    position: relative
}
@media (max-width: 1119px) {
    .header_office {
        padding: 10px 15px;
        min-width: 140px
    }
}
@media (max-width: 359px) {
    .header_office {
        padding: 10px
    }
}
.header_office .active img,
.header_office .active span {
    float: left
}
@media (max-width: 1023px) {
    .header_office .active img,
    .header_office .active span {
        float: none;
        display: inline-block
    }
}
.header_office .active img {
    margin-right: 10px;
    margin-top: 3px
}
@media (max-width: 359px) {
    .header_office .active img {
        display: none
    }
}
.header_office .active span {
    color: #fff;
    cursor: pointer
}
.header_office ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 7px 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}
.header_office ul.active {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.header_office ul li {
    margin: 0
}
.header_office ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 8px 10px 8px 15px
}
.header_office ul li a:hover {
    background: #f5f5f5;
    color: #777
}
.header_email {
    padding: 10px 30px
}
@media (max-width: 1119px) {
    .header_email {
        padding: 10px 15px
    }
}
@media (max-width: 479px) {
    .header_email {
        display: none
    }
}
.header_email .fa {
    color: #777;
    margin-right: 10px
}
@media (max-width: 359px) {
    .header_email .fa {
        display: none
    }
}
.header_email a {
    color: #777
}
.header-bottom {
    margin-top: 40px
}
.header-bottom div[class^='col-'],
.header-bottom .container {
    position: initial
}
.header_mainMenu.style-01 {
    text-transform: uppercase;
    position: initial
}
.header_mainMenu.style-01 .sf-menu {
    margin-bottom: 0;
    position: initial
}
.header_mainMenu.style-01 .sf-menu.sf-arrows .sf-with-ul:after {
    content: '\f078';
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    border: none;
    margin: 0 0 0 5px;
    font-size: 10px
}
.header_mainMenu.style-01 .sf-menu.sf-arrows ul li a.sf-with-ul {
    position: relative
}
.header_mainMenu.style-01 .sf-menu.sf-arrows ul li a.sf-with-ul:after {
    position: absolute;
    top: 19px;
    right: 5px;
    font-size: 14px;
    content: '\f0da';
    color: #183652
}
.header_mainMenu.style-01 .sf-menu>li:first-child>a {
    padding-left: 0
}
.header_mainMenu.style-01 .sf-menu ul {
    left: auto;
    padding: 20px;
    min-width: 270px;
    background: #e5e5e5;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
.header_mainMenu.style-01 .sf-menu ul li {
    background: transparent;
    border-bottom: 1px solid #fff;
    position: relative
}
.header_mainMenu.style-01 .sf-menu ul li:first-child {
    border-top: 1px solid #fff
}
.header_mainMenu.style-01 .sf-menu ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #183652;
    text-transform: none
}
.header_mainMenu.style-01 .sf-menu ul li a:hover {
    padding-left: 10px
}
.header_mainMenu.style-01 .sf-menu ul ul {
    left: 100%
}
.header_mainMenu.style-01 .sf-menu ul ul li {
    position: relative
}
.header_mainMenu.style-01 .sf-menu li {
    background: #fff;
    white-space: normal;
    position: initial
}
.header_mainMenu.style-01 .sf-menu li a {
    border: none;
    padding: 0 15px 30px;
    color: #183650
}
.header_mainMenu.style-01 .sf-menu li a:hover {
    color: #777
}
.header_mainMenu.style-01 .sf-menu .sf-mega {
    left: 0;
    padding: 40px 0;
    background: #f5f5f5
}
.header_mainMenu.style-01 .sf-menu .sf-mega .sub-menu {
    display: block;
    min-width: inherit;
    position: relative;
    background: #f5f5f5
}
.header_mainMenu.style-01 .sf-menu .sf-mega .sub-menu li {
    border: none
}
.header_mainMenu.style-01 .sf-menu .sf-mega .sub-menu li a {
    font-size: 14px;
    color: #777;
    background: #f5f5f5;
    padding: 7px 0 7px 20px;
    text-transform: uppercase;
    position: relative
}
.header_mainMenu.style-01 .sf-menu .sf-mega .sub-menu li a:before {
    position: absolute;
    content: '\f105';
    top: 10px;
    left: 0
}
.header-bottom-right {
    float: left;
    width: 100%;
    text-align: right
}
.header-bottom-right_list {
    float: right;
    text-transform: uppercase;
    margin-right: 45px;
    position: relative
}
@media (max-width: 1119px) {
    .header-bottom-right_list {
        margin-right: 30px
    }
}
.header-bottom-right_list ul {
    text-align: left
}
.header-bottom-right_list ul li {
    margin-bottom: 0
}
.header-bottom-right_list ul li:hover ul {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.header-bottom-right_list ul ul {
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 7px 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}
.header-bottom-right_list ul ul a {
    text-transform: none;
    color: #fff;
    padding: 8px 10px 8px 15px
}
.header-bottom-right_list ul ul a:hover {
    background: #f5f5f5;
    color: #777
}
.header-bottom-right_list a {
    display: inline-block;
    width: 100%;
    color: #183650;
    padding-bottom: 30px
}
@media (max-width: 1023px) {
    .header-bottom-right_list a {
        padding-bottom: 15px
    }
}
.header-bottom-right_list a .fa {
    font-size: 10px;
    margin: 0 0 0 5px
}
.header-bottom-right_list a:hover {
    color: #777
}
.header_search {
    width: auto;
    min-width: inherit;
    height: auto;
    line-height: 1;
    overflow: inherit
}
.header_search.sb-search-open .sb-search-input {
    height: 40px
}
.header_search form {
    float: left;
    width: 100%;
    line-height: 1;
    position: relative
}
.header_search .sb-search-input {
    width: 200px;
    height: 0;
    font-size: 15px;
    padding: 0 10px;
    top: 51px;
    line-height: 40px
}
.header_search .search-submit {
    border: none;
    outline: none;
    position: relative;
    top: 3px;
    right: 0
}
.header_search .search-submit .sb-icon-search {
    position: relative;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 14px;
    background: #fff;
    color: #183650
}
.sb-search.sb-search-open,
.no-js .sb-search {
    width: auto
}
.articleHeader.style-01 .widget-content .entry-item {
    position: relative
}
.articleHeader.style-01 .widget-content .entry-item .entry-thumb {
    position: relative
}
.articleHeader.style-01 .widget-content .entry-item .entry-thumb a {
    padding: 0
}
.articleHeader.style-01 .widget-content .entry-item .entry-thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #1a2634;
    opacity: .3;
    z-index: 2
}
.articleHeader.style-01 .widget-content .entry-item .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 3
}
.articleHeader.style-01 .widget-content .entry-item .entry-content h5 {
    text-transform: uppercase;
    margin: 0;
    line-height: 28px
}
.articleHeader.style-01 .widget-content .entry-item .entry-content h5 a {
    padding: 0;
    color: #fff;
    border: none
}
.header.style-02 .header-top {
    border-bottom: 1px solid #5b6d50;
    background:#41642c;
}
@media (max-width: 1119px) {
    .header.style-02 .header-top .row {
        margin: 0
    }
}
@media (max-width: 1119px) {
    .header.style-02 .header-top div[class^="col-"] {
        /*float: left !important;*/
        /*width: auto*/
    }
}
@media (max-width: 767px) {
    .header.style-02 .header-top div[class^="col-"] {
        padding: 0
    }
}
.header.style-02 .header-top .mobileMenu {
    width: 41px;
    height: 41px
}
.header.style-02 .header_country {
    border-left: 1px solid #e5e5e5;
    padding: 14px 20px 13px
}
.header.style-02 .header_country img {
    margin: 0
}
.header.style-02 .header-bottom {
    margin-top: 0;
    position: relative;
    background: rgb(254,255,232);
background: -moz-linear-gradient(45deg, rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%);
background: linear-gradient(45deg, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=1 );
}
@media (max-width: 1119px) {
    .header.style-02 .header-bottom .row {
        margin: 0
    }
}
.header.style-02 .header_logo {
    /*padding-top: 25px*/
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 1023px) {
    .header.style-02 .header_logo {
        text-align: center;
        padding: 10px 0
    }
    .header.style-02 .header_logo img {
        display: initial
    }
}
.header.style-02 div[class^='col-'] {
    position: initial
}
.header_mainMenu.style-02 {
    position: initial
}
@media (max-width: 1023px) {
    .header_mainMenu.style-02 {
        display: none
    }
}
.header_mainMenu.style-02 .sf-menu {
    position: initial;
    font-size: 14px;
    margin-bottom: 0
}
.header_mainMenu.style-02 .sf-menu>li>a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}
.header_mainMenu.style-02 .sf-menu>li>a:hover:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.header_mainMenu.style-02 .sf-menu ul {
    left: auto;
    padding: 20px;
    min-width: 270px;
    background: #e5e5e5;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
.header_mainMenu.style-02 .sf-menu ul li {
    background: transparent;
    border-bottom: 1px solid #fff;
    position: relative;
    margin: 0 !important
}
.header_mainMenu.style-02 .sf-menu ul li:first-child {
    border-top: 1px solid #fff
}
.header_mainMenu.style-02 .sf-menu ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #183652;
    text-transform: none;
    border: none
}
.header_mainMenu.style-02 .sf-menu ul li a:hover {
    padding-left: 10px
}
.header_mainMenu.style-02 .sf-menu ul ul {
    left: 100%
}
.header_mainMenu.style-02 .sf-menu ul ul li {
    position: relative
}
.header_mainMenu.style-02 .sf-menu li {
    background: #fff;
    position: initial;
    white-space: inherit
}
.header_mainMenu.style-02 .sf-menu li+li {
    margin-left: 40px
}
.header_mainMenu.style-02 .sf-menu li a {
    color: #183650;
    padding: 35px 0;
    text-transform: uppercase;
    position: relative
}
.header_mainMenu.style-02 .sf-menu .sf-with-ul:after {
    display: none
}
.header_mainMenu.style-02 .sf-menu .sf-mega {
    left: 0;
    padding: 40px 0;
    background: #f5f5f5
}
.header_mainMenu.style-02 .sf-menu .sf-mega .sub-menu {
    display: block;
    min-width: inherit;
    position: relative;
    background: #f5f5f5
}
.header_mainMenu.style-02 .sf-menu .sf-mega .sub-menu li {
    border: none
}
.header_mainMenu.style-02 .sf-menu .sf-mega .sub-menu li a {
    font-size: 14px;
    color: #777;
    background: #f5f5f5;
    padding: 7px 0 7px 20px;
    text-transform: uppercase;
    position: relative
}
.header_mainMenu.style-02 .sf-menu .sf-mega .sub-menu li a:before {
    position: absolute;
    content: '\f105';
    top: 10px;
    left: 0
}
.header_phone {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.header_phone {margin-top: 1px;}
}
@media only screen and (max-width: 768px) {
	.slide-on-scroll {display: none;}
	.header_phone {margin-top: 1px;}
}
.header_phone ul li {
    /*display: inline-block;*/
    margin-bottom: 0;
    padding: 6px 0;
    color: #41642c;
    font-size: 13px;
    
}
.header_phone ul li a {
    color: #41642c;
    font-size: 13px;
}
.header_phone ul li .fa {
    font-size: 18px;
    margin-right: 5px;
    top: 2px;
    position: relative
}
.header_phone ul li+li {
    /*margin-left: 45px*/
}
.header_contact {
    padding: 11px 0 11px 20px;
    font-size: 14px
}
@media (max-width: 479px) {
    .header_contact {
        /*display: none*/
    }
}
.header_contact .fa {
    margin-left: 20px
}
.header_contact a:hover {
    color: #183650
}
.header_request {
    margin-top: 15px;
    margin-left: 45px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-left: 1px solid #e5e5e5
}
@media (max-width: 1023px) {
    .header_request {
        display: none
    }
}
.header_request:hover a {
    color: #183650
}
.header_request:hover span {
    background: #183650
}
.header_request a {
    line-height: 44px;
    vertical-align: middle
}
.header_request span {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}
.header_request span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -1px;
    width: 2px;
    height: 12px;
    background: #fff
}
.header_request span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    background: #fff
}
.mobileMenu {
    float: left;
    width: 40px;
    height: 40px;
    background: #682d05;
    position: relative;
    cursor: pointer
}
.mobileMenu .mobileMenu_iconBar {
    position: absolute;
    width: 100%;
    height: 100%;
    /*padding: 12px 8px 0*/
}
.mobileMenu .mobileMenu_iconBar span {
    float: left;
    /*width: 100%;*/
    height: 3px;
    background: #fff
}
.mobileMenu .mobileMenu_iconBar span+span {
    margin-top: 4px
}
.mobileMenu .nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    z-index: 10;
    background: #183650;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}
.mobileMenu .nav.active {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.mobileMenu .nav li {
    margin: 0
}
.mobileMenu .nav li a {
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.mobileMenu .nav li a:hover,
.mobileMenu .nav li a:focus {
    color: #183650
}
.mobileMenu .nav li a:hover span,
.mobileMenu .nav li a:focus span {
    color: #183650
}
.mobileMenu .nav li ul {
    background: #eee;
    border-top: 1px solid #183650
}
.mobileMenu .nav li ul li a {
    font-size: 14px;
    padding: 10px 15px 10px 25px
}
.mobileMenu .nav li ul li a:hover,
.mobileMenu .nav li ul li a:focus {
    background: #183650;
    color: #fff !important
}
.mobileMenu .nav .open a,
.mobileMenu .nav .open a:hover,
.mobileMenu .nav .open a:focus {
    color: #183650
}
.bottomSidebar {
    background: #fff;
    overflow: hidden
}
@media (max-width: 767px) {
    .bottomSidebar {
        padding-bottom: 30px
    }
}
.bottomSidebar .row_custom {
    margin-left: -30px;
    margin-right: -30px
}
@media (max-width: 979px) {
    .bottomSidebar .row_custom {
        margin-left: -15px;
        margin-right: -15px
    }
}
.bottomSidebar div[class^='col-'] {
    border-left: 1px solid #ebebeb;
    padding: 15px;
}
.bottomSidebar div[class^='col-']:first-child {
    border-left: none
}
@media (max-width: 979px) {
    .bottomSidebar div[class^='col-'] {
        padding: 30px 15px
    }
}
@media (max-width: 767px) {
    .bottomSidebar div[class^='col-'] {
        padding: 30px 15px 0;
        height: auto !important
    }
}
@media (max-width: 767px) {
    .bottomSidebar div[class^='col-'] .widget-title {
        margin-top: 0
    }
}
.footer {
    padding: 10px 0;
    background: #532100;
    text-align: center;
    position: relative
}
@media (max-width: 767px) {
    .footer {
        padding: 30px 0
    }
}
@media (max-width: 479px) {
    .footer {
        padding: 30px 0 0
    }
}
.footer p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em
}
@media (max-width: 767px) {
    .footer p {
        padding: 0 60px
    }
}
@media (max-width: 479px) {
    .footer p {
        padding: 0
    }
}
.mainSlider.style-01 .owl-item .item .container {
    position: relative
}
.mainSlider.style-01 .owl-item .item .container .-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10
}
.mainSlider.style-01 .owl-item .item .container .-inner h2 {
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 54px;
    opacity: 0;
    -webkit-transition: all 600ms ease 600ms, visibility 0s ease 0s;
    -moz-transition: all 600ms ease 600ms, visibility 0s ease 0s;
    -ms-transition: all 600ms ease 600ms, visibility 0s ease 0s;
    transition: all 600ms ease 600ms, visibility 0s ease 0s
}
@media (max-width: 1119px) {
    .mainSlider.style-01 .owl-item .item .container .-inner h2 {
        font-size: 44px;
        margin-top: 30px
    }
}
@media (max-width: 767px) {
    .mainSlider.style-01 .owl-item .item .container .-inner h2 {
        font-size: 34px
    }
}
@media (max-width: 639px) {
    .mainSlider.style-01 .owl-item .item .container .-inner h2 {
        font-size: 28px;
        margin-top: 15px
    }
}
@media (max-width: 479px) {
    .mainSlider.style-01 .owl-item .item .container .-inner h2 {
        font-size: 24px
    }
}
.mainSlider.style-01 .owl-item .item .container .-inner .line-dotted {
    -webkit-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    -moz-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    -ms-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    transition: all 600ms ease 1.2s, visibility 0s ease 0s
}
@media (max-width: 479px) {
    .mainSlider.style-01 .owl-item .item .container .-inner .line-dotted {
        display: none
    }
}
.mainSlider.style-01 .owl-item .item .container .-inner img {
    display: initial;
    opacity: 0;
    -webkit-transition: all 1s ease 1.8s, visibility 0s ease 0s;
    -moz-transition: all 1s ease 1.8s, visibility 0s ease 0s;
    -ms-transition: all 1s ease 1.8s, visibility 0s ease 0s;
    transition: all 1s ease 1.8s, visibility 0s ease 0s
}
.mainSlider.style-01 .owl-item .item .imgBg {
    position: relative
}
.mainSlider.style-01 .owl-item .item .imgBg:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .9
}
.mainSlider.style-01 .owl-item .item .imgBg img {
    width: 100%
}
.mainSlider.style-01 .owl-item .item.style-01 .container .-inner h2 {
    -webkit-transform: translate(0, -300px);
    -moz-transform: translate(0, -300px);
    -ms-transform: translate(0, -300px);
    -o-transform: translate(0, -300px);
    transform: translate(0, -300px)
}
.mainSlider.style-01 .owl-item .item.style-01 .container .-inner .line-dotted {
    margin-bottom: 0;
    opacity: 0;
    -webkit-transform: translate(0, -300px);
    -moz-transform: translate(0, -300px);
    -ms-transform: translate(0, -300px);
    -o-transform: translate(0, -300px);
    transform: translate(0, -300px)
}
@media (max-width: 1299px) {
    .mainSlider.style-01 .owl-item .item.style-01 .container .-inner .line-dotted {
        margin-bottom: 15px
    }
}
.mainSlider.style-01 .owl-item .item.style-01 .container .-inner img {
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0)
}
@media (max-width: 1119px) {
    .mainSlider.style-01 .owl-item .item.style-01 .container .-inner img {
        width: 80%
    }
}
.mainSlider.style-01 .owl-item .item.style-02 .container .-inner h2 {
    -webkit-transform: translate(0, -300px);
    -moz-transform: translate(0, -300px);
    -ms-transform: translate(0, -300px);
    -o-transform: translate(0, -300px);
    transform: translate(0, -300px)
}
.mainSlider.style-01 .owl-item .item.style-02 .container .-inner h2 span {
    font-weight: 200;
    opacity: 0;
    -webkit-transition: all 1s ease 1.4s, visibility 0s ease 0s;
    -moz-transition: all 1s ease 1.4s, visibility 0s ease 0s;
    -ms-transition: all 1s ease 1.4s, visibility 0s ease 0s;
    transition: all 1s ease 1.4s, visibility 0s ease 0s
}
.mainSlider.style-01 .owl-item .item.style-02 .container .-inner .line-dotted {
    margin-bottom: 90px;
    opacity: 0;
    -webkit-transform: translate(0, -300px);
    -moz-transform: translate(0, -300px);
    -ms-transform: translate(0, -300px);
    -o-transform: translate(0, -300px);
    transform: translate(0, -300px)
}
@media (max-width: 1299px) {
    .mainSlider.style-01 .owl-item .item.style-02 .container .-inner .line-dotted {
        margin-bottom: 75px
    }
}
@media (max-width: 1119px) {
    .mainSlider.style-01 .owl-item .item.style-02 .container .-inner .line-dotted {
        margin-bottom: 95px
    }
}
@media (max-width: 767px) {
    .mainSlider.style-01 .owl-item .item.style-02 .container .-inner .line-dotted {
        margin-bottom: 60px
    }
}
.mainSlider.style-01 .owl-item .item.style-02 .container .-inner img.imgItem-02 {
    margin-top: 27px;
    -webkit-transform: translate(-1000px, 0);
    -moz-transform: translate(-1000px, 0);
    -ms-transform: translate(-1000px, 0);
    -o-transform: translate(-1000px, 0);
    transform: translate(-1000px, 0);
    -webkit-transition: all 1s ease 2.4s, visibility 0s ease 0s;
    -moz-transition: all 1s ease 2.4s, visibility 0s ease 0s;
    -ms-transition: all 1s ease 2.4s, visibility 0s ease 0s;
    transition: all 1s ease 2.4s, visibility 0s ease 0s
}
@media (max-width: 1023px) {
    .mainSlider.style-01 .owl-item .item.style-02 .container .-inner img.imgItem-02 {
        width: 20%
    }
}
@media (max-width: 639px) {
    .mainSlider.style-01 .owl-item .item.style-02 .container .-inner img.imgItem-02 {
        margin-top: 10px
    }
}
.mainSlider.style-01 .owl-item .item.style-02 .container .-inner img.imgItem-01 {
    margin-left: 30px;
    -webkit-transform: translate(1000px, 0);
    -moz-transform: translate(1000px, 0);
    -ms-transform: translate(1000px, 0);
    -o-transform: translate(1000px, 0);
    transform: translate(1000px, 0)
}
@media (max-width: 1023px) {
    .mainSlider.style-01 .owl-item .item.style-02 .container .-inner img.imgItem-01 {
        width: 60%
    }
}
.mainSlider.style-01 .owl-item .item.style-03 .container .-inner h2 {
    -webkit-transform: translate(0, -300px);
    -moz-transform: translate(0, -300px);
    -ms-transform: translate(0, -300px);
    -o-transform: translate(0, -300px);
    transform: translate(0, -300px)
}
.mainSlider.style-01 .owl-item .item.style-03 .container .-inner h2 span {
    font-weight: 200;
    opacity: 0;
    -webkit-transition: all 1s ease 1.4s, visibility 0s ease 0s;
    -moz-transition: all 1s ease 1.4s, visibility 0s ease 0s;
    -ms-transition: all 1s ease 1.4s, visibility 0s ease 0s;
    transition: all 1s ease 1.4s, visibility 0s ease 0s
}
.mainSlider.style-01 .owl-item .item.style-03 .container .-inner .line-dotted {
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translate(0, -300px);
    -moz-transform: translate(0, -300px);
    -ms-transform: translate(0, -300px);
    -o-transform: translate(0, -300px);
    transform: translate(0, -300px)
}
@media (max-width: 1299px) {
    .mainSlider.style-01 .owl-item .item.style-03 .container .-inner .line-dotted {
        margin-bottom: 35px
    }
}
@media (max-width: 1119px) {
    .mainSlider.style-01 .owl-item .item.style-03 .container .-inner .line-dotted {
        margin-bottom: 60px
    }
}
@media (max-width: 767px) {
    .mainSlider.style-01 .owl-item .item.style-03 .container .-inner .line-dotted {
        margin-bottom: 40px
    }
}
@media (max-width: 639px) {
    .mainSlider.style-01 .owl-item .item.style-03 .container .-inner .line-dotted {
        margin-bottom: 30px
    }
}
.mainSlider.style-01 .owl-item .item.style-03 .container .-inner img {
    -webkit-transform: translate(0, 1000px);
    -moz-transform: translate(0, 1000px);
    -ms-transform: translate(0, 1000px);
    -o-transform: translate(0, 1000px);
    transform: translate(0, 1000px)
}
.mainSlider.style-01 .owl-item.active .item .container .-inner h2,
.mainSlider.style-01 .owl-item.active .item .container .-inner .line-dotted,
.mainSlider.style-01 .owl-item.active .item .container .-inner img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.mainSlider.style-01 .owl-item.active .item.style-02 .container .-inner h2 span,
.mainSlider.style-01 .owl-item.active .item.style-03 .container .-inner h2 span {
    opacity: 1
}
.mainSlider.style-01 .owl-item.active .item.style-02 .container .-inner img,
.mainSlider.style-01 .owl-item.active .item.style-03 .container .-inner img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.mainSlider.style-01 .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -30px 0 0 0
}
@media (max-width: 639px) {
    .mainSlider.style-01 .owl-controls {
        margin-top: -25px
    }
}
@media (max-width: 359px) {
    .mainSlider.style-01 .owl-controls {
        margin-top: -20px
    }
}
.mainSlider.style-01 .owl-controls .owl-buttons {
    width: 1170px;
    margin: auto;
    position: relative
}
@media screen and (max-width: 1160px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 1000px
    }
}
@media screen and (max-width: 1023px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 960px
    }
}
@media screen and (max-width: 979px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 780px
    }
}
@media screen and (max-width: 799px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 748px
    }
}
@media screen and (max-width: 767px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 620px
    }
}
@media screen and (max-width: 639px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 460px
    }
}
@media screen and (max-width: 479px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 340px
    }
}
@media screen and (max-width: 359px) {
    .mainSlider.style-01 .owl-controls .owl-buttons {
        width: 300px
    }
}
.mainSlider.style-01 .owl-controls .owl-buttons .owl-prev,
.mainSlider.style-01 .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    background: transparent;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    -ms-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0
}
@media (max-width: 639px) {
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-prev,
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-next {
        width: 50px;
        height: 50px
    }
}
@media (max-width: 359px) {
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-prev,
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-next {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 10px 0 10px 0;
        -moz-border-radius: 10px 0 10px 0;
        -ms-border-radius: 10px 0 10px 0;
        border-radius: 10px 0 10px 0
    }
}
.mainSlider.style-01 .owl-controls .owl-buttons .owl-prev:hover,
.mainSlider.style-01 .owl-controls .owl-buttons .owl-next:hover {
    background: rgba(255, 255, 255, 0.2)
}
.mainSlider.style-01 .owl-controls .owl-buttons .owl-prev:before,
.mainSlider.style-01 .owl-controls .owl-buttons .owl-next:before {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    line-height: 60px
}
@media (max-width: 639px) {
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-prev:before,
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-next:before {
        line-height: 50px
    }
}
@media (max-width: 359px) {
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-prev:before,
    .mainSlider.style-01 .owl-controls .owl-buttons .owl-next:before {
        line-height: 40px
    }
}
.mainSlider.style-01 .owl-controls .owl-buttons .owl-prev {
    left: 0
}
.mainSlider.style-01 .owl-controls .owl-buttons .owl-prev:before {
    content: '\f177'
}
.mainSlider.style-01 .owl-controls .owl-buttons .owl-next {
    right: 0
}
.mainSlider.style-01 .owl-controls .owl-buttons .owl-next:before {
    content: '\f178'
}
.mainSlider.style-02 {
    text-align: center;
    overflow: hidden
}
.mainSlider.style-02 .cd-hero-slider {
    float: left;
    width: 100%
}
.mainSlider.style-02 li {
    margin-bottom: 0
}
.mainSlider.style-02 li.selected .mainSlider_text h2 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.mainSlider.style-02 li.selected .mainSlider_text h2 span {
    opacity: 1
}
.mainSlider.style-02 li.selected .mainSlider_text .viewMore {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.mainSlider.style-02 .-inner {
    position: absolute;
    width: 1170px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}
@media screen and (max-width: 1160px) {
    .mainSlider.style-02 .-inner {
        width: 1000px
    }
}
@media screen and (max-width: 1023px) {
    .mainSlider.style-02 .-inner {
        width: 960px
    }
}
@media screen and (max-width: 979px) {
    .mainSlider.style-02 .-inner {
        width: 780px
    }
}
@media screen and (max-width: 799px) {
    .mainSlider.style-02 .-inner {
        width: 748px
    }
}
@media screen and (max-width: 767px) {
    .mainSlider.style-02 .-inner {
        width: 620px
    }
}
@media screen and (max-width: 639px) {
    .mainSlider.style-02 .-inner {
        width: 460px
    }
}
@media screen and (max-width: 479px) {
    .mainSlider.style-02 .-inner {
        width: 340px
    }
}
@media screen and (max-width: 359px) {
    .mainSlider.style-02 .-inner {
        width: 300px
    }
}
.mainSlider.style-02 .imgBg {
    position: relative
}
.mainSlider.style-02 .imgBg:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    /*background: rgba(54, 55, 55, 0.4)*/
}
.mainSlider.style-02 .imgBg img {
    width: 100%
}
.mainSlider.style-02 .mainSlider_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.mainSlider.style-02 .mainSlider_text h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin: 0;
    /*background: #fff;*/
    color: #fff!important;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    padding: 7px 15px;
    font-weight: 600;
    -webkit-transform: translate(1000px, 0);
    -moz-transform: translate(1000px, 0);
    -ms-transform: translate(1000px, 0);
    -o-transform: translate(1000px, 0);
    transform: translate(1000px, 0);
    -webkit-transition: all 600ms ease 600ms, visibility 0s ease 0s;
    -moz-transition: all 600ms ease 600ms, visibility 0s ease 0s;
    -ms-transition: all 600ms ease 600ms, visibility 0s ease 0s;
    transition: all 600ms ease 600ms, visibility 0s ease 0s
}
@media (max-width: 767px) {
    .mainSlider.style-02 .mainSlider_text h2 {
        font-size: 28px
    }
}
@media (max-width: 639px) {
    .mainSlider.style-02 .mainSlider_text h2 {
        font-size: 24px;
        padding: 10px 20px
    }
}
@media (max-width: 479px) {
    .mainSlider.style-02 .mainSlider_text h2 {
        font-size: 20px;
        padding: 10px
    }
}
@media (max-width: 359px) {
    .mainSlider.style-02 .mainSlider_text h2 {
        font-size: 16px
    }
}
.mainSlider.style-02 .mainSlider_text h2 span {
    font-weight: 200;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    -moz-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    -ms-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    transition: all 600ms ease 1.2s, visibility 0s ease 0s
}
@media (max-width: 479px) {
    .mainSlider.style-02 .mainSlider_text h2 span {
        padding-right: 10px;
        margin-right: 10px
    }
}
.mainSlider.style-02 .mainSlider_text h2 span:before {
    position: absolute;
    content: '';
    top: 15px;
    right: 0;
    width: 1px;
    height: 27px
}
@media (max-width: 767px) {
    .mainSlider.style-02 .mainSlider_text h2 span:before {
        top: 10px
    }
}
@media (max-width: 639px) {
    .mainSlider.style-02 .mainSlider_text h2 span:before {
        top: 7px
    }
}
@media (max-width: 479px) {
    .mainSlider.style-02 .mainSlider_text h2 span:before {
        top: 2px
    }
}
@media (max-width: 359px) {
    .mainSlider.style-02 .mainSlider_text h2 span:before {
        top: 5px;
        height: 15px
    }
}
.mainSlider.style-02 .mainSlider_text .viewMore {
    float: right;
    -webkit-transform: translate(0, 1000px);
    -moz-transform: translate(0, 1000px);
    -ms-transform: translate(0, 1000px);
    -o-transform: translate(0, 1000px);
    transform: translate(0, 1000px);
    -webkit-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    -moz-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    -ms-transition: all 600ms ease 1.2s, visibility 0s ease 0s;
    transition: all 600ms ease 1.2s, visibility 0s ease 0s
}
.mainSlider.style-02 .cd-slider-nav {
    float: left;
    width: 100%;
    background: #feffe8;
    overflow: hidden
}
.mainSlider.style-02 .cd-slider-nav ul li {
    float: left;
    width: 20%
}
@media (max-width: 767px) {
    .mainSlider.style-02 .cd-slider-nav ul li {
        width: auto
    }
}
@media (max-width: 639px) {
    .mainSlider.style-02 .cd-slider-nav ul li {
        width: 20%;
        cursor: pointer
    }
}
.mainSlider.style-02 .cd-slider-nav ul li.selected a,
.mainSlider.style-02 .cd-slider-nav ul li.selected i {
    background: #fff
}
.mainSlider.style-02 .cd-slider-nav ul li i {
    display: none;
    width: 100%;
    padding: 15px 0;
    color: #183650;
    font-size: 20px
}
@media (max-width: 639px) {
    .mainSlider.style-02 .cd-slider-nav ul li i {
        display: block
    }
}
@media (max-width: 479px) {
    .mainSlider.style-02 .cd-slider-nav ul li i {
        font-size: 16px
    }
}
.mainSlider.style-02 .cd-slider-nav ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    color: #4f7637;
    font-weight:bold;
}
@media (max-width: 979px) {
    .mainSlider.style-02 .cd-slider-nav ul li a {
        font-size: 14px
    }
}
@media (max-width: 767px) {
    .mainSlider.style-02 .cd-slider-nav ul li a {
        padding: 15px
    }
}
@media (max-width: 639px) {
    .mainSlider.style-02 .cd-slider-nav ul li a {
        display: none
    }
}
.service.style-01 {
    text-align: center;
    background: #fff;
    padding: 30px 30px 0
}
@media (max-width: 979px) {
    .service.style-01 {
        padding: 30px 15px;
        margin-top: -30px
    }
}
@media (max-width: 479px) {
    .service.style-01 {
        padding: 15px 0;
        margin-top: -15px
    }
}
@media (max-width: 979px) {
    .service.style-01 div[class^='col-'] {
        width: 50%;
        margin-top: 30px
    }
}
@media (max-width: 479px) {
    .service.style-01 div[class^='col-'] {
        width: 100%;
        margin-top: 15px
    }
}
.service.style-01 .entry-item {
    background: #f5f5f5;
    padding: 20px 15px 30px
}
.service.style-01 .entry-item:hover .service_listIcon,
.service.style-01 .entry-item:hover a {
    color: #fff
}
.service.style-01 .entry-item .service_listIcon {
    display: inline-block;
    width: 100%;
    font-size: 60px;
    margin-bottom: 15px
}
@media (max-width: 479px) {
    .service.style-01 .entry-item .service_listIcon {
        font-size: 40px
    }
}
.service.style-01 .entry-item a {
    font-size: 16px;
    text-transform: uppercase;
    color: #183650
}
.service.style-02 .widget-title {
    margin-bottom: 65px
}
@media (max-width: 639px) {
    .service.style-02 .widget-title {
        margin-bottom: 30px
    }
}
.service.style-03 .widget-content {
    margin-top: -30px
}
@media (max-width: 479px) {
    .service.style-03 .widget-content {
        margin-top: -15px
    }
}
@media (max-width: 767px) {
    .service.style-03 .widget-content li[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 479px) {
    .service.style-03 .widget-content li[class^="col-"] {
        width: 100%
    }
}
.service.style-03 .widget-content ul li {
    margin-bottom: 0
}
.service.style-03 .widget-content .entry-item {
    background: #f5f5f5;
    border-width: 2px;
    border-style: solid;
    border-color: #ebebeb;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}
@media (max-width: 479px) {
    .service.style-03 .widget-content .entry-item {
        margin-top: 15px;
        height: auto !important
    }
}
.service.style-03 .widget-content .entry-item:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.service.style-03 .widget-content .entry-item:hover .entry-content .entry-title a {
    color: #fff
}
.service.style-03 .widget-content .entry-item:hover .entry-content .service_listIcon {
    color: #fff
}
.service.style-03 .widget-content .entry-item .entry-content .entry-title {
    font-weight: 600;
    color: #183650;
    text-transform: uppercase;
    margin: 0
}
.service.style-03 .widget-content .entry-item .entry-content .entry-title a {
    color: #183650
}
.service.style-03 .widget-content .entry-item .entry-content .service_listIcon {
    position: absolute;
    font-size: 60px;
    color: #b0b0b0;
    right: 30px;
    bottom: 30px
}
.service.style-04 .service_header {
    overflow: hidden
}
.service.style-04 .service_header .widget-title {
    float: left;
    width: 35.79795%;
    margin: 0;
    padding: 10px 0
}
@media (max-width: 1119px) {
    .service.style-04 .service_header .widget-title {
        /*padding: 28px 0*/
        padding: 9px 0;
    }
}
@media (max-width: 767px) {
    .service.style-04 .service_header .widget-title {
        width: 100%;
        padding-right: 15px
    }
}
.service.style-04 .service_header .widget-title .primary_title a {
    color: #fff
}
.service.style-04 .service_header .widget-title .primary_title a:hover {
    color: #183650
}
.service.style-04 .widget-content {
    background: #fff;
    overflow: hidden
}
@media (max-width: 1023px) {
    .service.style-04 .widget-content {
        padding: 30px 30px 10px
    }
}
@media (max-width: 767px) {
    .service.style-04 .widget-content {
        padding: 15px 15px 0
    }
}
.service.style-04 .widget-content .entry-item .entry-thumb {
    float: left;
    width: 35.79795%
}
.service.style-04 .widget-content .entry-item .entry-thumb img {
    width: 100%
}
@media (max-width: 1023px) {
    .service.style-04 .widget-content .entry-item .entry-thumb {
        display: none
    }
}
.service.style-04 .widget-content .entry-item .entry-content {
    float: left;
    width: 63.54319%;
    padding-top: 30px;
    padding-left: 30px
}
@media (max-width: 1119px) {
    .service.style-04 .widget-content .entry-item .entry-content {
        padding-top: 20px;
        padding-left: 30px
    }
}
@media (max-width: 1023px) {
    .service.style-04 .widget-content .entry-item .entry-content {
        width: 100%;
        padding: 15px
    }
}
.service.style-04 .widget-content .entry-item .entry-content .entry-title {
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase
}
.service.style-04 .widget-content .entry-item .entry-content .entry-title a {
    color: #41642c
}
.service.style-04 .widget-content .entry-item .entry-content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 25px
}
@media (max-width: 767px) {
    .service.style-05 div[class^="col-"]+div[class^="col-"] {
        margin-top: 30px
    }
}
.service.style-05 .service_list {
    margin-top: 45px;
    padding: 80px 30px 30px 30px;
    border: 1px solid #ebebeb;
    text-align: center;
    position: relative
}
.service.style-05 .service_list .service_icon {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    top: 0;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    background: #1a2633;
    text-align: center;
    vertical-align: middle;
    font-size: 34px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.service.style-05 .service_list .service_title {
    margin: 0 0 15px;
    text-transform: uppercase
}
.service.style-05 .service_list .service_title a:hover {
    color: #1a2633
}
.service.style-06 {
    overflow: hidden
}
.service.style-06 div[class^="col-"] {
    border-right: 1px solid #fff
}
@media (max-width: 767px) {
    .service.style-06 div[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 639px) {
    .service.style-06 div[class^="col-"] {
        width: 100%;
        border-right: none
    }
}
@media (max-width: 639px) {
    .service.style-06 div[class^="col-"]+div[class^="col-"] {
        border-top: 1px solid #fff
    }
}
.service.style-06 div[class^="col-"]:first-child {
    border-left: 1px solid #fff
}
@media (max-width: 639px) {
    .service.style-06 div[class^="col-"]:first-child {
        border-left: none
    }
}
@media (max-width: 767px) {
    .service.style-06 div[class^="col-"]:nth-child(n+3) {
        border-top: 1px solid #fff
    }
}
@media (max-width: 767px) {
    .service.style-06 div[class^="col-"]:nth-child(2n+3) {
        border-left: 1px solid #fff
    }
}
@media (max-width: 767px) and (max-width: 639px) {
    .service.style-06 div[class^="col-"]:nth-child(2n+3) {
        border-left: none
    }
}
.service.style-06 .service_list {
    /*padding: 50px 0 50px 40px;*/
    padding: 50px 0 10px 40px;
    text-transform: uppercase;
    position: relative
}
@media (max-width: 1023px) {
    .service.style-06 .service_list {
        padding: 30px 15px;
        text-align: center
    }
}
@media (max-width: 979px) {
    .service.style-06 .service_list {
        padding: 15px 0
    }
}
.service.style-06 .service_list .fa {
    position: absolute;
    top: 55px;
    left: 10px;
    font-size: 30px
}
@media (max-width: 1023px) {
    .service.style-06 .service_list .fa {
        display: block;
        top: auto;
        left: auto;
        font-size: 30px;
        margin-bottom: 15px;
        position: relative
    }
}
.service.style-06 .service_list .service_text-large {
    margin: 0 0 10px;
    font-size: 30px;
    color: #183650
}
@media (max-width: 979px) {
    .service.style-06 .service_list .service_text-large {
        font-size: 30px
    }
}
.service.style-06 .service_list .service_text-small {
    font-weight: 600;
    color: #183650
}
@media (max-width: 979px) {
    .service.style-06 .service_list .service_text-small {
        font-weight: 400
    }
}
@media (max-width: 799px) {
    .service.style-06 .service_list .service_text-small {
        font-size: 14px
    }
}
.service.style-07 {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    overflow: hidden
}
.service.style-07 div[class^="col-"] {
    padding: 0
}
@media (max-width: 767px) {
    .service.style-07 div[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 639px) {
    .service.style-07 div[class^="col-"] {
        width: 100%
    }
}
@media (max-width: 1023px) {
    .service.style-07 div[class^="col-"]:nth-child(n+4) {
        border-top: 1px solid #ebebeb
    }
}
@media (max-width: 767px) {
    .service.style-07 div[class^="col-"]:nth-child(n+3) {
        border-top: 1px solid #ebebeb
    }
}
.service.style-07 .service_list {
    padding: 30px;
    border-right: 1px solid #ebebeb
}
.service.style-07 .service_list:hover {
    background: #252e3d
}
.service.style-07 .service_list:hover .fa,
.service.style-07 .service_list:hover .service_text a {
    color: #fff
}
.service.style-07 .service_list .fa {
    font-size: 40px;
    margin-bottom: 25px
}
.service.style-07 .service_list .service_text {
    font-size: 14px;
    text-transform: uppercase
}
.service.style-07 .service_list .service_text a {
    color: #183650
}
.service.style-08 .widget-title {
    margin-bottom: 10px
}
.service.style-08 .widget-content {
    text-transform: none
}
.service.style-08 .widget-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 30px
}
.service.style-08 .widget-content .btn {
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #fff
}
.service.style-08 .widget-content .btn:hover {
    color: #fff
}
.service.style-08 .widget-content .btn i {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    padding-left: 3px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
@media (max-width: 799px) {
    .about.style-01 div[class^="col-"] {
        width: 100%
    }
}
@media (max-width: 799px) {
    .about.style-01 .widget-title {
        margin-bottom: 30px
    }
}
.about.style-01 .widget-content .entry-item .entry-thumb a {
    display: inline-block;
    position: relative
}
@media (max-width: 799px) {
    .about.style-01 .widget-content .entry-item .entry-thumb a {
        width: 100%
    }
}
.about.style-01 .widget-content .entry-item .entry-thumb a:hover:before {
    opacity: .4
}
.about.style-01 .widget-content .entry-item .entry-thumb a:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0
}
.about.style-01 .widget-content .entry-item .entry-thumb a .iconPlay.style-01 {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: transparent url("images/icon/play01.png") 0 0 no-repeat
}
@media (max-width: 1119px) {
    .about.style-01 .widget-content .entry-item .entry-thumb a img {
        width: 100%
    }
}
.about.style-02 {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-right: 30px
}
@media (max-width: 1119px) {
    .about.style-02 {
        padding-top: 30px;
        padding-right: 20px
    }
}
@media (max-width: 1023px) {
    .about.style-02 {
        padding: 30px 15px 15px 15px
    }
}
@media (max-width: 979px) {
    .about.style-02 {
        padding: 30px
    }
}
@media (max-width: 479px) {
    .about.style-02 {
        padding: 15px
    }
}
.about.style-02 .widget-title {
    margin-bottom: 25px
}
@media (max-width: 1023px) {
    .about.style-02 .widget-title {
        margin-bottom: 15px
    }
}
.about.style-02 .widget-content ul {
    display: inline-block;
    margin-bottom: 6px
}
.about.style-03 .widget-content img,
.about.style-06 .widget-content img {
    margin-bottom: 25px
}
.about.style-03 .widget-content p,
.about.style-06 .widget-content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.about.style-04 .widget-content .entry-item .entry-thumb {
    margin-bottom: 30px
}
.about.style-04 .widget-content .entry-item .entry-thumb img {
    width: 100%
}
.about.style-04 .widget-content .entry-item .entry-content {
    margin-top: -35px
}
.about.style-04 .widget-content .entry-item .entry-content .entry-title {
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase
}
.about.style-04 .widget-content .entry-item .entry-content .entry-title a {
    color: #183650
}
.about.style-04 .widget-content .entry-item .entry-content div[class^='col-'] {
    margin-top: 35px
}
.about.style-04 .widget-content .entry-item .entry-content div[class^='col-']:nth-child(2n+3) {
    clear: both
}
@media (max-width: 767px) {
    .about.style-04 .widget-content .entry-item .entry-content div[class^='col-'] {
        width: 50%
    }
}
@media (max-width: 479px) {
    .about.style-04 .widget-content .entry-item .entry-content div[class^='col-'] {
        width: 100%
    }
}
.about.style-05 {
    overflow: hidden
}
.about.style-05 .widget-title {
    float: left;
    width: 36.45681%;
    padding-top: 90px;
    padding-right: 30px
}
@media (max-width: 1119px) {
    .about.style-05 .widget-title {
        padding-top: 30px;
        padding-bottom: 30px
    }
}
@media (max-width: 1023px) {
    .about.style-05 .widget-title {
        width: 100%
    }
}
.about.style-05 .widget-content {
    float: left;
    width: 63.54319%
}
@media (max-width: 1023px) {
    .about.style-05 .widget-content {
        width: 100%
    }
}
.about.style-05 .widget-content .entry-item {
    position: relative
}
.about.style-05 .widget-content .entry-item .entry-thumb {
    position: relative
}
@media (max-width: 639px) {
    .about.style-05 .widget-content .entry-item .entry-thumb {
        display: none
    }
}
.about.style-05 .widget-content .entry-item .entry-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #183650;
    opacity: .8
}
.about.style-05 .widget-content .entry-item .entry-thumb img {
    width: 100%
}
.about.style-05 .widget-content .entry-item .entry-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 65px;
    padding-left: 70px;
    z-index: 10
}
@media (max-width: 1119px) {
    .about.style-05 .widget-content .entry-item .entry-content {
        padding-top: 30px;
        padding-left: 30px
    }
}
@media (max-width: 639px) {
    .about.style-05 .widget-content .entry-item .entry-content {
        position: relative;
        background: #183650;
        padding: 15px 15px 30px
    }
}
.about.style-05 .widget-content .entry-item .entry-content img {
    float: left;
    margin-right: 80px
}
@media (max-width: 1119px) {
    .about.style-05 .widget-content .entry-item .entry-content img {
        width: 35%;
        margin-right: 30px
    }
}
@media (max-width: 1023px) {
    .about.style-05 .widget-content .entry-item .entry-content img {
        width: auto
    }
}
@media (max-width: 767px) {
    .about.style-05 .widget-content .entry-item .entry-content img {
        width: 30%
    }
}
@media (max-width: 639px) {
    .about.style-05 .widget-content .entry-item .entry-content img {
        display: none
    }
}
.about.style-05 .widget-content .entry-item .entry-content .entry-title {
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 600
}
@media (max-width: 1119px) {
    .about.style-05 .widget-content .entry-item .entry-content .entry-title {
        margin-top: 0
    }
}
.about.style-05 .widget-content .entry-item .entry-content .entry-title a {
    color: #183650
}
.about.style-05 .widget-content .entry-item .entry-content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 30px
}
.about.style-07 {
    background: #f5f5f5
}
.about.style-07 .widget-title {
    padding: 60px 40px 40px;
    border-bottom: 1px solid #ebebeb
}
@media (max-width: 1023px) {
    .about.style-07 .widget-title {
        padding: 40px
    }
}
@media (max-width: 979px) {
    .about.style-07 .widget-title {
        padding: 20px
    }
}
.about.style-07 .widget-title .primary_title {
    font-size: 24px;
    font-weight: 400
}
.about.style-07 .widget-content {
    padding: 40px 40px 60px
}
@media (max-width: 1023px) {
    .about.style-07 .widget-content {
        padding: 40px
    }
}
@media (max-width: 979px) {
    .about.style-07 .widget-content {
        padding: 20px
    }
}
.about.style-07 .widget-content h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase
}
.about.style-07 .widget-content ul li {
    margin-bottom: 0;
    color: #777;
    letter-spacing: 0.05em
}
.about.style-07 .widget-content ul li+li {
    margin-top: 10px
}
.about.style-07 .widget-content ul li i {
    margin-right: 10px
}
.text.style-01 {
    text-align: left
}
.text.style-01 h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}
.text.style-01 p {
    color: #ccc;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 30px
}
.text.style-01 p:last-child {
    margin-bottom: 0
}
@media (max-width: 639px) {
    .text.style-01 .btn {
        margin-top: 30px
    }
}
.text.style-01 div[class^="col-"] {
    margin-bottom: 30px
}
.text.style-01 div[class^="col-"]:last-child {
    margin-bottom: 0
}
.news.style-01 .widget-content .primary_news {
    position: relative
}
@media (max-width: 1299px) {
    .news.style-01 .widget-content .primary_news {
        overflow: hidden
    }
}
@media (max-width: 799px) {
    .news.style-01 .widget-content .primary_news {
        margin-bottom: 30px
    }
}
@media (max-width: 639px) {
    .news.style-01 .widget-content .primary_news {
        margin-bottom: 60px
    }
}
@media (max-width: 1299px) {
    .news.style-01 .widget-content .primary_news .entry-thumb img {
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}
@media (max-width: 1023px) {
    .news.style-01 .widget-content .primary_news .entry-thumb img {
        -webkit-transform: scale(1.2, 1.2);
        -moz-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)
    }
}
@media (max-width: 979px) {
    .news.style-01 .widget-content .primary_news .entry-thumb img {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}
@media (max-width: 799px) {
    .news.style-01 .widget-content .primary_news .entry-thumb img {
        width: 100%;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
.news.style-01 .widget-content .primary_news .entry-content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 40px 40px 0;
    background: rgba(37, 46, 61, 0.5)
}
@media (max-width: 1119px) {
    .news.style-01 .widget-content .primary_news .entry-content {
        padding: 20px 20px 0
    }
    .news.style-01 .widget-content .primary_news .entry-content .line-dotted {
        margin-bottom: 15px
    }
}
@media (max-width: 799px) {
    .news.style-01 .widget-content .primary_news .entry-content {
        padding: 40px 40px 0
    }
    .news.style-01 .widget-content .primary_news .entry-content .line-dotted {
        margin-bottom: 25px
    }
}
.news.style-01 .widget-content .primary_news .entry-content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 30px
}
@media (max-width: 799px) {
    .news.style-01 .widget-content div[class^='col-'] {
        width: 100%
    }
}
.news.style-02 .widget-content {
    margin-top: -30px
}
@media (max-width: 479px) {
    .news.style-02 .widget-content {
        margin-top: -15px
    }
}
@media (max-width: 767px) {
    .news.style-02 .widget-content div[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 479px) {
    .news.style-02 .widget-content div[class^="col-"] {
        width: 100%
    }
}
.news.style-02 .widget-content .entry-item {
    margin-top: 30px
}
@media (max-width: 479px) {
    .news.style-02 .widget-content .entry-item {
        margin-top: 15px
    }
}
.news.style-02 .widget-content .entry-item:hover .entry-thumb:before {
    opacity: .8
}
.news.style-02 .widget-content .entry-item:hover .entry-thumb .icon_plus:before,
.news.style-02 .widget-content .entry-item:hover .entry-thumb .icon_plus:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.news.style-02 .widget-content .entry-item .entry-thumb {
    position: relative;
    border-bottom-width: 2px;
    border-bottom-style: solid
}
.news.style-02 .widget-content .entry-item .entry-thumb img {
    width: 100%
}
.news.style-02 .widget-content .entry-item .entry-thumb .icon_plus {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.news.style-02 .widget-content .entry-item .entry-thumb .icon_plus:before,
.news.style-02 .widget-content .entry-item .entry-thumb .icon_plus:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0
}
.news.style-02 .widget-content .entry-item .entry-thumb .icon_plus:before {
    margin-top: -15px;
    margin-left: -1px;
    width: 2px;
    height: 30px;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}
.news.style-02 .widget-content .entry-item .entry-thumb .icon_plus:after {
    margin-top: -1px;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}
.news.style-02 .widget-content .entry-item .entry-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}
.news.style-02 .widget-content .entry-item .entry-content {
    padding: 25px 30px;
    background: #fff
}
@media (max-width: 979px) {
    .news.style-02 .widget-content .entry-item .entry-content {
        padding: 15px
    }
}
.news.style-02 .widget-content .entry-item .entry-content .entry-category {
    font-size: 13px;
    font-style: italic
}
.news.style-02 .widget-content .entry-item .entry-content .entry-category a {
    color: #888
}
.news.style-02 .widget-content .entry-item .entry-content .entry-title {
    line-height: 32px;
    margin: 5px 0 25px;
    text-transform: uppercase
}
@media (max-width: 979px) {
    .news.style-02 .widget-content .entry-item .entry-content .entry-title {
        font-size: 16px;
        line-height: 24px
    }
}
.news.style-02 .widget-content .entry-item .entry-content .entry-title a {
    color: #183650
}
.slider_news.style-01 {
    margin-left: -15px;
    margin-right: -15px
}
.slider_news.style-01 .owl-item {
    padding: 0 15px
}
.slider_news.style-01 .owl-item .entry-item {
    padding: 40px 40px 20px;
    background: #fff
}
@media (max-width: 1119px) {
    .slider_news.style-01 .owl-item .entry-item {
        padding: 30px 30px 15px
    }
}
.slider_news.style-01 .owl-item .entry-item .entry_title .meta_category a {
    color: #888
}
.slider_news.style-01 .owl-item .entry-item .entry_title .entry-title a {
    color: #252e3d
}
@media (max-width: 799px) {
    .slider_news.style-01 .owl-controls {
        top: auto;
        bottom: -45px;
        left: 0;
        right: 0
    }
}
@media (max-width: 639px) {
    .slider_news.style-01 .owl-controls {
        top: -45px;
        bottom: auto;
        left: auto;
        right: 15px
    }
}
.image_float {
    overflow: hidden
}
@media (max-width: 979px) {
    .image_float {
        display: none
    }
}
.image_float:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0
}
@media (max-width: 979px) {
    .image_float:before {
        opacity: .6
    }
}
.image_float img {
    width: 100%
}
.contact.style-01 .widget-content {
    padding-bottom: 90px;
    position: relative
}
.contact.style-01 .widget-content p {
    font-size: 24px;
    color: #777
}
.contact.style-01 .widget-content p .fa {
    font-size: 18px;
    margin-right: 20px
}
.contact.style-01 .widget-content .btn {
    margin-top: 20px
}
.contact.style-01 .widget-content img {
    position: absolute;
    right: -15px;
    bottom: 0;
    z-index: -1
}
@media (max-width: 979px) {
    .contact.style-01 .widget-content img {
        display: none
    }
}
.contact.style-02 .widget-title {
    margin-top: 15px;
    margin-bottom: 15px
}
.contact.style-02 .widget-content p {
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 28px;
    /*letter-spacing: 0.05em;*/
    color: #777;
    position: relative
}
.contact.style-02 .widget-content p:last-child {
    margin-bottom: 0
}
.contact.style-02 .widget-content p .fa {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px
}
.contact.style-02 .widget-content p a {
    display: block;
    color: #777
}
.contact.style-02 .widget-content p a:hover {
    text-decoration: underline
}
.contact.style-03 .widget-content {
    position: relative
}
.contact.style-03 .widget-content p {
    font-size: 24px;
    color: #777
}
.contact.style-03 .widget-content p .fa {
    font-size: 18px;
    margin-right: 20px
}
.contact.style-03 .formContact {
    margin-top: 30px
}
.formContact.style-01 .wpcf7 .wpcf7-form p {
    margin: 0
}
.formContact.style-01 .wpcf7 .wpcf7-form .wpcf7-submit {
    text-transform: uppercase
}
.formContact.style-01 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px
}
.formContact.style-01 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    font-size: 13px;
    padding: 5px 7px;
    background: #f5f5f5;
    border: none;
    color: #777;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px*/
}
.formContact.style-01 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    resize: none
}
.slider_client.style-01 .entry-item {
    padding-top: 10px
}
.slider_client.style-01 .entry-item .client_header {
    display: inline-block;
    width: 100%;
    background: #252e3d;
    padding: 12px 0 10px 105px;
    position: relative
}
.slider_client.style-01 .entry-item .client_header img {
    position: absolute;
    top: -10px;
    left: 0
}
.slider_client.style-01 .entry-item .client_header .client_header_name {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px
}
.slider_client.style-01 .entry-item .client_header .client_header_subName {
    font-size: 13px
}
.slider_client.style-01 .entry-item .client_footer {
    background: #fff;
    padding: 25px 30px 85px
}
.slider_client.style-01 .entry-item .client_footer p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    font-style: italic
}
@media (max-width: 1119px) {
    .slider_client.style-01 .entry-item .client_footer p br {
        display: none
    }
}
.client.style-01 {
    padding: 0 15px
}
.slider_quote .bx-controls {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.slider_quote .bx-controls .bx-controls-direction .bx-prev,
.slider_quote .bx-controls .bx-controls-direction .bx-next {
    width: 21px;
    height: 21px;
    z-index: initial;
    text-align: center;
    background: none;
    font-size: 0;
    text-indent: inherit;
    color: #183650;
    /*border: 1px solid #183650;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.slider_quote .bx-controls .bx-controls-direction .bx-prev:before,
.slider_quote .bx-controls .bx-controls-direction .bx-next:before {
    font-size: 16px;
    vertical-align: middle
}
.slider_quote .bx-controls .bx-controls-direction .bx-prev:hover,
.slider_quote .bx-controls .bx-controls-direction .bx-next:hover {
    color: #fff;
    border-color: #fff
}
.slider_quote .bx-controls .bx-controls-direction .bx-prev {
    top: 0;
    right: 0;
    left: auto
}
.slider_quote .bx-controls .bx-controls-direction .bx-prev:before {
    /*content: '\f106';*/
    line-height: 27px
}
.slider_quote .bx-controls .bx-controls-direction .bx-next {
    right: 0;
    top: 40px
}
.slider_quote .bx-controls .bx-controls-direction .bx-next:before {
    content: '\f107';
    line-height: 21px
}
.slider_quote .bx-wrapper {
    margin-bottom: 0
}
.slider_quote .bx-pager {
    padding-top: 0;
    width: 18px;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.slider_quote .bx-pager .bx-pager-item a {
    margin: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.slider_quote .bx-pager .bx-pager-item a.active {
    width: 18px;
    height: 18px;
    background: #fff;
    margin: 8px 0
}
.slider_quote.style-01 .slider_quote_text {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding-right: 20px;
    /*margin-bottom: 25px*/
}
@media (max-width: 1119px) {
    .slider_quote.style-01 .slider_quote_text br {
        display: none
    }
}
@media (max-width: 1023px) {
    .slider_quote.style-01 .slider_quote_text {
        font-size: 24px;
        line-height: 38px
    }
}
@media (max-width: 979px) {
    .slider_quote.style-01 .slider_quote_text {
        font-size: 20px;
        line-height: 34px
    }
}
@media (max-width: 639px) {
    .slider_quote.style-01 .slider_quote_text {
        font-size: 16px;
        line-height: 30px
    }
}
.slider_quote.style-01 .slider_quote_user {
    margin-top: 0
}
.slider_quote.style-01 .slider_quote_user a {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}
.slider_quote.style-01 .slider_quote_user a:hover {
    color: #fff
}
.slider_quote.style-01 .slider_quote_position {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff
}
.slider_quote.style-02 {
    text-align: center
}
.slider_quote.style-02 .bxslider .slider_quote_icon {
    display: block;
    font-size: 48px;
    color: #183650;
    margin-bottom: 40px
}
.slider_quote.style-02 .bxslider .slider_quote_text {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600
}
.slider_quote.style-02 .bxslider .slider_quote_number {
    font-size: 28px;
    font-weight: 600;
    color: #183650;
    margin-bottom: 30px
}
.slider_quote.style-02 .bxslider a {
    color: #fff
}
.slider_quote.style-02 .bxslider a:hover {
    text-decoration: underline
}
.slider_quote.style-02 .bxslider a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    background: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
@media (max-width: 979px) {
    .bx-wrapper .bx-viewport {
        padding-right: 30px
    }
}
.listMenu .widget-title {
    margin-bottom: 35px;
    margin-top: 15px
}
.listMenu .widget-content ul li {
    letter-spacing: 0.05em;
    margin-bottom: 0
}
.listMenu .widget-content ul li+li {
    margin-top: 15px
}
.listMenu .widget-content ul li a {
    color: #777
}
.foot-widget ul li:before {content: "\f101";font-family: FontAwesome;padding-right:5px;}
.foot-widget ul li {list-style-type:none;}
.newsLetter.style-01 .widget-title {
    margin-bottom: 35px;
    margin-top: 15px
}
.newsLetter.style-01 .widget-content p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 25px
}
.newsLetter.style-01 .widget-content form input[type='text'] {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 13px;
    color: #ccc;
    margin-bottom: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}
.newsLetter.style-01 .widget-content form input[type='submit'] {
    width: 100%;
    border: 1px solid #ebebeb
}
.backTop {
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    cursor: pointer
}
.backTop:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    background: transparent url("../images/back-top-top.png") 0 0 no-repeat
}
@media (max-width: 479px) {
    .backTop:before {
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto
    }
}
@media (max-width: 479px) {
    .backTop {
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding: 15px 0 10px
    }
}
.video.style-01 .widget-content video {
    width: 100%
}
.social.style-01 .widget-title {
    margin-bottom: 35px;
    margin-top: 15px
}
.social.style-01 li {
    display: inline-block;
    font-size: 18px
}
@media (max-width: 1119px) {
    .social.style-01 li {
        float: left
    }
}
@media (max-width: 1023px) {
    .social.style-01 li {
        font-size: 14px
    }
}
.social.style-01 li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    padding-top: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.social.style-01 li a:hover {
    background: #183650
}
@media (max-width: 1023px) {
    .social.style-01 li a {
        width: 35px;
        height: 35px;
        padding-top: 8px
    }
}
@media (max-width: 799px) {
    .social.style-01 li a {
        width: 30px;
        height: 30px;
        padding-top: 5px
    }
}
.social.style-01 li {
    margin-left: 15px
}
@media (max-width: 799px) {
    .social.style-01 li+li {
        margin-left: 10px
    }
}
.social.style-02 {
    text-align: center;
    color: #fff
}
.social.style-02 .widget-title,
.social.style-02 .widget-content {
    display: inline-block
}
.social.style-02 .widget-title {
    margin-right: 10px
}
@media (max-width: 639px) {
    .social.style-02 .widget-title {
        margin: 0 0 30px 0
    }
}
.social.style-02 .widget-title .primary_title {
    margin: 0;
    color: #fff
}
.social.style-02 .widget-content ul {
    margin-top: -15px
}
.social.style-02 .widget-content ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}
@media (max-width: 639px) {
    .social.style-02 .widget-content ul li {
        margin: 15px 5px 0
    }
}
.social.style-02 .widget-content ul li:hover {
    background: #fff
}
.social.style-02 .widget-content ul li a {
    color: #fff
}
.social.style-02 .widget-content ul li .fa {
    margin-right: 10px
}
.social.style-03 {
    color: #183650
}
.social.style-03 .widget-title,
.social.style-03 .widget-content {
    display: inline-block
}
@media (max-width: 639px) {
    .social.style-03 .widget-title,
    .social.style-03 .widget-content {
        width: 100%
    }
}
.social.style-03 .widget-title {
    margin-right: 10px
}
@media (max-width: 639px) {
    .social.style-03 .widget-title {
        margin: 0 0 15px 0
    }
}
.social.style-03 .widget-title .primary_title {
    margin: 0
}
@media (max-width: 639px) {
    .social.style-03 .widget-content ul {
        margin-top: -10px
    }
}
.social.style-03 .widget-content ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 7px 15px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}
@media (max-width: 639px) {
    .social.style-03 .widget-content ul li {
        float: left;
        margin: 10px 10px 0 0
    }
}
.social.style-03 .widget-content ul li:hover a {
    color: #fff
}
.social.style-03 .widget-content ul li a {
    color: #183650
}
.social.style-03 .widget-content ul li .fa {
    margin-right: 10px
}
.slider_brand {
    text-align: center
}
.slider_brand img {
    display: initial
}
.slider_brand.style-01 .owl-controls {
    top: 0;
    right: 0;
    left: 0
}
.slider_brand.style-01 .owl-controls .owl-prev {
    float: left
}
.slider_brand.style-01 .owl-controls .owl-next {
    float: right
}
.slider_brand.style-02 {
    padding: 60px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb
}
.slider_brand.style-03 {
    padding: 40px 0 30px
}
.slider_brand.style-04 {
    margin-left: -1px;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-left: 1px solid #ebebeb
}
.slider_brand.style-04 .item {
    padding: 40px 0;
    border-right: 1px solid #ebebeb
}
.event .event_time .event_time_day {
    display: block;
    font-size: 50px;
    font-weight: 700
}
@media (max-width: 979px) {
    .event .event_time .event_time_day {
        font-size: 40px
    }
}
@media (max-width: 767px) {
    .event .event_time .event_time_day {
        font-size: 30px
    }
}
.event .event_time .event_time_month {
    display: block;
    font-size: 18px
}
@media (max-width: 979px) {
    .event .event_time .event_time_month {
        font-size: 16px
    }
}
@media (max-width: 767px) {
    .event .event_time .event_time_month {
        font-size: 30px
    }
}
.event .event_content .event_category {
    font-size: 14px
}
.event .event_content .event_category a+a {
    margin-left: 3px
}
.event .event_content .event_title {
    margin: 10px 0 30px 0;
    font-weight: 700
}
.event .event_content p {
    position: relative;
    padding-left: 25px
}
.event .event_content p .fa {
    position: absolute;
    top: 4px;
    left: 0
}
.event.style-01 {
    background: #ebebeb;
    border: 2px solid #ebebeb;
    padding-left: 115px;
    position: relative
}
@media (max-width: 979px) {
    .event.style-01 {
        padding-left: 90px
    }
}
@media (max-width: 767px) {
    .event.style-01 {
        padding-left: 0;
        padding-top: 60px
    }
}
.event.style-01 .event_time {
    position: absolute;
    width: 115px;
    top: 50%;
    left: 0;
    letter-spacing: -0.05em;
    color: #163650;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media (max-width: 979px) {
    .event.style-01 .event_time {
        width: 90px
    }
}
@media (max-width: 767px) {
    .event.style-01 .event_time {
        width: 100%;
        height: 60px;
        top: 0;
        padding-top: 8px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.event.style-01 .event_time .event_time_day,
.event.style-01 .event_time .event_time_month {
    display: inline-block;
    margin: 0 5px
}
.event.style-01 .event_content {
    padding: 35px 30px 40px 30px;
    background: #fff
}
.event.style-01 .event_content .event_category {
    color: #fff
}
.event.style-01 .event_content .event_category a {
    color: #777
}
.event.style-01 .event_content .event_title a {
    color: #163650
}
.event.style-01 .event_content p {
    color: #777
}
.event.style-01 .event_content .btn {
    margin-top: 25px
}
.event.style-02 {
    padding-left: 115px;
    position: relative
}
@media (max-width: 979px) {
    .event.style-02 {
        padding-left: 90px
    }
}
@media (max-width: 767px) {
    .event.style-02 {
        padding-left: 0;
        padding-top: 60px
    }
}
.event.style-02 .event_time {
    position: absolute;
    width: 115px;
    top: 50%;
    left: 0;
    letter-spacing: -0.05em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media (max-width: 979px) {
    .event.style-02 .event_time {
        width: 90px
    }
}
@media (max-width: 767px) {
    .event.style-02 .event_time {
        width: 100%;
        height: 60px;
        top: 0;
        padding-top: 8px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.event.style-02 .event_time .event_time_day,
.event.style-02 .event_time .event_time_month {
    display: inline-block;
    margin: 0 5px
}
.event.style-02 .event_content {
    padding: 35px 30px 40px 30px;
    background: #1a2633
}
.event.style-02 .event_content .event_category {
    color: #fff
}
.event.style-02 .event_content .event_category a {
    color: #fff
}
.event.style-02 .event_content .event_title a {
    color: #fff
}
.event.style-02 .event_content p {
    color: #fff
}
.event.style-02 .event_content .btn {
    margin-top: 25px
}
.event.style-03 .event_time {
    background: #ebebeb;
    padding: 20px 30px;
    text-transform: uppercase;
    color: #183650
}
.event.style-03 .event_time .event_time_day {
    display: inline-block;
    font-size: 30px;
    font-weight: 700
}
.event.style-03 .event_time .event_time_month {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin-left: 5px
}
.event.style-03 .event_content {
    padding: 30px;
    background: #1a2633;
    overflow: hidden;
    position: relative
}
.event.style-03 .event_content .event_content-left {
    float: left;
    width: 65%
}
@media (max-width: 979px) {
    .event.style-03 .event_content .event_content-left {
        width: 100%;
        margin-bottom: 30px
    }
}
.event.style-03 .event_content .event_content-left .event_category {
    color: #fff
}
.event.style-03 .event_content .event_content-left .event_category a {
    color: #fff
}
.event.style-03 .event_content .event_content-left .event_title a {
    color: #fff
}
.event.style-03 .event_content .event_content-left p {
    color: #ebebeb
}
.event.style-03 .event_content .btn {
    position: absolute;
    top: 90px;
    right: 30px
}
@media (max-width: 979px) {
    .event.style-03 .event_content .btn {
        top: auto;
        right: auto;
        position: relative
    }
}
.event.style-03 .event_content .btn:hover {
    background: #fff !important;
    color: #1a2633
}
.owlSync.style-01 .owl-carousel.sync2 .owl-item.synced .item:before {
    opacity: 1
}
.owlSync.style-01 .owl-carousel.sync2 .owl-item.synced .item:after {
    opacity: .3
}
.owlSync.style-01 .owl-carousel.sync2 .owl-item .item {
    border-width: 0 1px 2px;
    border-style: solid;
    border-color: #fff;
    position: relative
}
.owlSync.style-01 .owl-carousel.sync2 .owl-item .item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    z-index: 2;
    opacity: 0
}
.owlSync.style-01 .owl-carousel.sync2 .owl-item .item:after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #192732;
    opacity: 0;
    z-index: 1
}
.gallery.style-01 .row {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -15px
}
.gallery.style-01 div[class^="col-"] {
    padding: 0 7px;
    margin-top: 15px
}
@media (max-width: 767px) {
    .gallery.style-01 div[class^="col-"] {
        width: 16.666666%
    }
}
@media (max-width: 639px) {
    .gallery.style-01 div[class^="col-"] {
        width: 20%
    }
}
@media (max-width: 479px) {
    .gallery.style-01 div[class^="col-"] {
        width: 25%
    }
}
@media (max-width: 359px) {
    .gallery.style-01 div[class^="col-"] {
        width: 33.333333%
    }
}
.download.style-01 .widget-content {
    margin-top: -20px
}
.download.style-01 .widget-content .btn {
    display: block;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #183650
}
.download.style-01 .widget-content .btn:hover {
    color: #fff
}
.download.style-01 .widget-content .btn:hover .fa {
    color: #fff
}
.download.style-01 .widget-content .btn .fa {
    margin-right: 10px;
    font-size: 16px;
    color: #183650
}
.recentPost.style-01 .widget-content ul li {
    margin-bottom: 0;
    padding: 30px 0
}
.recentPost.style-01 .widget-content ul li:first-child {
    padding-top: 0
}
.recentPost.style-01 .widget-content ul li:last-child {
    padding-bottom: 0
}
.recentPost.style-01 .widget-content ul li+li {
    border-top: 1px solid #ebebeb
}
.recentPost.style-01 .widget-content ul li img {
    float: left;
    max-width: 70px;
    margin-right: 20px
}
.recentPost.style-01 .widget-content ul li .entry-date {
    font-size: 13px;
    color: #fff;
}
.tag.style-01 {
    margin-bottom: 40px;
    font-size: 16px;
    overflow: hidden
}
.tag.style-01 .widget-content {
    margin-top: -10px
}
.tag.style-01 .widget-content a {
    float: right;
    color: #777;
    padding: 7px 20px;
    border: 1px solid #ebebeb;
    margin-top: 10px
}
@media (max-width: 767px) {
    .tag.style-01 .widget-content a {
        float: left
    }
}
.tag.style-01 .widget-content a+a {
    margin-right: 10px
}
@media (max-width: 767px) {
    .tag.style-01 .widget-content a+a {
        margin-right: 0;
        margin-left: 10px
    }
}
#comments h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #183650;
    margin: 0
}
#comments .comments-list {
    margin-bottom: 40px
}
#comments .comments-list .comment {
    margin: 0
}
#comments .comments-list .comment article {
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #ebebeb
}
#comments .comments-list .comment .comment-header {
    margin-bottom: 20px;
    overflow: hidden
}
#comments .comments-list .comment .comment-header .comment-avatar {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
#comments .comments-list .comment .comment-header .comment-info h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px
}
#comments .comments-list .comment .comment-header .comment-info h6 a {
    color: #777
}
#comments .comments-list .comment .comment-header .comment-info .entry-meta .entry-date {
    margin: 0;
    font-size: 15px;
    color: #909090
}
#comments .comments-list .comment .comment-content p {
    font-size: 15px;
    line-height: 28px;
    color: #777
}
#comments .comments-list .comment .comment-content .comment-button a {
    font-size: 14px;
    padding: 5px 15px 7px;
    border: 1px solid #ebebeb;
    color: #777
}
#comments .comments-list .comment .comment-content .comment-button a:hover {
    color: #fff
}
#comments .comments-list .children {
    padding-left: 60px
}
.single-cmt-pagination {
    font-size: 16px;
    text-align: center
}
.single-cmt-pagination a:hover {
    color: #fff;
    background: #192732
}
.single-cmt-pagination a,
.single-cmt-pagination .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #f7f7f7;
    color: #909090;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.single-cmt-pagination .current {
    background: #192732;
    color: #fff
}
.commentForm {
    overflow: hidden
}
.commentForm .form-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #183650;
    margin: 0 0 30px
}
.commentForm p {
    line-height: 28px;
    color: #777
}
.commentForm .contact-respond .contact-form {
    margin-top: -30px
}
.commentForm .contact-respond .contact-form div[class^='col-'] {
    padding: 0;
    margin-top: 30px
}
.commentForm .contact-respond .contact-form div[class^='col-']:first-child input {
    border-left: 1px solid #ebebeb
}
.commentForm .contact-respond .contact-form input,
.commentForm .contact-respond .contact-form textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 15px 20px 13px;
    color: #777
}
.commentForm .contact-respond .contact-form input::-webkit-input-placeholder,
.commentForm .contact-respond .contact-form textarea::-webkit-input-placeholder {
    color: #777
}
.commentForm .contact-respond .contact-form input:-moz-placeholder,
.commentForm .contact-respond .contact-form textarea:-moz-placeholder {
    color: #777
}
.commentForm .contact-respond .contact-form input::-moz-placeholder,
.commentForm .contact-respond .contact-form textarea::-moz-placeholder {
    color: #777
}
.commentForm .contact-respond .contact-form input:-ms-input-placeholder,
.commentForm .contact-respond .contact-form textarea:-ms-input-placeholder {
    color: #777
}
.commentForm .contact-respond .contact-form input {
    border-left: none
}
.commentForm .contact-respond .contact-form button {
    text-transform: uppercase
}
.location.style-01 {
    background: #f5f5f5;
    padding: 30px
}
.location.style-01 .widget-content img {
    margin-bottom: 30px
}
.location.style-01 .widget-content .viewMore.style-01:before {
    border-left-color: #183650
}
.directLink.style-01 {
    padding: 60px 40px 40px
}
@media (max-width: 1023px) {
    .directLink.style-01 {
        padding: 40px
    }
}
@media (max-width: 979px) {
    .directLink.style-01 {
        padding: 20px
    }
}
.directLink.style-01 .widget-title {
    margin-bottom: 30px
}
.directLink.style-01 .widget-title .primary_title {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #183650
}
.directLink.style-01 .widget-content ul li {
    font-size: 18px;
    color: #777;
    margin: 0;
    padding: 25px 0 25px 50px;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    position: relative
}
.directLink.style-01 .widget-content ul li:hover {
    background: #f5f5f5
}
.directLink.style-01 .widget-content ul li i {
    position: absolute;
    font-size: 34px;
    top: 18px;
    left: 0
}
.directLink.style-01 .widget-content ul li a {
    color: #777
}
.search.style-01 .widget-content {
    position: relative
}
.search.style-01 .widget-content form {
    position: relative
}
.search.style-01 .widget-content form input[type="text"] {
    padding: 15px 15px 15px 40px;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    color: #ccc;
    width: 100%
}
.search.style-01 .widget-content form button {
    position: absolute;
    top: 20px;
    left: 15px;
    border: none;
    background: none;
    color: #ccc;
    line-height: 1
}
.blogFullWidth .entry-item+.entry-item {
    margin-top: 70px
}
@media (max-width: 767px) {
    .blogFullWidth .entry-item+.entry-item {
        margin-top: 30px
    }
}
.blogFullWidth .entry-item .entry-content {
    padding: 20px;
    border: 1px solid #ebebeb;
    position: relative
}
@media (max-width: 639px) {
    .blogFullWidth .entry-item .entry-content {
        padding: 30px
    }
}
@media (max-width: 479px) {
    .blogFullWidth .entry-item .entry-content {
        padding: 20px
    }
}
@media (max-width: 359px) {
    .blogFullWidth .entry-item .entry-content {
        padding: 15px
    }
}
.blogFullWidth .entry-item .entry-content .iconType {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 21px;
    color: #183650
}
@media (max-width: 639px) {
    .blogFullWidth .entry-item .entry-content .iconType {
        top: 30px;
        right: 30px
    }
}
@media (max-width: 479px) {
    .blogFullWidth .entry-item .entry-content .iconType {
        top: 20px;
        right: 20px
    }
}
@media (max-width: 359px) {
    .blogFullWidth .entry-item .entry-content .iconType {
        top: 15px;
        right: 15px
    }
}
.blogFullWidth .entry-item .entry-content p {
    margin-bottom: 20px
}
.blogFullWidth .pagination {
    margin-top: 70px
}
@media (max-width: 767px) {
    .blogFullWidth .pagination {
        margin-top: 30px
    }
}
.blogList .entry-item {
    padding: 40px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}
.blogList .entry-item:first-child {
    padding-top: 0
}
.blogList .entry-item .entry-thumb {
    float: left;
    max-width: 300px;
    min-width: 300px
}
.blogList .entry-item .entry-thumb img {
    width: 100%
}
@media (max-width: 1023px) {
    .blogList .entry-item .entry-thumb {
        max-width: 240px;
        min-width: 240px;
        margin-right: 30px
    }
}
@media (max-width: 979px) {
    .blogList .entry-item .entry-thumb {
        max-width: 200px;
        min-width: 200px;
        margin-right: 15px
    }
}
@media (max-width: 767px) {
    .blogList .entry-item .entry-thumb {
        max-width: 300px;
        min-width: 300px
    }
}
@media (max-width: 639px) {
    .blogList .entry-item .entry-thumb {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 15px
    }
}
.blogList .entry-item .entry-thumb+.entry-content {
    padding-left: 330px
}
@media (max-width: 1023px) {
    .blogList .entry-item .entry-thumb+.entry-content {
        padding-left: 0
    }
}
@media (max-width: 639px) {
    .blogList .entry-item .entry-thumb+.entry-content {
        width: 100%;
        float: left
    }
}
.blogList .entry-item .entry-content .blogList_header {
    margin-bottom: 5px;
    /*padding-left: 80px;*/
    position: relative;
    overflow: hidden
}
@media (max-width: 1023px) {
    .blogList .entry-item .entry-content .blogList_header {
        padding-left: 0;
        margin-bottom: 0
    }
}
.blogList .entry-item .entry-content .blogList_header:hover .iconType {
    color: #fff
}
.blogList .entry-item .entry-content .blogList_header .iconType {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    color: #183650;
    padding: 30px 20px;
    border: 1px solid #ebebeb
}
@media (max-width: 1023px) {
    .blogList .entry-item .entry-content .blogList_header .iconType {
        display: none
    }
}
.blogList .entry-item .entry-content .blogList_header .entry_title {
    margin-bottom: 0
}
@media (max-width: 1119px) {
    .blogList .entry-item .entry-content .blogList_header .entry_title .entry-title {
        font-size: 17px
    }
}
.blogList .pagination {
    margin-top: 40px
}
.blogMasonry .blogMasonryWrapper {
    margin-left: -15px;
    margin-right: -15px
}
@media (max-width: 1119px) {
    .blogMasonry .blogMasonryWrapper {
        margin-left: -16px;
        margin-right: -16px
    }
}
@media (max-width: 1023px) {
    .blogMasonry .blogMasonryWrapper {
        margin-left: -17px;
        margin-right: -17px
    }
}
@media (max-width: 799px) {
    .blogMasonry .blogMasonryWrapper {
        margin-left: -18px;
        margin-right: -18px
    }
}
.blogMasonry .blogMasonryWrapper div[class^="col-"] {
    margin-bottom: 30px
}
@media (max-width: 1023px) {
    .blogMasonry .blogMasonryWrapper div[class^="col-"] {
        width: 33.333333%
    }
}
@media (max-width: 767px) {
    .blogMasonry .blogMasonryWrapper div[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 479px) {
    .blogMasonry .blogMasonryWrapper div[class^="col-"] {
        width: 100%;
        margin-bottom: 15px
    }
}
.blogMasonry .blogMasonryWrapper .entry-item.itemLink .entry-content {
    padding: 40px 30px;
    text-align: center;
    color: #fff
}
.blogMasonry .blogMasonryWrapper .entry-item.itemLink .entry-content .fa {
    font-size: 24px
}
.blogMasonry .blogMasonryWrapper .entry-item.itemLink .entry-content .itemLink_title {
    font-family: Myriad Pro;
    font-size: 26px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px
}
.blogMasonry .blogMasonryWrapper .entry-item.itemLink .entry-content a {
    color: #fff
}
.blogMasonry .blogMasonryWrapper .entry-item.itemLink .entry-content a:hover {
    text-decoration: underline
}
.blogMasonry .blogMasonryWrapper .entry-item .entry-thumb img {
    width: 100%
}
.blogMasonry .blogMasonryWrapper .entry-item .entry-content {
    padding: 30px;
    border: 1px solid #ebebeb;
    position: relative
}
@media (max-width: 639px) {
    .blogMasonry .blogMasonryWrapper .entry-item .entry-content {
        padding: 20px
    }
}
.blogMasonry .blogMasonryWrapper .entry-item .entry-content .iconType {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 21px;
    color: #183650
}
.blogMasonry .loadMore {
    text-transform: uppercase
}
.single .single-entry-item {
    margin-bottom: 80px
}
.single .single-entry-item .entry-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0
}
.single .single-entry-item p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777
}
.single #comments,
.single .singleNextPrev,
.single .commentForm {
    margin-bottom: 90px
}
.singleRelated.style-01 .widget-title {
    margin-bottom: 35px
}
.singleRelated.style-01 .widget-title .primary_title {
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
}
.singleRelated.style-01 .widget-content .entry-item {
    overflow: hidden
}
.singleRelated.style-01 .widget-content .entry-item+.entry-item {
    /*border-top: 1px solid #ebebeb;*/
    padding-top: 20px;
    margin-top: 20px
}
.singleRelated.style-01 .widget-content .entry-item .entry-thumb {
    float: left;
    min-width: 270px;
    max-width: 270px
}
@media (max-width: 639px) {
    .singleRelated.style-01 .widget-content .entry-item .entry-thumb {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}
.singleRelated.style-01 .widget-content .entry-item .entry-thumb img {
    width: 100%
}
.singleRelated.style-01 .widget-content .entry-item .entry-content {
    padding-left: 300px
}
@media (max-width: 639px) {
    .singleRelated.style-01 .widget-content .entry-item .entry-content {
        padding-left: 0
    }
}
.singleRelated.style-01 .widget-content .entry-item .entry-content .entry-title {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase
}
.singleRelated.style-01 .widget-content .entry-item .entry-content .entry-title a {
    color: #fff
}
.singleRelated.style-01 .widget-content .entry-item .entry-content p {
    margin-bottom: 5px
}
.singleNextPrev.style-01 {
    overflow: hidden
}
.singleNextPrev.style-01 .singleNextPrev-left {
    float: left;
    width: 50%
}
@media (max-width: 639px) {
    .singleNextPrev.style-01 .singleNextPrev-left {
        width: 100%
    }
}
.singleNextPrev.style-01 .singleNextPrev-left .entry-item .entry-content {
    text-align: left
}
.singleNextPrev.style-01 .singleNextPrev-right {
    float: left;
    width: 50%
}
@media (max-width: 639px) {
    .singleNextPrev.style-01 .singleNextPrev-right {
        width: 100%
    }
}
.singleNextPrev.style-01 .singleNextPrev-right .entry-item .entry-content {
    right: 0;
    text-align: right
}
.singleNextPrev.style-01 .entry-item {
    position: relative
}
.singleNextPrev.style-01 .entry-item:hover .entry-thumb:before {
    background: #f5f5f5;
    opacity: 1
}
.singleNextPrev.style-01 .entry-item .entry-thumb {
    position: relative
}
.singleNextPrev.style-01 .entry-item .entry-thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    background: #192732;
    opacity: .8
}
.singleNextPrev.style-01 .entry-item .entry-content {
    position: absolute;
    padding: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.singleNextPrev.style-01 .entry-item .entry-content p {
    color: #ccc
}
.singleNextPrev.style-01 .entry-item .entry-content h4 a {
    color: #fff
}
.singleAuthor {
    text-align: center;
    overflow: hidden
}
.singleAuthor .singleAuthor_avatar {
    margin-bottom: 20px
}
@media (max-width: 1023px) {
    .singleAuthor .singleAuthor_avatar {
        float: left;
        width: 50%
    }
}
@media (max-width: 479px) {
    .singleAuthor .singleAuthor_avatar {
        width: 100%
    }
}
.singleAuthor .singleAuthor_avatar img {
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.singleAuthor .singleAuthor_avatar h5 {
    margin: 0;
    text-transform: uppercase
}
.singleAuthor .singleAuthor_avatar h5 a {
    color: #183650
}
.singleAuthor .singleAuthor_avatar p {
    color: #ccc;
    font-style: italic
}
.singleAuthor .singleAuthor_avatar p span {
    color: #777;
    font-style: normal
}
.singleAuthor .singleAuthor_social {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1)
}
@media (max-width: 1023px) {
    .singleAuthor .singleAuthor_social {
        float: left;
        width: 50%
    }
}
@media (max-width: 479px) {
    .singleAuthor .singleAuthor_social {
        width: 100%
    }
}
.singleAuthor .singleAuthor_social p {
    padding: 10px;
    border-bottom: 1px solid #ebebeb
}
.singleAuthor .singleAuthor_social ul {
    padding: 10px 0
}
.singleAuthor img {
    display: initial
}
.customerService.style-01 .customerService_title {
    font-size: 32px;
    text-transform: uppercase;
    color: #183753;
    margin: 0 0 40px
}
.customerService.style-01 .customerService_content {
    overflow: hidden
}
.customerService.style-01 .customerService_content .row+.row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb
}
@media (max-width: 767px) {
    .customerService.style-01 .customerService_content div[class^="col-"] {
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .customerService.style-01 .customerService_content div[class^="col-"]+div[class^="col-"] {
        margin-top: 30px
    }
}
.customerService.style-01 .customerService_content .entry-item .entry-content .entry-top {
    margin-bottom: 30px
}
.customerService.style-01 .customerService_content .entry-item .entry-content .entry-top .entry-title {
    text-transform: uppercase;
    margin: 0
}
.customerService.style-01 .customerService_content .entry-item .entry-content .entry-top .entry-title a:hover {
    color: #252e3d
}
.customerService.style-01 .customerService_content .entry-item .entry-content .entry-bottom .entry_phone {
    font-size: 15px;
    color: #777;
    overflow: hidden
}
.customerService.style-01 .customerService_content .entry-item .entry-content .entry-bottom .entry_phone span {
    float: right
}
@media (max-width: 1119px) {
    .customerService.style-01 .customerService_content .entry-item .entry-content .entry-bottom .entry_phone span {
        float: none;
        display: inline-block
    }
}
.customerService.style-01 .customerService_content .entry-item .entry-content .entry-bottom em {
    font-size: 15px;
    color: #777
}
.galleryPage.style-01 div[class^="col-"] {
    margin-top: 30px
}
.galleryPage.style-01 .filterOptions_wrap {
    margin-bottom: 30px
}
.galleryPage.style-01 .filterOptions_wrap span {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #183650;
    margin-right: 30px
}
.galleryPage.style-01 .filterOptions_wrap ol {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase
}
.galleryPage.style-01 .filterOptions_wrap ol li {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: #fff;
    color: #777;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}
.galleryPage.style-01 .filterOptions_content1 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px
}
@media (max-width: 1119px) {
    .galleryPage.style-01 .filterOptions_content1 {
        margin-left: -16px;
        margin-right: -16px
    }
}
@media (max-width: 1023px) {
    .galleryPage.style-01 .filterOptions_content1 {
        margin-left: -17px;
        margin-right: -17px
    }
}
@media (max-width: 799px) {
    .galleryPage.style-01 .filterOptions_content1 {
        margin-left: -18px;
        margin-right: -18px
    }
}
@media (max-width: 767px) {
    .galleryPage.style-01 .filterOptions_content1 div[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 479px) {
    .galleryPage.style-01 .filterOptions_content1 div[class^="col-"] {
        width: 100%
    }
}
.galleryPage.style-01 .filterOptions_content1 .entry-item {
    border: 1px solid #ebebeb;
    position: relative;
    background: #fff;
    /*padding-bottom: 100px*/
    padding-bottom: 50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
@media (max-width: 1119px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item {
        padding-bottom: 40px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    }
}
@media (max-width: 1023px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item {
        padding-bottom: 60px
    }
}
@media (max-width: 979px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item {
        padding-bottom: 60px
    }
}
@media (max-width: 767px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item {
        padding-bottom: 60px
    }
}
@media (max-width: 639px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item {
        padding-bottom: 60px
    }
}
.galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content {
    /*top: 0*/
}
.galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content .meta_category,
.galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content .meta_date,
.galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content p {
    display: block
}
.galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content .entry_title {
    /*margin-bottom: 30px*/
    margin-bottom: 1px;
}
@media (max-width: 1119px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content .entry_title {
        /*margin-bottom: 15px;*/
        margin-bottom: 1px;
    }
}
.galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content .entry_title .entry-title {
    font-size: 20px;
    /*margin: 10px 0;*/
    margin: 1px 0;
}
@media (max-width: 1119px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content .entry_title .entry-title {
        font-size: 20px
    }
}
.galleryPage.style-01 .filterOptions_content1 .entry-item:hover .entry-content .btn {
    display: initial
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-thumb img {
    width: 100%
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    /*padding: 30px 70px 32px 30px;*/
    padding: 10px 10px 12px 10px;
    background: #fff
}
@media (max-width: 1119px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content {
        /*padding: 15px 60px 15px 15px*/
        padding: 5px;
    }
}
@media (max-width: 1023px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content {
        padding: 30px 70px 32px 30px
    }
}
@media (max-width: 979px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content {
        padding: 15px 60px 15px 15px
    }
}
@media (max-width: 767px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content {
        padding: 30px 70px 32px 30px
    }
}
@media (max-width: 639px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content {
        padding: 15px 60px 15px 15px
    }
}
@media (max-width: 479px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content {
        padding: 30px 70px 32px 30px
    }
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .iconType {
    position: absolute;
    top: 30px;
    right: 30px
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .iconType i {
    font-size: 16px;
    margin-right: 5px
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .meta_category,
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .meta_date,
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content p {
    display: none
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .entry_title {
    margin-bottom: 0
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .entry_title .entry-title {
    margin: 0;
    font-size: 18px
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .entry_title .entry-title a {
    -webkit-transition: all 0s ease 0s, visibility 0s ease 0s;
    -moz-transition: all 0s ease 0s, visibility 0s ease 0s;
    -ms-transition: all 0s ease 0s, visibility 0s ease 0s;
    transition: all 0s ease 0s, visibility 0s ease 0s
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content p {
    margin-bottom: 30px
}
.galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .btn {
    display: none;
    text-transform: uppercase
}
@media (max-width: 1119px) {
    .galleryPage.style-01 .filterOptions_content1 .entry-item .entry-content .btn {
        padding: 5px;
    }
}
.incoterm.style-01 .incoterm_header {
    margin-bottom: 50px;
    overflow: hidden
}
.incoterm.style-01 .incoterm_header .incoterm_title {
    font-size: 32px;
    text-transform: uppercase;
    color: #183753;
    margin: 0 0 40px
}
.incoterm.style-01 .incoterm_content {
    overflow: hidden
}
.incoterm.style-01 .incoterm_content .row+.row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb
}
@media (max-width: 767px) {
    .incoterm.style-01 .incoterm_content div[class^="col-"] {
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .incoterm.style-01 .incoterm_content div[class^="col-"]+div[class^="col-"] {
        margin-top: 30px
    }
}
.incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-top {
    margin-bottom: 30px
}
.incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-top .entry-title {
    text-transform: uppercase;
    margin: 0
}
.incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-top .entry-title a:hover {
    color: #252e3d
}
.incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-bottom .entry_phone {
    font-size: 15px;
    color: #777;
    overflow: hidden
}
.incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-bottom .entry_phone span {
    float: right
}
@media (max-width: 1119px) {
    .incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-bottom .entry_phone span {
        float: none;
        display: inline-block
    }
}
.incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-bottom em {
    font-size: 15px;
    color: #777
}
.ourCompany .ourCompany-left,
.ourCompany .ourCompany-right {
    float: left;
    width: 50%
}
@media (max-width: 767px) {
    .ourCompany .ourCompany-left,
    .ourCompany .ourCompany-right {
        width: 100%
    }
}
.ourCompany .ourCompany-top {
    border: 1px solid #ebebeb;
    overflow: hidden
}
@media (max-width: 1023px) {
    .ourCompany .ourCompany-bottom div[class^="col-"] {
        margin-bottom: 0
    }
}
@media (max-width: 639px) {
    .ourCompany .ourCompany-bottom div[class^="col-"] {
        width: 100%
    }
}
.ourCompany .entry-item {
    margin-top: 10px;
    position: relative
}
.ourCompany .entry-item .entry-thumb {
    position: relative
}
.ourCompany .entry-item .entry-thumb img {
    width: 100%
}
.ourCompany .entry-item .entry-thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    /*background: #192732;*/
    opacity: .4;
    border-bottom:1px solid #f5f5f5;
}
.ourCompany .entry-item .entry-content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 40px
}
@media (max-width: 979px) {
    .ourCompany .entry-item .entry-content {
        padding: 20px
    }
}
@media (max-width: 767px) {
    .ourCompany .entry-item .entry-content {
        background: #183650;
        position: relative
    }
}
.ourCompany .entry-item .entry-content .entry-title {
    margin-top: 0;
    margin-bottom: 25px;
    /*text-transform: uppercase*/
    text-align: center;
}
@media (max-width: 979px) {
    .ourCompany .entry-item .entry-content .entry-title {
        margin-bottom: 15px;
        font-size: 28px
    }
}
@media (max-width: 639px) {
    .ourCompany .entry-item .entry-content .entry-title {
        font-size: 24px
    }
}
.ourCompany .entry-item .entry-content .entry-title a {
    color: #333
}
.ourCompany .entry-item .entry-content p {
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 30px
}
@media (max-width: 979px) {
    .ourCompany .entry-item .entry-content p {
        margin-bottom: 15px;
        font-size: 15px
    }
}
.ourCompany .entry-item .entry-content .btn {
    text-transform: uppercase
}
.ourCompany .entry-item .entry-content .btn i {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    padding-left: 3px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
@media (max-width: 1023px) {
    .ourCompany .entry-item .entry-content .btn i {
        line-height: 16px;
        padding-left: 1px
    }
}
.navSub.style-01 .navSub_title {
    background: #f5f5f5;
    padding: 15px 35px 15px 15px;
    position: relative
}
.navSub.style-01 .navSub_title h6 {
    margin: 0;
    text-transform: uppercase;
    color: #183650
}
.navSub.style-01 .navSub_title i {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    line-height: 17px;
    padding-left: 2px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.navSub.style-01 ul {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 30px 20px
}
.navSub.style-01 ul li {
    margin-bottom: 0
}
.navSub.style-01 ul li a {
    color: #777
}
.navSub.style-01 ul li+li {
    margin-top: 20px
}
.navSub.style-01 ul .children {
    border: none;
    padding: 15px 0 0 15px
}
.list.style-03 h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #183652;
    margin-bottom: 25px;
    padding: 0;
    background: transparent
}
.list.style-03 h4 {
    margin: 0 0 40px
}
.list.style-03 h5 {
    color: #183650
}
.list.style-03 p {
    margin-bottom: 30px
}
.list.style-03 p:last-child {
    margin-bottom: 0
}
@media (max-width: 1023px) {
    .list.style-03 div[class^="col-"] {
        margin-bottom: 0
    }
}
.listOfPerson.style-01 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}
@media (max-width: 767px) {
    .listOfPerson.style-01 {
        overflow: hidden
    }
}
.listOfPerson.style-01 p {
    margin-bottom: 10px
}
.listOfPerson.style-01 a:hover {
    color: #183652
}
@media (max-width: 767px) {
    .listOfPerson.style-01 img {
        float: left;
        margin-right: 15px
    }
}
.list_detail .list_detail_header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}
.list_detail .list_detail_header .list_detail_thumb {
    float: left;
    min-width: 100px;
    max-width: 100px;
    margin-right: 30px
}
.list_detail .list_detail_header h3 {
    margin-top: 0
}
.list_detail .list_detail_header p {
    font-size: 14px;
    color: #183652;
    margin-bottom: 5px
}
.list_detail .list_detail_header p:last-child {
    margin-bottom: 0
}
.list_detail .list_detail_content h4 {
    margin-top: 0;
    color: #2791e4;
    line-height: 32px;
    margin-bottom: 10px
}
.request {
    padding: 40px;
    border: 1px solid #ebebeb
}
@media (max-width: 479px) {
    .request {
        padding: 20px
    }
}
.request .request_title {
    margin-bottom: 30px;
    overflow: hidden
}
.request .request_title i {
    float: left;
    font-size: 24px;
    margin-right: 15px;
    margin-top: 8px
}
.request .request_title h2 {
    margin: 0;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .request .request_title h2 {
        font-size: 24px
    }
}
.request h5 {
    margin: 0;
    text-transform: uppercase
}
.request input[type="radio"] {
    margin-right: 10px
}
.request textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ebebeb;
    padding: 15px;
    color: #777
}
.request form {
    margin-top: -15px
}
.request input[type="text"] {
    padding: 15px;
    border: 1px solid #ebebeb;
    width: 100%;
    color: #777;
    margin-top: 15px
}
.request input[type="submit"] {
    margin-top: 15px;
    width: 100%;
    text-transform: uppercase;
    background: #fff;
    color: #193146
}
.contentSubPage {
    position: relative
}
.contentSubPage .link.style-01 {
    position: absolute;
    top: -55px;
    left: 0
}
@media (max-width: 1023px) {
    .contentSubPage .link.style-01 {
        position: relative;
        top: 0;
        margin-top: -15px
    }
}
@media (max-width: 799px) {
    .contentSubPage .link.style-01 {
        margin-top: -10px
    }
}
.contentSubPage .link.style-01 a {
    display: inline-block;
    font-size: 16px;
    color: #ababab;
    margin-right: 20px
}
@media (max-width: 1023px) {
    .contentSubPage .link.style-01 a {
        margin-bottom: 15px
    }
}
@media (max-width: 799px) {
    .contentSubPage .link.style-01 a {
        margin-bottom: 10px
    }
}
.contentSubPage .link.style-01 a:hover {
    color: #183650
}
.contentSubPage .contentSubPage_content {
    padding: 30px;
    border: 1px solid #ebebeb
}
@media (max-width: 1023px) {
    .contentSubPage .contentSubPage_content {
        padding: 15px
    }
}
.contentSubPage .contentSubPage_content .entry-item .entry-thumb img {
    width: 100%
}
.contentSubPage .contentSubPage_content h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #183650
}
.contentSubPage .contentSubPage_content h2:first-child {
    margin-top: 0
}
.list h3 {
    color: #fff;
    margin: 0;
    padding: 15px 30px
}
@media (max-width: 1023px) {
    .list h3 {
        padding: 15px
    }
}
@media (max-width: 767px) {
    .list h3 {
        font-size: 20px
    }
}
.list ul li {
    margin-bottom: 0;
    padding-left: 15px;
    position: relative
}
.list ul li:before {
    position: absolute;
    content: '\f105';
    color: #777;
    top: 4px;
    left: 0;
    font-size: 14px
}
.list ul li a {
    color: #777
}
.list ul li+li {
    margin-top: 10px
}
.list.style-01 ul {
    background: #f5f5f5;
    padding: 30px
}
@media (max-width: 767px) {
    .list.style-01 ul {
        padding: 15px
    }
}
.list.style-02 ul {
    background: #fff;
    padding: 30px 0 0
}
.shopFilter {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px
}
.shopFilter .woocommerce-ordering select {
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}
@media (max-width: 1119px) {
    .shopFilter .woocommerce-result-count {
        font-size: 14px !important
    }
}
.shopFilter div[class^="col-"] {
    margin-bottom: 0
}
.shopItem,
.productRelated.style-01 {
    margin-top: -40px
}
@media (max-width: 979px) {
    .shopItem,
    .productRelated.style-01 {
        margin-top: -30px
    }
}
.shopItem div[class^="col-"],
.productRelated.style-01 div[class^="col-"] {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .shopItem div[class^="col-"],
    .productRelated.style-01 div[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 479px) {
    .shopItem div[class^="col-"],
    .productRelated.style-01 div[class^="col-"] {
        width: 100%
    }
}
.shopItem .entry-item,
.productRelated.style-01 .entry-item {
    margin-top: 40px
}
@media (max-width: 979px) {
    .shopItem .entry-item,
    .productRelated.style-01 .entry-item {
        margin-top: 30px
    }
}
.shopItem .entry-item:hover .entry-thumb img,
.productRelated.style-01 .entry-item:hover .entry-thumb img {
    opacity: .7
}
.shopItem .entry-item .entry-thumb,
.productRelated.style-01 .entry-item .entry-thumb {
    position: relative
}
.shopItem .entry-item .entry-thumb img,
.productRelated.style-01 .entry-item .entry-thumb img {
    width: 100%
}
.shopItem .entry-item .entry-content,
.productRelated.style-01 .entry-item .entry-content {
    padding: 40px 25px;
    text-align: center;
    border-bottom: 1px solid #ebebeb
}
@media (max-width: 979px) {
    .shopItem .entry-item .entry-content,
    .productRelated.style-01 .entry-item .entry-content {
        padding: 15px 0 30px
    }
}
.shopItem .entry-item .entry-content h5,
.productRelated.style-01 .entry-item .entry-content h5 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 600
}
.shopItem .entry-item .entry-content h5 a,
.productRelated.style-01 .entry-item .entry-content h5 a {
    color: #183650
}
.shopItem .entry-item .entry-content .shopItem_rating,
.productRelated.style-01 .entry-item .entry-content .shopItem_rating {
    margin-bottom: 10px
}
.shopItem .entry-item .entry-content del,
.productRelated.style-01 .entry-item .entry-content del {
    font-size: 28px;
    color: #777;
    margin-right: 10px
}
@media (max-width: 979px) {
    .shopItem .entry-item .entry-content del,
    .productRelated.style-01 .entry-item .entry-content del {
        font-size: 22px
    }
}
.shopItem .entry-item .entry-content ins,
.productRelated.style-01 .entry-item .entry-content ins {
    font-size: 36px;
    font-weight: 700;
    color: #163650;
    text-decoration: none
}
@media (max-width: 979px) {
    .shopItem .entry-item .entry-content ins,
    .productRelated.style-01 .entry-item .entry-content ins {
        font-size: 30px
    }
}
.shopItem .entry-item .entry-content .btn,
.productRelated.style-01 .entry-item .entry-content .btn {
    margin-top: 20px;
    text-transform: uppercase
}
@media (max-width: 979px) {
    .shopItem .entry-item .entry-content .btn,
    .productRelated.style-01 .entry-item .entry-content .btn {
        padding: 10px 20px
    }
}
@media (max-width: 767px) {
    .shopItem .entry-item .entry-content .btn,
    .productRelated.style-01 .entry-item .entry-content .btn {
        padding: 15px 25px;
        display: block
    }
}
.shopItem .pagination,
.productRelated.style-01 .pagination {
    margin-top: 40px;
    margin-bottom: 0
}
.productRelated.style-01 {
    margin-top: 0
}
@media (max-width: 767px) {
    .productRelated.style-01 div[class^="col-"] {
        width: 50%
    }
}
@media (max-width: 479px) {
    .productRelated.style-01 div[class^="col-"] {
        width: 100%
    }
}
.productRelated.style-01 .entry-item {
    margin-top: 0
}
@media (max-width: 767px) {
    .productRelated.style-01 .entry-item .entry-thumb img {
        width: 100%
    }
}
.productRelated.style-01 .entry-item .entry-content {
    border-bottom: none
}
@media (max-width: 639px) {
    .productRelated.style-01 .entry-item .entry-content {
        padding: 20px 15px
    }
}
@media (max-width: 1023px) {
    .productRelated.style-01 .entry-item .entry-content .btn {
        display: block;
        width: 100%;
        padding: 15px
    }
}
.shopItem_rating i {
    margin: 0 2px;
    font-size: 16px
}
.shopItem_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}
.shopItem_icon span {
    position: absolute;
    top: 13px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.shopItem_icon.sale {
    background: #b50e11
}
.topSale.style-01 .widget-content ul li {
    margin-bottom: 0;
    overflow: hidden
}
.topSale.style-01 .widget-content ul li img {
    float: left;
    min-width: 80px;
    max-width: 80px;
    margin-right: 30px
}
.topSale.style-01 .widget-content ul li .shopItem_rating {
    margin-top: -5px;
    margin-bottom: 10px
}
.topSale.style-01 .widget-content ul li .shopItem_rating i {
    font-size: 14px
}
.topSale.style-01 .widget-content ul li del {
    font-size: 16px;
    color: #777;
    margin-right: 10px
}
.topSale.style-01 .widget-content ul li ins {
    font-size: 20px;
    color: #163650;
    text-decoration: none
}
.topSale.style-01 .widget-content ul li+li {
    margin-top: 40px
}
.product.type-product .tab {
    margin-bottom: 60px
}
.product.type-product .productRelated {
    float: left;
    width: 100%
}
.product.type-product .productRelated .widget-title {
    margin-bottom: 30px
}
.product.type-product .productRelated .widget-title .primary_title {
    font-size: 32px;
    text-transform: uppercase;
    color: #183650
}
.page.type-page .entry-header .entry-title {
    font-size: 32px;
    text-transform: uppercase;
    color: #183650;
    margin: 0 0 30px
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left;
    width: 100%;
    position: relative;
    margin: 0
}
.woocommerce .woocommerce-ordering:before,
.woocommerce-page .woocommerce-ordering:before {
    position: absolute;
    top: 15px;
    right: 15px;
    content: '\f0d7';
    font-size: 14px;
    color: #777
}
.woocommerce .woocommerce-ordering select {
    width: 100%;
    padding: 10px;
    color: #777;
    border-color: #ebebeb
}
.sub-page.woocommerce .woocommerce-result-count,
.sub-page.woocommerce-page .woocommerce-result-count {
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #777;
    text-align: right
}
@media (max-width: 767px) {
    .sub-page.woocommerce .woocommerce-result-count,
    .sub-page.woocommerce-page .woocommerce-result-count {
        text-align: left
    }
}
.woocommerce div.product {
    overflow: hidden
}
.sub-page.woocommerce span.onsale {
    width: auto;
    height: auto;
    top: 12px;
    left: 5px;
    background: transparent;
    padding: 0;
    min-width: inherit;
    min-height: inherit;
    line-height: 1;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.sub-page.woocommerce span.onsale:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -14px;
    border: 30px solid transparent;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.summary.entry-summary .product_title.entry-title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #183650;
    margin: 0
}
.summary.entry-summary .product_meta {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: 0.05em
}
.summary.entry-summary .product_meta>span {
    display: block
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
    font-size: 16px
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
    color: #777
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    font-size: 30px;
    color: #777;
    margin-right: 10px
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-size: 40px;
    font-weight: 600;
    text-decoration: none
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 30px
}
.woocommerce div.product p.price {
    line-height: 1
}
.woocommerce div.product p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: 0.05em
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb
}
.woocommerce .quantity .qty {
    border: 1px solid #ebebeb;
    padding: 10px;
    width: 80px;
    margin-right: 30px
}
@media (max-width: 767px) {
    .woocommerce .quantity .qty {
        width: 60px;
        margin: 0
    }
}
.woocommerce div.product form.cart .button {
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 15px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}
@media (max-width: 767px) {
    .woocommerce div.product form.cart .button {
        padding: 14px 30px
    }
}
.woocommerce div.product form.cart .button:hover {
    background: #183650
}
.woocommerce div.product form.cart .button:before {
    display: inline-block;
    content: '\f218';
    margin-right: 10px;
    font-size: 15px
}
.woocommerce #reviews #comments {
    margin-bottom: 90px
}
.woocommerce #reviews #comments ol.commentlist li {
    margin: 0
}
.woocommerce #reviews #comments ol.commentlist li+li {
    margin-top: 40px
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
    float: none;
    display: inline-block
}
.sub-page.woocommerce #content div.product #reviews .comment img,
.sub-page.woocommerce div.product #reviews .comment img,
.sub-page.woocommerce-page #content div.product #reviews .comment img,
.sub-page.woocommerce-page div.product #reviews .comment img {
    float: left;
    min-width: 100px;
    max-width: 100px;
    margin-right: 30px
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    display: inline-block;
    font-size: 16px;
    color: #777;
    margin-right: 10px
}
.woocommerce .star-rating {
    font-size: 14px
}
.woocommerce #reviews .comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #183650;
    margin-bottom: 30px
}
.woocommerce #reviews .comment-form p {
    margin-bottom: 30px;
    line-height: 1
}
.woocommerce #reviews .comment-form p:last-child {
    margin-bottom: 0
}
.woocommerce #reviews .comment-form label {
    display: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #777
}
.woocommerce #reviews .comment-form input[type="text"],
.woocommerce #reviews .comment-form input[type="email"] {
    padding: 15px 30px;
    border: none;
    background: #f5f5f5;
    color: #777;
    font-size: 16px;
    width: 100%
}
.woocommerce #reviews .comment-form textarea {
    padding: 15px 30px;
    border: none;
    background: #f5f5f5;
    color: #777;
    font-size: 16px;
    width: 100%;
    height: 128px !important
}
.woocommerce #reviews .comment-form .comment-form-rating {
    padding: 15px 30px;
    background: #f5f5f5;
    color: #777;
    font-size: 16px;
    width: 100%
}
.woocommerce #reviews .comment-form .comment-form-rating label,
.woocommerce #reviews .comment-form .comment-form-rating .stars {
    display: inline-block;
    margin: 0
}
.woocommerce #reviews .comment-form .comment-form-rating .stars {
    padding: 0 10px;
    border-right: 1px solid #ebebeb;
    line-height: 1
}
@media (max-width: 1119px) {
    .woocommerce #reviews .comment-form .comment-form-rating .stars {
        padding: 0 5px
    }
}
.woocommerce #reviews .comment-form .comment-form-rating select {
    display: none
}
.woocommerce #reviews .comment-form .form-submit .submit {
    padding: 17px 60px;
    border: none;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}
.woocommerce #reviews .comment-form .form-submit .submit:hover {
    background: #183650
}
.woocommerce table.shop_table {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.woocommerce table.shop_table td {
    padding: 10px
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    min-width: 100px;
    max-width: 100px
}
@media (max-width: 639px) {
    .woocommerce #content table.cart img,
    .woocommerce table.cart img,
    .woocommerce-page #content table.cart img,
    .woocommerce-page table.cart img {
        min-width: 50px;
        max-width: 50px
    }
}
@media (max-width: 639px) {
    .sub-page.woocommerce .cart-collaterals .cart_totals,
    .sub-page.woocommerce-page .cart-collaterals .cart_totals {
        width: 100%
    }
}
.sub-page .woocommerce table.shop_table {
    margin-bottom: 60px;
    border-collapse: collapse
}
.sub-page .woocommerce table.shop_table td,
.sub-page .woocommerce table.shop_table th {
    border: 1px solid #ebebeb;
    border-collapse: collapse
}
@media (max-width: 479px) {
    .sub-page .woocommerce table.shop_table td.product-thumbnail,
    .sub-page .woocommerce table.shop_table th.product-thumbnail {
        display: none
    }
}
.sub-page .woocommerce table.shop_table .button {
    float: right;
    padding: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
@media (max-width: 479px) {
    .sub-page .woocommerce table.shop_table .button {
        float: left;
        margin-top: 10px
    }
}
.sub-page .woocommerce table.shop_table .button:hover {
    background: #183650;
    color: #fff
}
.woocommerce table.shop_table .coupon {
    float: left
}
@media (max-width: 767px) {
    .woocommerce table.shop_table .coupon {
        width: 100%;
        margin-bottom: 15px
    }
}
.woocommerce table.shop_table .coupon label {
    display: none
}
.woocommerce table.shop_table .coupon .input-text {
    border: 1px solid #ebebeb;
    padding: 10px;
    color: #777;
    margin-right: 5px
}
@media (max-width: 639px) {
    .sub-page.woocommerce .col2-set .col-1,
    .sub-page.woocommerce-page .col2-set .col-1,
    .sub-page.woocommerce .col2-set .col-2,
    .sub-page.woocommerce-page .col2-set .col-2,
    .sub-page.woocommerce form .form-row-first,
    .sub-page.woocommerce form .form-row-last,
    .sub-page.woocommerce-page form .form-row-first,
    .sub-page.woocommerce-page form .form-row-last {
        width: 100%
    }
}
@media (max-width: 639px) {
    .woocommerce .order_details li {
        width: 100%;
        border: none
    }
}
.sub-page.woocommerce .cart-collaterals .cart_totals h2,
.sub-page.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #183650;
    margin: 0 0 30px
}
.sub-page .woocommerce #respond input#submit.alt,
.sub-page .woocommerce a.button.alt,
.sub-page .woocommerce button.button.alt,
.sub-page .woocommerce input.button.alt {
    font-weight: normal;
    padding: 15px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.sub-page .woocommerce #respond input#submit.alt:hover,
.sub-page .woocommerce a.button.alt:hover,
.sub-page .woocommerce button.button.alt:hover,
.sub-page .woocommerce input.button.alt:hover {
    background: #183650
}
.sub-page .woocommerce .woocommerce-error .button,
.sub-page .woocommerce .woocommerce-info .button,
.sub-page .woocommerce .woocommerce-message .button,
.sub-page .woocommerce #respond input#submit,
.sub-page .woocommerce a.button,
.sub-page .woocommerce button.button,
.sub-page .woocommerce input.button {
    color: #fff;
    padding: 12px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.sub-page .woocommerce .woocommerce-error .button:hover,
.sub-page .woocommerce .woocommerce-info .button:hover,
.sub-page .woocommerce .woocommerce-message .button:hover,
.sub-page .woocommerce #respond input#submit:hover,
.sub-page .woocommerce a.button:hover,
.sub-page .woocommerce button.button:hover,
.sub-page .woocommerce input.button:hover {
    color: #fff;
    background: #183650
}
.sub-page .woocommerce form.checkout_coupon,
.sub-page .woocommerce form.login,
.sub-page .woocommerce form.register {
    border: 1px solid #ebebeb;
    margin: 30px 0;
    padding: 30px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.woocommerce p {
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 15px
}
.woocommerce p:last-child {
    margin-bottom: 0
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px
}
.woocommerce form .form-row input[type="submit"] {
    margin-right: 15px
}
.woocommerce form .form-row input[type="checkbox"] {
    margin-right: 10px
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-weight: normal
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #ebebeb;
    padding: 10px
}
.select2-container .select2-choice {
    border: 1px solid #ebebeb;
    color: #777;
    padding: 4px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.woocommerce form .form-row textarea {
    height: 145px
}
.sub-page .woocommerce-checkout #payment {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.woocommerce .woocommerce-error {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: 0.05em
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}
.sub-page .woocommerce table.shop_table {
    border-collapse: collapse
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-color: #ebebeb;
    border-collapse: collapse
}
@media (max-width: 639px) {
    .sub-page.woocommerce #content div.product div.images,
    .sub-page.woocommerce div.product div.images,
    .sub-page.woocommerce-page #content div.product div.images,
    .sub-page.woocommerce-page div.product div.images,
    .sub-page.woocommerce #content div.product div.summary,
    .sub-page.woocommerce div.product div.summary,
    .sub-page.woocommerce-page #content div.product div.summary,
    .sub-page.woocommerce-page div.product div.summary {
        width: 100%
    }
}
a:hover,
a:active,
a:focus,
.audio .audio_author a:hover,
/*.widget-title.style-05 .primary_title a:hover,
.widget-title.style-06 .primary_title a:hover,
* .entry_title.style-03 a:hover,*/
.entry_title.style-02 .meta_category a:hover,
.entry_title.style-02 .entry-title a:hover,
.entry_title.style-04,
.entry_title.style-05,
.viewMore.style-01,
.viewMore.style-04:hover,
.btn-curve.btn-curve-01,
.btn-border-thick.style-02,
.btn-border-thick.style-04,
.btn-border-thick.style-06,
.btn-border-thin.style-01,
ul.style-03 li:before,
ul.style-04 li:before,
.accordion.style-03 .acc_title.active:before,
.countDown.style-03 .chart span,
.countDown.style-03 .chart .time,
.countDown.style-04 li div h3,
.dropCaps.style-02.color-03 .dropCaps_text-large,
.dropCaps.style-03.color-02 .dropCaps_text-large,
.hightLight.style-01,
.blockQuote.style-01 .blockQuote_author,
.blockQuote.style-02 p,
.blockQuote.style-04 .blockQuote_author,
.blockQuote.style-05:before,
.blockQuote.style-06 .blockQuote_author,
.skillBar.style-01 .skillBar_list .skillBar_counter,
.tab.style-02 .nav-tabs>li.active>a,
.tab.style-02 .nav-tabs>li.active>a:hover,
.tab.style-02 .nav-tabs>li.active>a:focus,
.tab.style-02 .accordion-toggle[aria-expanded="true"],
.tab.style-05 .nav-tabs>li>a:before,
.tab.style-05 .tab-content .tab-pane h4,
.tab.style-07 .nav-tabs li:hover .fa,
.tab.style-07 .nav-tabs li:hover span,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_calendar .calendar_wrap table caption,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:hover,
.widget_products ul.product_list_widget li a:hover,
.widget_recent_reviews ul.product_list_widget li a:hover,
.widget_top_rated_products ul.product_list_widget li a:hover,
.widget_recent_reviews ul.product_list_widget li .star-rating,
.widget_top_rated_products ul.product_list_widget li .star-rating,
.header_office .active:hover span,
.header_email:hover a,
.header_email:hover .fa,
.header_mainMenu.style-01 .sf-menu.sf-arrows .sf-with-ul:after,
.header_mainMenu.style-01 .sf-menu.sf-arrows ul li a.sf-with-ul:hover:after,
.header_mainMenu.style-01 .sf-menu ul li a:hover,
.header_mainMenu.style-01 .sf-menu .sf-mega .sub-menu li a:hover,
.header-bottom-right_list a .fa,
.articleHeader.style-01 .widget-content .entry-item .entry-content h5 a:hover,
.header_mainMenu.style-02 .sf-menu ul li a:hover,
.header_mainMenu.style-02 .sf-menu li a:hover,
.header_mainMenu.style-02 .sf-menu .sf-mega .sub-menu li a:hover,
.mainSlider.style-02 .mainSlider_text h2,
.mainSlider.style-02 .cd-slider-nav ul li.selected a,
.mainSlider.style-02 .cd-slider-nav ul li.selected i,
.service.style-01 .entry-item .service_listIcon,
.service.style-04 .widget-content .entry-item .entry-content .entry-title a:hover,
.service.style-05 .service_list .service_title a,
.service.style-06 .service_list .fa,
.service.style-07 .service_list .fa,
.service.style-08 .widget-content p,
.about.style-04 .widget-content .entry-item .entry-content .entry-title a:hover,
.about.style-05 .widget-content .entry-item .entry-content .entry-title a:hover,
.about.style-07 .widget-content h3,
.about.style-07 .widget-content ul li i,
.news.style-02 .widget-content .entry-item .entry-content .entry-category a:hover,
.news.style-02 .widget-content .entry-item .entry-content .entry-title a:hover,
.slider_news.style-01 .owl-item .entry-item .entry_title .meta_category a:hover,
.slider_news.style-01 .owl-item .entry-item .entry_title .entry-title a:hover,
.contact.style-01 .widget-content p .fa,
.contact.style-02 .widget-content p .fa,
.contact.style-02 .widget-content p a:hover,
.contact.style-03 .widget-content p .fa,
.listMenu .widget-content ul li a:hover,
.social.style-02 .widget-content ul li:hover a,
.event .event_content .event_category a:hover,
.event .event_content .event_title a:hover,
.event.style-03 .event_content .event_content-left .event_category a:hover,
.event.style-03 .event_content .event_content-left .event_title a:hover,
#comments .comments-list .comment .comment-header .comment-info h6 a:hover,
.directLink.style-01 .widget-content ul li:hover i,
.singleRelated.style-01 .widget-content .entry-item .entry-content .entry-title a:hover,
.singleNextPrev.style-01 .entry-item:hover .entry-content h4 a,
.singleAuthor .singleAuthor_avatar h5 a:hover,
.customerService.style-01 .customerService_content .entry-item .entry-content .entry-bottom .entry_phone span,
.galleryPage.style-01 .filterOptions_wrap ol li:hover,
.incoterm.style-01 .incoterm_content .entry-item .entry-content .entry-bottom .entry_phone span,
.ourCompany .entry-item .entry-content .entry-title a:hover,
.navSub.style-01 .navSub_title i,
.navSub.style-01 ul li a:hover,
.list.style-03 h4,
.request .request_title i,
.request h5,
.contentSubPage .contentSubPage_content h4,
.list ul li a:hover,
.shopItem .entry-item .entry-content h5 a:hover,
.productRelated.style-01 .entry-item .entry-content h5 a:hover,
.shopItem_rating i,
.woocommerce div.product .woocommerce-product-rating .star-rating,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce .star-rating,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before {
    color: #682d05
}
.area-04,
.area-06,
.area-07,
.area-09,
.area-10,

.line-dotted.style-02 .line-dotted-wide,
.line-dotted.style-03 .line-dotted-wide,
.viewMore.style-02,
.owl_pagi-first .owl-controls .owl-pagination .owl-page.active span,
.btn-square:hover,
.btn-curve.btn-curve-01:hover,
.btn-border-thick.style-02:hover,
.btn-border-thick.style-04:hover,
.btn-border-thick.style-05:hover,
.btn-border-thick.style-06:hover,
.btn-border-thin.style-01:hover,
.btn_color-primary,
.btn_color-dark:hover,
ul.style-05 li:before,
.accordion.style-02 .acc_title.active,
.accordion.style-03 .acc_title:before,
.accordion.style-03 .acc_title.active,
.accordion.style-04 .acc_title.active,
.countDown.style-01 .countDown_wrap li div,
.countDown.style-04 li div h3:before,
.dropCaps.style-01.color-02 .dropCaps_text-large,
.hightLight.style-02,
.pricingTable.style-01 .pricingTable_list,
.pricingTable.style-02 .pricingTable_list .pricingTable_header .pricingTable_icon,
.blockQuote.style-03,
.skillBar.style-01 .skillBar_list .skillBar_dotted.skillBar_dotted-dark,
.pro-bar-container .pro-bar,
table.style-01 thead tr th:nth-child(2),
table.style-02 thead tr th:last-child,
.tab.style-01 .nav-tabs>li.active>a,
.tab.style-01 .nav-tabs>li.active>a:hover,
.tab.style-01 .nav-tabs>li.active>a:focus,
.tab.style-01 .accordion-toggle[aria-expanded="true"],
.tab.style-02 .nav-tabs>li>a:before,
.tab.style-04 .nav-tabs>li.active>a,
.tab.style-04 .nav-tabs>li.active>a:hover,
.tab.style-04 .nav-tabs>li.active>a:focus,
.tab.style-04 .tab-content,
.tab.style-04 .accordion-toggle[aria-expanded="true"],
.tab.style-05 .nav-tabs>li.active>a,
.tab.style-05 .nav-tabs>li.active>a:hover,
.tab.style-05 .nav-tabs>li.active>a:focus,
.tab.style-05 .panel-default>.panel-heading,
.tab.style-06 .nav-tabs>li.active>a,
.tab.style-06 .nav-tabs>li.active>a:hover,
.tab.style-06 .nav-tabs>li.active>a:focus,
.tab.style-06 .panel-default>.panel-heading,
.tab.style-07 .panel-default>.panel-heading,
.tab.style-08 .panel-default>.panel-heading,
.widget_calendar .calendar_wrap table td#today,
.widget_search .search-form .search-submit:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover,
.widget_product_search .woocommerce-product-search input[type="submit"]:hover,
.header_country ul,
.header_office ul,
.header-bottom-right_list ul ul,
.header_mainMenu.style-02 .sf-menu>li>a:before,
.header_request span,
.mainSlider.style-01 .owl-item .item .imgBg:before,
.mainSlider.style-02 .mainSlider_text h2 span:before,
.service.style-01 .entry-item:hover,
.service.style-03 .widget-content .entry-item:hover,
.about.style-01 .widget-content .entry-item .entry-thumb a:before,
.news.style-02 .widget-content .entry-item .entry-thumb:before,
.image_float:before,
.backTop,
.social.style-01 li a,
.social.style-03 .widget-content ul li:hover,
.slider_brand.style-03,
.event.style-02,
.owlSync.style-01 .owl-carousel.sync2 .owl-item .item:before,
#comments .comments-list .comment .comment-content .comment-button a:hover,
.blogList .entry-item .entry-content .blogList_header:hover .iconType,
.blogMasonry .blogMasonryWrapper .entry-item.itemLink .entry-content,
.list h3,
.shopItem_icon.new,
.woocommerce div.product form.cart .button,
.woocommerce #reviews .comment-form .form-submit .submit,
.sub-page .woocommerce table.shop_table .button,
.sub-page .woocommerce #respond input#submit.alt,
.sub-page .woocommerce a.button.alt,
.sub-page .woocommerce button.button.alt,
.sub-page .woocommerce input.button.alt,
.sub-page .woocommerce .woocommerce-error .button,
.sub-page .woocommerce .woocommerce-info .button,
.sub-page .woocommerce .woocommerce-message .button,
.sub-page .woocommerce #respond input#submit,
.sub-page .woocommerce a.button,
.sub-page .woocommerce button.button,
.sub-page .woocommerce input.button {
    background: #4f7637
}
.btn-curve.btn-curve-01,
.btn-border-thick.style-02,
.btn-border-thick.style-04,
.btn-border-thick.style-05:hover,
.btn-border-thick.style-06,
.btn-border-thin.style-01,
.pricingTable.style-02 .pricingTable_list .pricingTable_content .btn,
.skillBar.style-01 .skillBar_list:hover,
.tab.style-05 .nav-tabs>li>a:before,
.tab.style-07 .nav-tabs li:hover,
.tab.style-07 .nav-tabs li:hover .fa,
.tab.style-08 .panel-group .panel,
.widget_search .search-form .search-submit:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.service.style-03 .widget-content .entry-item:hover,
.social.style-03 .widget-content ul li:hover,
#comments .comments-list .comment .comment-content .comment-button a:hover,
.blogList .entry-item .entry-content .blogList_header:hover .iconType,
.blogMasonry .blogMasonryWrapper .entry-item.itemLink .entry-content,
.galleryPage.style-01 .filterOptions_wrap ol li:hover,
.navSub.style-01 .navSub_title i,
.request textarea:focus,
.request input[type="text"]:focus,
.request input[type="submit"],
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #2691e4
}
.blockQuote.style-02,
.header.style-01 .header-top,
.sub-page.woocommerce span.onsale:before,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
    border-top-color: #2691e4
}
.countDown.style-04 li div h3:after {
    border-right-color: #2691e4
}
.tab.style-06 .nav-tabs,
.news.style-02 .widget-content .entry-item .entry-thumb {
    border-bottom-color: #2691e4
}
.viewMore.style-01:before,
.viewMore.style-04:hover:before,
.countDown.style-04 li div h3:after,
.blockQuote.style-01,
.blockQuote.style-05,
.blockQuote.style-06,
.tab.style-02 .accordion-toggle[aria-expanded="true"],
.sub-page.woocommerce span.onsale:before {
    /*border-left-color: #fff*/
}
. widget-content ul li a {color:#000!important;}
.header_contact a {color:#fff;}
..widget-content p {color:#fff!important;}
.subtitle {font-size: 20px;color:#ecd17d;font-weight:bold;margin-top: 15px;margin-bottom: 15px;}
.style-03 li {color:#fff!important;}
ul.style-03 li:before {color:#fff!important;}
.line-dotted .line-dotted-small {background: #fff!important;}
.line-dotted .line-dotted-wide {background: #fff!important;}
.contact-det p {color:#fff;}
.contact-det p a {color:#fff;}
.topPage-right img {width:100%;}
.available_at{ color: #fff;
    float: left;
    font-size: 16px;
    /*margin-left: 300px;*/
    padding-right:20px;
    line-height: 43px;
    font-family:"verdana",sans-serif;
    }
.back-page {color:#fff;font-size:13px;line-height:45px;}
.back-page a {color:#fff;font-size:13px;line-height:45px;font-weight:bold;}
.header_contact a:hover {color:#fff;}
.header_office .active span:hover {color:#fff;}
.table th {background: #682d05;color:#fff;font-size:14px;}
.table td {background: #fafce4;color:#000;font-size:14px;}
.prod-details {margin-top:20px;padding-bottom:20px;}
.social_reviews {margin-bottom: 20px!important;}
.feeds h4 {color:#fff;font-weight:bold;}
.feeds h5 a {color:#fff;}
.slider_quote_text img {float:left;margin-right: 10px;}
#hearts { color: #ee8b2d;}
#hearts-existing { color: #ee8b2d;}
.entry-content .primary_title {color:#fff;font-size:20px;}
.owlSync img {width: 100%;}
.comparison li:before {content: "\f101";font-family: FontAwesome;padding-right:5px;}
.comparison li {list-style-type:none;font-size:13px;}
.site-listing li:before {content: "\f101";font-family: FontAwesome;padding-right:5px;}
.site-listing li {list-style-type:none;color:#fff;}
.table-listing li:before {content: "\f101";font-family: FontAwesome;padding-right:5px;}
.table-listing li {list-style-type:none;color:#41642c;}
.site-cont p {color:#fff;}
.sitetable {
    border-collapse: unset;
    border-spacing: 5
}
.degradable-products img {margin-bottom: 10px;width:100%;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);}
.navbar-nav li:hover {background:#fbfce5;border-radius: 5px;padding: 5px}
.navbar-nav li a:focus {color:red;}
.header_catalog {margin-top:35px;}
.header_catalog span {font-size: 14px;}
.useful_link li a {color:#777!important;font-size:14px;}
.blog-detail img {width: 100%;}
.page-numbers i {line-height: 31px!important;}

.blog_sidebar_review.style-01 .slider_quote_user a {
    font-weight: 600;
     color: #252e3d;
    text-transform: uppercase
}
.blog_sidebar_review.style-01 .slider_quote_user a:hover {
    color: #252e3d;
}
.blog_sidebar_review.style-01 .slider_quote_position {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #252e3d;
     
}
.blog_sidebar_review.style-01 .slider_quote_text {
    font-size: 15px;
    line-height: 24px;
    color: #252e3d;
    padding-right: 20px;
}
.blog_sidebar_review .bx-pager .bx-pager-item a {
    margin: 4px;
    background: #41642C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.blog_sidebar_review .bx-pager .bx-pager-item a.active {
    width: 18px;
    height: 18px;
    background: #41642C;
    margin: 8px 0
}
.brand-list {padding-left: 0;float:left;}
.brand-list li {list-style-type:none;display: inline-block;padding-left: 5px;margin-top: 15px;}
.brand-list li:first-child {padding-left: 0px;}

.brand-list1 {padding-left: 0;float:left;}
.brand-list1 li {list-style-type:none;display: inline-block;padding-left: 5px;margin-top: 1px;}
.brand-list1 li:first-child {padding-left: 0px;}
.sidebar {background-color: #682d05;padding: 10px;border-radius:10px;margin-bottom:10px;}
.sidebar .entry_title a {color:#fff;}
.sidebar .blog_sidebar_review.style-01 .slider_quote_user a {color:#fff;}
.sidebar .blog_sidebar_review.style-01 .slider_quote_text {color:#fff;}
.sidebar .blog_sidebar_review.style-01 .slider_quote_position {color:#fff;}
.blog-cat li a {color:#fff!important;}
.comparison {padding-left:20px;}
.contact-social li a {background:#ecd17d!important;border-radius: 50%;color: #fff;display: inline-block;height: 40px;padding-top: 11px;text-align: center;width: 40px;}
.contact-social li {list-style-type:none;color:#fff;display:inline-block;}
.contact-social li a i {color:#41642c!important;}
.sidebar_listing li {background:url("../images/coco_icon.png") no-repeat left top;list-style-type:none;text-indent:30px;color:#000;line-height:25px;}
