
header.nav-menu{
    padding:20px;
}

.heading-section.color-primary {
    color: #22574D
}

.heading-lead {
    font-size: 2.25em
}

.heading-lead.heading-sm {
    font-size: 1.5em
}

.heading-lead.extra-large {
    font-size: 3.5em
}

.heading-section,
.heading-lead {
    margin-bottom: 20px
}

.heading-section:last-child,
.heading-lead:last-child {
    margin-bottom: 0
}

.heading-section:not(.with-line)+h3,
.heading-section:not(.with-line)+h4,
.heading-section:not(.with-line)+h5,
.heading-lead:not(.with-line)+h3,
.heading-lead:not(.with-line)+h4,
.heading-lead:not(.with-line)+h5 {
    margin-top: -20px
}

.heading-section+p.lead,
.heading-lead+p.lead {
    margin-top: -10px
}

.heading-section.with-line,
.heading-lead.with-line {
    padding-bottom: 15px
}

.heading-section.with-line::after,
.heading-lead.with-line::after {
    display: block
}

.heading-sm-lead,
.heading-md-lead,
.heading-lg-lead {
    letter-spacing: 4px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px
}

.heading-sm-lead+h1,
.heading-sm-lead+h2,
.heading-sm-lead+h3,
.heading-sm-lead+h4,
.heading-sm-lead+h5,
.heading-sm-lead+h4,
.heading-md-lead+h1,
.heading-md-lead+h2,
.heading-md-lead+h3,
.heading-md-lead+h4,
.heading-md-lead+h5,
.heading-md-lead+h4,
.heading-lg-lead+h1,
.heading-lg-lead+h2,
.heading-lg-lead+h3,
.heading-lg-lead+h4,
.heading-lg-lead+h5,
.heading-lg-lead+h4 {
    margin-top: 0
}

.heading-sm-lead,
.heading-md-lead {
    color: #22574D
}

.heading-sm-lead.color-primary,
.heading-md-lead.color-primary {
    color: #22574D
}

.heading-sm-lead.color-secondary,
.heading-md-lead.color-secondary {
    color: #eb143a
}

.with-line {
    position: relative;
    padding-bottom: 15px
}

.with-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 60px;
    height: 2px;
    margin: 15px 0 0;
    background-color: #22574D
}

.light .with-line::after,
.box-s3 .with-line::after,
.box-s4 .with-line::after {
    background-color: #fff
}

.with-line.al-center::after,
.with-line.center::after {
    left: 50%;
    margin-left: -30px
}

.with-line.al-right::after {
    right: 0
}

.light,
.box-s3,
.box-s4,
.light h1,
.box-s3 h1,
.box-s4 h1,
.light h2,
.box-s3 h2,
.box-s4 h2,
.light h3,
.box-s3 h3,
.box-s4 h3,
.light h4,
.box-s3 h4,
.box-s4 h4,
.light h5,
.box-s3 h5,
.box-s4 h5,
.light h6,
.box-s3 h6,
.box-s4 h6 {
    color: #fff
}

.lh-x1 {
    line-height: 1
}

.lh-x2 {
    line-height: 1.5
}

.lh-x3 {
    line-height: 2
}

blockquote {
    margin: 30px 0;
    color: #888
}

blockquote:first-child {
    margin-top: 0
}

blockquote:last-child {
    margin-bottom: 0
}

blockquote p:last-child strong {
    color: #22574D
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h4,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h4,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h4,
table+h1,
table+h2,
table+h3,
table+h4,
table+h5,
table+h4 {
    margin-top: 35px
}

ul+p,
ul+ul,
ul+ol,
ol+ol,
ol+ul,
ul+table,
ol+table {
    margin-top: 35px
}

b,
strong {
    font-weight: 600
}

a {
    outline: 0;
    transition: all 0.5s;
    color: #22574D
}

a:link,
a:visited {
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #eb143a
}

img {
    outline: 0;
    border: 0 none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-border-radius: 5px;
    border-radius: 5px
}

img+h2,
img h3,
img h4 {
    margin-top: 15px
}

img.alignright {
    padding: 0;
    float: right;
    margin: 5px 0 10px 30px
}

h3 img.alignright,
h4 img.alignright,
h2 img.alignright,
h1 img.alignright {
    margin-top: 0
}

img.alignleft {
    padding: 0;
    float: left;
    margin: 5px 30px 10px 0
}

h3 img.alignleft,
h4 img.alignleft,
h2 img.alignleft,
h1 img.alignleft {
    margin-top: 0
}

img.aligncenter {
    float: none;
    display: block;
    margin: 5px auto 15px
}

img.aligncenter:first-child {
    margin-top: 0
}

img.aligncenter:last-child {
    margin-bottom: 0
}

hr,
.hr {
    margin: 45px 0
}

hr:first-child,
.hr:first-child {
    margin-top: 0
}

hr:last-child,
.hr:last-child {
    margin-bottom: 0
}

.hr-lg {
    margin: 60px 0
}

.hr-md {
    margin: 30px 0
}

.hr-sm {
    margin: 15px 0
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 0 transparent
}

.al-center,
.center {
    text-align: center
}

.al-center .with-line:after,
.center .with-line:after {
    left: 50%;
    margin-left: -35px
}

.al-right {
    text-align: right
}

.al-right .with-line:after {
    right: 0
}

.al-left {
    text-align: left
}

.ucap {
    text-transform: uppercase
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../image/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px auto;
    margin: -50px 0 0 -50px
}

#gmap {
    display: block;
    width: 100%;
    height: 400px;
    pointer-events: none;
    background: #C9C9C9
}

.map-contact-vertical #gmap {
    height: 600px
}

.section-pad {
    padding-top: 90px;
    padding-bottom: 90px
}

.section-pad-xs {
    padding-top: 20px;
    padding-bottom: 20px
}

.section-pad-sm {
    padding-top: 45px;
    padding-bottom: 45px
}

.section-pad-md {
    padding-top: 67.5px;
    padding-bottom: 67.5px
}

.section-pad-lg {
    padding-top: 135px;
    padding-bottom: 135px
}

.section-pad.nopd {
    padding-top: 0;
    padding-bottom: 0
}

.section-overup[class*="section-pad"] {
    margin-top: -67.5px;
    padding-top: 0
}

.section-overup-lg[class*="section-pad"] {
    margin-top: -135px;
    padding-top: 0
}

.pad-0,
.nopd {
    padding: 0px
}

.npl {
    padding-left: 0px
}

.npr {
    padding-right: 0px
}

.space-top {
    margin-top: 20px
}

.space-top-sm {
    margin-top: 15px
}

.space-top-md {
    margin-top: 30px
}

.space-bottom {
    margin-bottom: 20px
}

.space-bottom-sm {
    margin-bottom: 15px
}

.space-bottom-md {
    margin-bottom: 30px
}

.nomg {
    margin-top: 0;
    margin-bottom: 0
}

.wide-lg {
    max-width: 1170px;
    margin: 0 auto
}

.wide-md {
    max-width: 970px;
    margin: 0 auto
}

.wide-sm {
    max-width: 770px;
    margin: 0 auto
}

.wide-xs {
    max-width: 570px;
    margin: 0 auto
}

.row-vm {
    align-items: center;
    display: flex
}

.row-vm.reverses>div:last-child {
    order: 1
}

.row-vm.reverses>div:first-child {
    order: 2
}

.container-fluid>.row>.row {
    margin-left: 0;
    margin-right: 0
}

.row-column:not(:first-child) {
    margin-top: 60px
}

.row-column-md:not(:first-child) {
    margin-top: 45px
}

.row-column-sm:not(:first-child) {
    margin-top: 30px
}

div[class*="row-column"].mgfix {
    margin-top: -45px
}

div[class*="row-column"].mgauto {
    margin-top: 0
}

div[class*="row-column"].mgtop {
    margin-top: 60px
}

div[class*="row-column"].mgtop-md {
    margin-top: 45px
}

div[class*="row-column"].mgtop-sm {
    margin-top: 30px
}

div[class*="wide-"]+div[class*="row-column"]:not([class*="mg"]):not([class*="mt-"]) {
    margin-top: 60px
}

.clear {
    clear: both;
    display: block;
    height: 0;
    width: 100%
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.first[class*="col-"] {
    clear: left
}

.nomg[class*="wide-"] {
    margin: 0
}

.img-shadow {
    box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.16)
}

.round {
    -ms-border-radius: 5px;
    border-radius: 5px
}

.round-md {
    -ms-border-radius: 8px;
    border-radius: 8px
}

.round-lg {
    -ms-border-radius: 35px;
    border-radius: 35px
}

.circle {
    -ms-border-radius: 50%;
    border-radius: 50%
}

.image {
    margin-bottom: 20px
}

.image:last-child {
    margin-bottom: 0
}

.image img {
    max-width: 100%;
    height: auto
}

.image[class*="round"] a,
.image[class*="round"] img,
.image.circle a,
.image.circle img {
    border-radius: inherit
}

.image.circle:not([class*="al-"]) {
    text-align: center
}

.image.circle:not(.image-md) img {
    width: 100%;
    max-width: 555px
}

.image-md img {
    width: 90%;
    max-width: 220px
}

.imagebg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: opacity .4s
}

.fixed-bg .imagebg {
    background-attachment: fixed
}

.imagebg img {
    display: none
}

.image-on-left .imagebg,
.image-on-right .imagebg {
    width: 50%
}

.image-on-left .imagebg {
    right: 50%
}

.image-on-right .imagebg {
    left: 50%
}

.image-slice .imagebg {
    width: 40%;
    left: 0
}

.image-slice .imagebg+.imagebg {
    width: 60%;
    left: 40%
}

.image-slice .section-bg:not(.section-bg-r):after {
    content: "";
    background: #22574D;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: .9;
    width: 100%
}

.image-slice .section-bg.section-bg-alt:not(.section-bg-r):after {
    background: #eb143a
}

.has-bg-image {
    position: relative
}

.bg-image-loaded {
    opacity: 1
}

.has-bg,
.fixed-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.has-bg {
    position: relative
}

.has-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: .5;
    z-index: 1
}

.has-bg.bg-primary:after,
.has-bg.box-s3:after {
    background-color: #22574D
}

.has-bg.bg-secondary:after,
.has-bg.box-s4:after {
    background-color: #eb143a
}

.has-bg.bg-alternet:after {
    background-color: #084FB1
}

.has-bg.bg-light:after,
.has-bg.box-s2:after {
    background-color: #f4f8f8
}

.has-bg.dark-filter:after {
    opacity: .75
}

.has-bg.darker-filter:after {
    opacity: .9
}

.has-bg.light-filter:after {
    opacity: .25
}

.has-bg.lighter-filter:after {
    opacity: .15
}

.has-bg.no-filter:after {
    opacity: 0.01
}

.has-bg .container,
.has-bg-image .container {
    position: relative;
    z-index: 2
}

.fixed-bg {
    background-attachment: fixed
}

.btn {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #22574D;
    background-color: #22574D;
    box-sizing: border-box;
    transition: all 0.4s;
    -ms-border-radius: 45px;
    border-radius: 45px
}

.btn:hover,
.btn:focus {
    background-color: #eb143a;
    border-color: #eb143a;
    color: #fff
}

.btn.block {
    display: block;
    white-space: inherit
}

.btn.btn-alt {
    background: #eb143a;
    border-color: #eb143a
}

.btn.btn-alt:hover,
.btn.btn-alt:focus {
    background: #22574D;
    border-color: #22574D
}

.btn.btn-outline {
    color: #22574D;
    background-color: transparent
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
    color: #fff;
    background: #22574D;
    border-color: #22574D
}

.btn.btn-outline.btn-alt {
    color: #eb143a
}

.btn.btn-outline.btn-alt:hover,
.btn.btn-outline.btn-alt:focus {
    color: #fff;
    background: #eb143a;
    border-color: #eb143a
}

.btn.btn-outline.btn-light {
    color: #fff;
    border-color: #fff
}

.btn.btn-outline.btn-light:hover,
.btn.btn-outline.btn-light:focus {
    background: #22574D;
    border-color: #22574D
}

.btn.btn-outline.btn-light.btn-alt:hover,
.btn.btn-outline.btn-light.btn-alt:focus {
    background: #eb143a;
    border-color: #eb143a
}

.btn.btn-light:not(.btn-outline) {
    color: #22574D;
    border-color: #fff;
    background-color: #fff
}

.btn.btn-light:not(.btn-outline):hover,
.btn.btn-light:not(.btn-outline):focus {
    color: #fff;
    background: #22574D;
    border-color: #22574D
}

.bg-primary .btn.btn-light:not(.btn-outline):hover,
.box-s3 .btn.btn-light:not(.btn-outline):hover,
.bg-primary .btn.btn-light:not(.btn-outline):focus,
.box-s3 .btn.btn-light:not(.btn-outline):focus {
    background: #eb143a;
    border-color: #eb143a
}

.btn.btn-light:not(.btn-outline).btn-alt {
    color: #eb143a
}

.btn.btn-light:not(.btn-outline).btn-alt:hover,
.btn.btn-light:not(.btn-outline).btn-alt:focus {
    color: #fff;
    background: #eb143a;
    border-color: #eb143a
}

.bg-secondary .btn.btn-light:not(.btn-outline).btn-alt:hover,
.box-s4 .btn.btn-light:not(.btn-outline).btn-alt:hover,
.bg-secondary .btn.btn-light:not(.btn-outline).btn-alt:focus,
.box-s4 .btn.btn-light:not(.btn-outline).btn-alt:focus {
    background: #22574D;
    border-color: #22574D
}

.btn.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn.btn-lg {
    padding: 16px 35px;
    font-size: 16px;
    -ms-border-radius: 45px;
    border-radius: 45px
}

.btn.btn-md {
    padding: 8px 20px
}

.btn.btn-sm {
    padding: 3px 12px 4px;
    font-weight: 400
}

.btn.round {
    -ms-border-radius: 60px;
    border-radius: 60px
}

.btn.btn-aside {
    margin: 5px 8px
}

.btn-link {
    color: #22574D;
    transition: all .4s ease-in-out
}

.btn-link:hover {
    color: #22574D
}

.btn-link.focus:not([class*="link-arrow"]) {
    box-shadow: 0 1px 0 currentColor
}

.btn-link.focus:not([class*="link-arrow"]):hover {
    box-shadow: none;
    text-decoration: none
}

.light .btn-link:not([class*="link-arrow"]),
.box-s3 .btn-link:not([class*="link-arrow"]),
.box-s4 .btn-link:not([class*="link-arrow"]) {
    color: #fff;
    box-shadow: 0 1px 0 currentColor
}

.light .btn-link:not([class*="link-arrow"]):hover,
.box-s3 .btn-link:not([class*="link-arrow"]):hover,
.box-s4 .btn-link:not([class*="link-arrow"]):hover {
    color: #fff;
    box-shadow: none;
    text-decoration: none
}

.btn-link.link-arrow,
.btn-link.link-arrow-sm {
    position: relative;
    padding-right: 48px
}

.btn-link.link-arrow:after,
.btn-link.link-arrow:before,
.btn-link.link-arrow-sm:after,
.btn-link.link-arrow-sm:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.4s ease-in-out
}

.btn-link.link-arrow:before,
.btn-link.link-arrow-sm:before {
    top: 50%;
    right: 9px;
    width: 9px;
    height: 9px;
    transform-origin: 50% 50%;
    transform: translate(0, -4px) rotate(45deg);
    box-shadow: inset -1px 1px 0 0 currentColor
}

.btn-link.link-arrow:after,
.btn-link.link-arrow-sm:after {
    top: 50%;
    right: 8px;
    width: 30px;
    height: 1px;
    transform: translate(0, 0);
    background-color: currentColor
}

.btn-link.link-arrow:hover,
.btn-link.link-arrow-sm:hover {
    text-decoration: none
}

.btn-link.link-arrow:hover:before,
.btn-link.link-arrow-sm:hover:before {
    transform: translate(8px, -4px) rotate(45deg)
}

.btn-link.link-arrow:hover:after,
.btn-link.link-arrow-sm:hover:after {
    transform: translate(8px, 0)
}

.btn-link.link-arrow-sm {
    padding-right: 36px
}

.btn-link.link-arrow-sm:before {
    width: 7px;
    height: 7px;
    transform: translate(0, -3px) rotate(45deg)
}

.btn-link.link-arrow-sm:after {
    width: 18px
}

.btn-link.link-arrow-sm:hover:before {
    transform: translate(8px, -3px) rotate(45deg)
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.form-control.error {
    border-color: #FF4346 !important
}

form label.error {
    display: none !important
}

.form-results {
    display: none;
    font-size: 12px;
    margin: 15px 0
}

.form-results:first-child {
    margin-top: 0
}

.form-results:last-child {
    margin-bottom: 0
}

.gaps {
    clear: both;
    height: 20px;
    display: block;
    margin: 0
}

.gaps.size-lg {
    height: 60px
}

.gaps.size-md {
    height: 30px
}

.gaps.size-sm {
    height: 15px
}

.gaps.size-2x {
    height: 40px
}

.gaps.size-3x {
    height: 60px
}

.gaps.size-xs {
    height: 10px
}

.gaps.size-sep {
    height: 45px
}

.gaps.size-section {
    height: 90px
}

.pd-x1 {
    padding: 10px
}

.pd-x2 {
    padding: 20px
}

.pd-x3 {
    padding: 30px
}

.pd-x4 {
    padding: 40px
}

.pd-x5 {
    padding: 50px
}

.mg-x1 {
    margin: 10px
}

.mg-x2 {
    margin: 20px
}

.mg-x3 {
    margin: 30px
}

.mg-x4 {
    margin: 40px
}

.mg-x5 {
    margin: 50px
}

.mt-x1 {
    margin-top: 10px
}

.mt-x2 {
    margin-top: 20px
}

.mt-x3 {
    margin-top: 30px
}

.mt-x4 {
    margin-top: 40px
}

.mt-x5 {
    margin-top: 50px
}

.mb-x1 {
    margin-bottom: 10px
}

.mb-x2 {
    margin-bottom: 20px
}

.mb-x3 {
    margin-bottom: 30px
}

.mb-x4 {
    margin-bottom: 40px
}

.mb-x5 {
    margin-bottom: 50px
}

.color-primary {
    color: #22574D
}

.color-default {
    color: #778793
}

.color-heading {
    color: #373e45
}

.color-secondary {
    color: #eb143a
}

.color-alternet {
    color: #084FB1
}

.bg-light,
.box-s2 {
    background: #f4f8f8
}

.bg-white,
.box-s1 {
    background: #fff
}

.bg-dark {
    background: #343640
}

.bg-grey {
    background: #e8e8ee
}

.bg-primary,
.box-s3 {
    background: #22574D
}

.bg-secondary,
.box-s4 {
    background: #eb143a
}

.bg-alternet {
    background: #084FB1
}

.bg-light-primary {
    background-color: rgba(37, 128, 254, 0.1)
}

.bg-light-secondary {
    background-color: rgba(235, 20, 58, 0.1)
}

.bg-light-alternet {
    background-color: rgba(8, 79, 177, 0.1)
}

.bdr {
    border: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-y {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-x {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-top {
    border-top: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-none {
    border-color: transparent
}

.social {
    margin: 0;
    padding: 0;
    list-style: none
}

.social li {
    display: inline-block;
    margin-left: 15px
}

.social li:first-child {
    margin-left: 0
}

.social.social-v2 li {
    border: 1px solid #22574D;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 34px
}

.preload {
    display: none
}

.navbar-toggle {
    margin-right: 0px
}

.carousel-control {
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    width: 60px
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    width: 60px;
    height: 60px;
    padding-top: 0;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-family: 'FontAwesome';
    text-shadow: none;
    font-size: 44px;
    margin-top: -30px
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
    background: transparent
}

.carousel-control .glyphicon-chevron-left {
    left: 10%
}

.carousel-control .glyphicon-chevron-left:before {
    content: '\f104'
}

.carousel-control .glyphicon-chevron-right {
    right: 10%
}

.carousel-control .glyphicon-chevron-right:before {
    content: '\f105'
}

.video-box {
    position: relative;
    margin-top: 40px;
    padding-top: 56%
}

.video-box iframe {
    border: 1px solid #fbfbfb;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    border: none
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border: 0px
}

.panel-title {
    font-size: 20px
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.more-less {
    float: right;
    color: #212121
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE
}

.table-responsive {
    margin-bottom: 30px
}

.table-responsive:last-child,
.table-responsive .table {
    margin-bottom: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #ececec
}

.table.bdr-top,
.table.bdr-bottom {
    border-color: #ececec
}

.table-s1>tbody>tr>td,
.table-s1>tbody>tr>th,
.table-s1>tfoot>tr>td,
.table-s1>tfoot>tr>th,
.table-s1>thead>tr>td,
.table-s1>thead>tr>th {
    padding: 20px
}

.table-vertical>tbody>tr>td {
    vertical-align: middle
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.content-section {
    margin-top: 60px
}

.content-section:first-child {
    margin-top: 0px
}

.content .list-style li {
    position: relative;
    padding-left: 18px;
    margin-left: 0;
    margin-bottom: 8px
}

.content .list-style li:last-child {
    margin-bottom: 0
}

.content .list-style li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #22574D;
    position: absolute;
    left: 1px;
    top: 3px;
    font-size: 16px;
    line-height: 18px
}

.light .content .list-style li:before,
.box-s3 .content .list-style li:before,
.box-s4 .content .list-style li:before,
.call-action:not(.dark) .content .list-style li:before {
    color: #fff
}

.content .list-style.dots li:before {
    content: '\f111';
    font-size: 6px;
    top: 5px
}

.content .list-style.checkmark li {
    padding-left: 28px
}

.content .list-style.checkmark li:before {
    content: '\f00c';
    font-size: 18px;
    line-height: 18px;
    top: 4px
}

.content .list-style.list-sitemap li {
    margin-bottom: 10px;
    font-weight: 400
}

.content .list-style.list-sitemap li:last-child {
    margin-bottom: 0
}

.content .list-style.list-sitemap li ul {
    margin-top: 5px
}

.content .list-style.list-sitemap li ul li {
    margin-top: 3px;
    font-weight: 400
}

.content .list-style.style-v2 li {
    margin-bottom: 2px
}

.content .list-style.style-v2 li:before {
    color: #9aa4ae;
    font-size: 6px
}

.content ol {
    margin-left: 25px
}

.content ol li {
    list-style: decimal;
    list-style: decimal-leading-zero;
    padding-left: 5px;
    margin-bottom: 8px
}

.content ol li:last-child {
    margin-bottom: 0
}

.tab-custom .nav-tabs {
    background: #ececec;
    border-bottom: none;
    display: table;
    width: 100%
}

.tab-custom .nav-tabs li {
    display: table-cell;
    float: none
}

.tab-custom .nav-tabs li:last-child a {
    border-right-color: #ececec
}

.tab-custom .nav-tabs li>a {
    border: 1px solid #ececec;
    border-right-color: #f5f5f5;
    text-align: center;
    border-radius: 0px;
    padding: 15px 2px;
    margin: 0px;
    font-size: 16px;
    color: #383838;
    line-height: 24px
}

.tab-custom .nav-tabs li>a img {
    height: 60px;
    width: auto;
    margin-top: -5px
}

.tab-custom .nav-tabs li.active>a,
.tab-custom .nav-tabs li.active>a:hover,
.tab-custom .nav-tabs li.active>a:focus {
    background: #f5f5f5;
    border-color: #f5f5f5
}

.tab-custom .tab-content {
    background: #f5f5f5;
    padding: 30px 20px 25px 20px
}

.tab-custom .tab-content h4 {
    color: #22574D;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.tab-custom .tab-content a {
    padding: 8px 16px;
    margin-top: 25px
}

.tab-custom.tab-simple .nav-tabs {
    background: none
}

.tab-custom.tab-simple .nav-tabs li {
    display: inline-block
}

.tab-custom.tab-simple .nav-tabs li>a {
    padding: 12px 15px;
    border: 1px solid #ececec;
    background-color: #ececec
}

.tab-custom.tab-simple .nav-tabs li.active>a {
    background-color: #fff;
    border-bottom-color: #fff
}

.tab-custom.tab-simple .tab-content {
    background: none;
    border: 1px solid #ececec
}

.accordion .panel {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.accordion .panel:last-child {
    border-bottom: 0 none
}

.accordion .panel+.panel {
    margin-top: 0
}

.accordion .panel-title {
    position: relative;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.accordion .panel-title a {
    color: #22574D;
    padding: 16px 30px 17px 0
}

.accordion .panel-title a .plus-minus {
    opacity: 0.4
}

.accordion .panel-title a.collapsed {
    color: #778793
}

.accordion .panel-title a.collapsed:hover {
    opacity: 0.7
}

.accordion .panel-title a.collapsed:hover .plus-minus {
    opacity: 0.4
}

.accordion .panel-title a.collapsed .plus-minus {
    opacity: 0.7
}

.accordion .panel-title a.collapsed .plus-minus span:before {
    transform: rotate(-180deg)
}

.accordion .panel-title a.collapsed .plus-minus span:after {
    transform: rotate(0deg)
}

.accordion .panel-title a:hover {
    opacity: 1
}

.accordion .panel-title a:hover .plus-minus {
    opacity: 1
}

.accordion .panel-body {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px
}

.accordion .plus-minus {
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 350ms;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 18px;
    width: 18px;
    margin-top: -9px
}

.accordion .plus-minus span {
    position: relative;
    height: 100%;
    display: block
}

.accordion .plus-minus span:before,
.accordion .plus-minus span:after {
    content: "";
    position: absolute;
    background: #666;
    transition: transform 100ms
}

.accordion .plus-minus span:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(180deg)
}

.accordion .plus-minus span:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transform: rotate(90deg)
}

.accordion .plus-minus:hover {
    opacity: 0.3
}

.accordion.filled .panel:last-child {
    border-bottom: 0
}

.accordion.filled .panel-title {
    background-color: #f5f5f5
}

.accordion.filled .panel-title a {
    background: #ececec;
    padding-left: 20px;
    color: #22574D
}

.accordion.filled .panel-title a.collapsed {
    background-color: transparent;
    color: #778793
}

.accordion.filled .panel-title a.collapsed:hover {
    opacity: 0.7
}

.accordion.filled .panel-body {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px
}

.accordion.filled .plus-minus {
    right: 20px
}

.panel-group:last-child {
    margin-bottom: 0
}

.carousel {
    height: 100%
}

.carousel .stky-banner {
    position: absolute;
    top: 0
}

.carousel .carousel-inner,
.carousel .item,
.carousel .active {
    height: 100%
}

.has-carousel .owl-item>div[class*="col-"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.position {
    position: static
}

.img-wrapper {
    position: absolute;
    bottom: 0px;
    max-width: 520px
}

.contact-list {
    margin-top: 30px
}

.contact-list:first-child {
    margin-top: 0
}

.contact-list li {
    margin-bottom: 20px;
    padding-bottom: 0
}

.contact-list li:last-child {
    margin-bottom: 0px
}

.contact-list li .fa {
    color: #22574D;
    font-size: 24px;
    display: block;
    width: 30px;
    float: left
}

.contact-list li span {
    margin-left: 40px;
    display: block;
    line-height: 1.4
}

.icon-box {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    color: #22574D;
    transition: all 0.4s;
    text-align: center;
    font-size: 1.25em;
    line-height: 50px;
    margin: 2px 0;
    border: 1px solid transparent
}

.light .icon-box,
.box-s3 .icon-box,
.box-s4 .icon-box {
    color: #fff
}

.icon-box.left {
    text-align: left
}

.icon-box.size-md {
    width: 60px;
    height: 60px;
    font-size: 1.875em;
    line-height: 60px
}

.icon-box.size-sm {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px
}

.icon-box.size-sm span.icon {
    transform: scale(0.5) translate(-14px, -6px)
}

.icon-box.size-lg {
    width: 90px;
    height: 90px;
    font-size: 3em;
    line-height: 90px
}

.icon-box.size-lg.sqaure,
.icon-box.size-lg.round,
.icon-box.size-lg.circle {
    border-width: 2px
}

.icon-box.sqaure,
.icon-box.round,
.icon-box.circle {
    border-color: #22574D
}

.light .icon-box.sqaure,
.box-s3 .icon-box.sqaure,
.box-s4 .icon-box.sqaure,
.light .icon-box.round,
.box-s3 .icon-box.round,
.box-s4 .icon-box.round,
.light .icon-box.circle,
.box-s3 .icon-box.circle,
.box-s4 .icon-box.circle {
    border-color: #fff
}

.icon-box.round {
    -ms-border-radius: 5px;
    border-radius: 5px
}

.icon-box.circle {
    -ms-border-radius: 50%;
    border-radius: 50%
}

.icon-box.icon-bg {
    background-color: #22574D;
    color: #fff
}

.icon-box.icon-bg-alt {
    background-color: #eb143a;
    color: #fff
}

.icon-box.light,
.icon-box.box-s3,
.icon-box.box-s4 {
    color: #fff
}

.icon-box.light.sqaure,
.icon-box.sqaure.box-s3,
.icon-box.sqaure.box-s4,
.icon-box.light.round,
.icon-box.round.box-s3,
.icon-box.round.box-s4,
.icon-box.light.circle,
.icon-box.circle.box-s3,
.icon-box.circle.box-s4 {
    border-color: #fff
}

.icon-box.light.icon-bg,
.icon-box.icon-bg.box-s3,
.icon-box.icon-bg.box-s4 {
    background-color: #fff;
    color: #22574D
}

.icon-box.icon-inline {
    width: auto;
    height: auto;
    line-height: 1.25
}

.icon-box.icon-aside {
    float: left;
    margin: 0 15px 5px 0
}

.icon-box+h4,
.icon-box+h3,
.icon-box+h5 {
    margin-top: 20px
}

.icon-box span.icon {
    vertical-align: middle;
    margin-top: -5px
}

.icon-box.style-s1,
.icon-box.style-s2 {
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #22574D;
    color: #fff
}

.icon-box.style-s2 {
    background-color: #eb143a
}

.icon-box.style-s3,
.icon-box.style-s4 {
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-color: #22574D;
    color: #22574D
}

.icon-box.style-s4 {
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-color: #eb143a;
    color: #eb143a
}

.feature-intro .row+.row {
    margin-top: 60px
}

.feature-intro a.btn-link {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #22574D
}

.owl-dots {
    text-align: center;
    margin-top: 20px
}

.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #22574D;
    display: inline-block;
    margin: 0 5px
}

.light .owl-dots .owl-dot,
.box-s3 .owl-dots .owl-dot,
.box-s4 .owl-dots .owl-dot {
    border-color: #fff
}

.owl-dots .owl-dot.active {
    background: #22574D
}

.light .owl-dots .owl-dot.active,
.box-s3 .owl-dots .owl-dot.active,
.box-s4 .owl-dots .owl-dot.active {
    background: #fff
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    text-align: center;
    height: 44px;
    width: 44px;
    text-indent: -999em;
    text-align: left;
    opacity: .8;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 12px auto
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 1
}

.owl-nav .owl-prev>.fa,
.owl-nav .owl-next>.fa {
    display: none
}

.owl-nav .owl-next {
    right: -52px;
    background-image: url(../image/arrow-next-g.png)
}

.light .owl-nav .owl-next,
.box-s3 .owl-nav .owl-next,
.box-s4 .owl-nav .owl-next {
    background-image: url(../image/arrow-next-w.png)
}

.owl-nav .owl-prev {
    left: -52px;
    background-image: url(../image/arrow-prev-g.png)
}

.light .owl-nav .owl-prev,
.box-s3 .owl-nav .owl-prev,
.box-s4 .owl-nav .owl-prev {
    background-image: url(../image/arrow-prev-w.png)
}

.site-header .navbar {
    border-radius: 0;
    border: 0 none;
    min-width: 300px;
    padding: 12px 0 0;
    color: #36454e;
    background: #fff;
    margin: 0;
    z-index: 9
}

.site-header .navbar-brand {
    height: auto;
    padding: 0
}

.site-header .navbar-brand img {
    width: auto;
    max-width: 100%;
    max-height: 50px
}

.site-header .navbar-header .quote-btn {
    display: none
}

.site-header .navbar-collapse {
    padding: 0;
    background-color: transparent;
    color: #778793
}

.site-header .logo-light {
    display: none
}

.site-header .quote-btn {
    padding: 0;
    display: inline-block
}

.site-header .quote-btn .btn {
    font-family: "Roboto", sans-serif;
    padding: 6px 25px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #22574D;
    border: 2px solid #22574D;
    margin: 0;
    vertical-align: middle
}

.site-header .quote-btn .btn:hover {
    border-color: #eb143a;
    color: #fff;
    background-color: #eb143a
}

.site-header .quote-btn .btn.btn-outline {
    background: transparent
}

.site-header .quote-btn .btn.btn-outline:hover {
    background: #22574D;
    border-color: #22574D
}

.topbar {
    padding: 6px 0;
    color: #fff;
    background: #2a2d33;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 13px;
    line-height: 1
}

.topbar.style-v2 {
    color: #373e45;
    background: rgba(0, 0, 0, 0.04)
}

.topbar .top-aside>p {
    margin: 7px 25px 7px 0;
    line-height: 20px
}

.topbar .top-aside>p strong {
    font-weight: 400
}

.topbar .top-aside>* {
    float: left
}

.topbar .top-left {
    float: left;
    max-width: 40%
}

.topbar .top-right {
    float: right;
    max-width: 59%
}

.topbar .top-contact .fa {
    border: 0 none;
    width: auto;
    height: auto;
    line-height: 34px
}

.topbar .top-contact span {
    line-height: 34px;
    vertical-align: middle
}

.topbar .top-nav li a {
    padding-top: 0;
    padding-bottom: 0;
    transition: color .3s
}

.topbar .quote-btn .btn {
    padding: 2px 15px;
    vertical-align: top;
    height: 34px
}

.topbar .quote-btn .btn span {
    line-height: 1;
    font-size: inherit
}

.topbar .social:not(:last-child) {
    margin-right: 25px
}

.topbar .social li a {
    line-height: 34px;
    font-size: 16px;
    color: #22574D
}

.topbar .social li a:hover {
    color: #eb143a
}

.topbar .t-phone span {
    font-size: 1.2em;
    font-weight: 400
}

.top-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.top-nav li {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px
}

.top-nav li:first-child {
    margin-left: -12px
}

.top-nav a {
    padding: 5px 12px;
    color: inherit;
    font-size: 13px
}

.top-nav a:hover,
.top-nav a:focus {
    color: #22574D
}

.top-contact {
    margin: 0;
    list-style: none;
    font-size: 13px;
    line-height: 30px;
    color: inherit
}

.top-contact .fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #22574D;
    color: #22574D;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle
}

.top-contact span {
    font-size: 1.25em;
    font-weight: 400
}

.top-contact li {
    margin-left: 25px;
    float: left;
    line-height: 1
}

.top-contact li:first-child {
    margin-left: 0
}

.top-contact a {
    color: inherit
}

.top-contact a:hover {
    color: #22574D
}

.header-top {
    margin-top: 10px;
    margin-right: -15px;
    float: right
}

.header-top>* {
    float: left;
    margin-left: 25px
}

.header-top>*:first-child {
    margin-left: 0
}

.header-top .top-contact {
    line-height: 40px
}

.header-top .top-contact .fa {
    height: 40px;
    width: 40px;
    line-height: 38px
}

.header-top .top-contact .t-phone span {
    vertical-align: middle
}

.header-top .quote-btn .btn {
    padding: 12px 22px;
    margin-top: -4px
}

.header-top .social li a {
    line-height: 40px;
    font-size: 16px;
    color: #22574D
}

.header-top .social.social-s2 li:not(:first-child) {
    margin-left: 4px
}

.header-top .social.social-s2 li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #22574D;
    border: 1px solid #22574D;
    color: #fff;
    font-size: 16px;
    vertical-align: middle
}

.header-top .social.social-s2 li a:hover {
    opacity: .5
}

.navbar-nav {
    width: 100%
}

.navbar-nav>li>a {
    background: transparent;
    text-transform: uppercase;
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 16px;
    transition: background 350ms, color 350ms, border-color 350ms
}

.navbar-nav>li.active>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #22574D;
    background: transparent
}

.navbar-nav>li>.dropdown-menu .dropdown-menu {
    top: 0;
    margin-top: 0
}

.navbar-nav>li.rollover>.dropdown-menu,
.navbar-nav>li.nav-opened>.dropdown-menu,
.navbar-nav>li:hover>.dropdown-menu {
    top: 100%;
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.navbar-nav>li:hover>.dropdown-menu {
    top: 100%;
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.navbar-nav>li.quote-btn {
    margin-left: 12px;
    float: right
}

.navbar-nav>li.quote-btn .btn {
    padding: 9px 24px 8px;
    font-size: 14px;
    font-weight: 700
}

.navbar-nav .dropdown-menu {
    background: #fff;
    border: 0px;
    border-radius: 0;
    padding: 0px;
    left: 0;
    top: -999em;
    display: block;
    opacity: 0;
    width: 240px;
    visibility: hidden;
    transition: opacity .3s, visibility .4s
}

.navbar-nav .dropdown-menu .dropdown-menu {
    left: 240px;
    opacity: 0
}

.navbar-nav .dropdown-menu li {
    position: relative
}

.navbar-nav .dropdown-menu li a {
    padding: 10px 25px 10px 15px;
    text-transform: inherit
}

.navbar-nav .dropdown-menu li.rollover .dropdown-menu,
.navbar-nav .dropdown-menu li.nav-opened .dropdown-menu,
.navbar-nav .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 1001
}

.navbar-nav .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto
}

.navbar-nav .dropdown-menu li.dropdown>a:after {
    content: "\f105";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    opacity: .5;
    margin-top: -7px;
    height: 14px;
    width: 12px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    font-family: "FontAwesome"
}

.navbar-nav .dropdown-menu.active>a,
.navbar-nav .dropdown-menu li>a:hover,
.navbar-nav .dropdown-menu li>a:focus {
    color: #22574D
}

.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>.active>a:hover {
    color: #22574D;
    background-color: #f5f5f5
}

.navbar-nav .label {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
    text-transform: uppercase;
    padding: 3px 10px 4px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

.navbar-nav .caret {
    margin-top: 0;
    vertical-align: middle;
    transform: translateY(-50%)
}

.header-s1 .navbar {
    padding: 0
}

.header-s1 .navbar-nav>li>a {
    padding-top: 35px;
    padding-bottom: 35px
}

.header-s1 .navbar-nav>li.quote-btn {
    margin-top: 23px
}

.header-s1 .navbar-nav>li:last-child:not(.quote-btn) {
    margin-right: -15px
}

.header-s1 .navbar-brand {
    margin-top: 20px;
    margin-bottom: 20px
}

.header-s1 .navbar-collapse {
    margin-right: -15px;
    float: right;
    width: auto
}

.header-s1.is-transparent {
    color: #fff
}

.header-s1.is-transparent:after {
    position: absolute;
    content: '';
    display: block;
    top: -200px;
    left: 0;
    right: 0;
    height: 375px;
    opacity: .5;
    background: linear-gradient(to bottom, #000 0%, transparent 100%)
}

.header-s1.is-transparent .topbar,
.header-s1.is-transparent .navbar {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 9;
    color: #fff
}

.header-s1.is-transparent .topbar+.navbar {
    margin-top: 43px
}

.header-s1.is-transparent .topbar {
    border-color: rgba(255, 255, 255, 0.1)
}

.header-s1.is-transparent .topbar a:not(.btn):hover {
    color: #fff;
    opacity: .5
}

.header-s1.is-transparent .navbar-nav>li>a:not(.btn):after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 28px;
    width: 34px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    transition: all .4s
}

.header-s1.is-transparent .navbar-nav>li.active>a:after,
.header-s1.is-transparent .navbar-nav>li>a:hover:after {
    opacity: 1
}

.header-s1.is-transparent .navbar-nav>li.active>a,
.header-s1.is-transparent .navbar-nav>li>a:hover,
.header-s1.is-transparent .navbar-nav>li>a:focus {
    color: #fff
}

.header-s1.is-transparent .navbar-collapse,
.header-s1.is-transparent .top-contact .fa {
    color: #fff
}

.header-s1.is-transparent .navbar-brand .logo-light {
    display: block
}

.header-s1.is-transparent .navbar-brand .logo-dark {
    display: none
}

.header-s1.is-transparent.has-fixed .topbar+.navbar {
    margin-top: 0
}

.header-s1.is-transparent.has-fixed .navbar {
    background: #fff;
    color: #778793
}

.header-s1.is-transparent.has-fixed .navbar-nav>li.active>a,
.header-s1.is-transparent.has-fixed .navbar-nav>li>a:hover,
.header-s1.is-transparent.has-fixed .navbar-nav>li>a:focus {
    color: #22574D
}

.header-s1.is-transparent.has-fixed .navbar-nav>li.quote-btn .btn {
    color: #fff
}

.header-s1.is-transparent.has-fixed .navbar-nav>li>a .navbar-nav>li>a:not(.btn)::after {
    background-color: #22574D
}

.header-s1.is-transparent.has-fixed .navbar-collapse {
    color: #778793
}

.header-s1.is-transparent.has-fixed .banner {
    margin-top: 0
}

.header-s1.is-transparent.has-fixed .navbar-brand .logo-light {
    display: none
}

.header-s1.is-transparent.has-fixed .navbar-brand .logo-dark {
    display: block
}

.header-s1.has-fixed .navbar {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06)
}

.header-s1.has-fixed .banner {
    margin-top: 76px
}

.header-s1.header-dark .topbar {
    background: #0c71fe;
    color: #fff
}

.header-s1.header-dark .topbar .icon,
.header-s1.header-dark .topbar .fa,
.header-s1.header-dark .topbar a:hover {
    color: #eb143a
}

.header-s1.header-dark .navbar {
    background: #22574D
}

.header-s1.header-dark .navbar-nav>li>a,
.header-s1.header-dark .navbar-nav>li.active>a,
.header-s1.header-dark .navbar-nav>li>a:hover,
.header-s1.header-dark .navbar-nav>li>a:focus {
    color: #fff
}

.header-s1.header-dark .navbar-nav li.quote-btn .btn:hover {
    background: #084FB1
}

.header-s1.header-dark .navbar-brand .logo-dark {
    display: none
}

.header-s1.header-dark .navbar-brand .logo-light {
    display: block
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 1
}

.breadcrumb>li {
    margin: 6px 0
}

.breadcrumb a {
    color: #f4f8f8;
    text-decoration: none;
    transition: all 0.4s
}

.breadcrumb>.active {
    opacity: 0.6;
    color: #f4f8f8
}

.breadcrumb li:not(.active) a:hover {
    color: #eb143a
}

.breadcrumb>li+li:before {
    color: #f4f8f8;
    opacity: 0.5;
    padding: 0 6px 0 3px
}

.breadcrumb.breadcrumb-arrow>li+li:before {
    content: "\00bb"
}

.breadcrumb.breadcrumb-dash>li+li:before {
    content: "\2013"
}

.breadcrumb.breadcrumb-dots>li+li:before {
    content: "\2022"
}

.banner-text {
    color: #778793;
    position: relative;
    padding-top: 67.5px;
    padding-bottom: 67.5px;
    z-index: 1;
    font-size: 16px
}

.banner-text.wide-md {
    max-width: 580px
}

.banner-text.wide-sm {
    max-width: 420px
}

.banner-text.wide-lg {
    max-width: 720px
}

.banner-text.wide-xl {
    max-width: 950px
}

.banner-text.pos-center {
    margin: 0 auto;
    float: none
}

.banner-text.pos-left {
    float: left
}

.banner-text.pos-right {
    float: right
}

.banner-text.al-center:not(.pos-center),
.banner-text.center:not(.pos-center) {
    margin: 0 auto
}

.banner-text.light,
.banner-text.box-s3,
.banner-text.box-s4 {
    color: #fff
}

.banner-text.dark {
    color: #32393f
}

.banner-text h1,
.banner-text h2 {
    color: inherit;
    font-size: 2.5em
}

.banner-text h1 strong,
.banner-text h2 strong {
    color: #22574D
}

.banner-text .with-line:after {
    background-color: #fff
}

.banner-text .animated {
    animation-delay: 350ms;
    animation-duration: 1s
}

.banner-text .banner-cta:not(:first-child) {
    margin-top: 25px
}

.banner-text .btn {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none
}

.banner-text .btn+.btn {
    margin-left: 15px
}

.banner-text .page-title {
    color: inherit;
    font-size: 2em;
    font-weight: 400
}

.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4 {
    margin-bottom: 0
}

.banner-text h1+*,
.banner-text h2+*,
.banner-text h3+*,
.banner-text h4+* {
    margin-top: 10px
}

.banner-text p:not(:last-child) {
    margin-bottom: 10px
}

.banner-text .breadcrumb {
    text-transform: uppercase
}

.banner-text .breadcrumb+.page-title {
    margin-top: -5px
}

.banner-slider {
    height: 530px
}

.banner-slider.slider-large {
    height: 640px
}

.is-transparent .banner-slider {
    min-height: 640px
}

.banner-slider .carousel-inner .item {
    transition-property: opacity
}

.banner-slider .carousel-inner .item,
.banner-slider .carousel-inner .active.left,
.banner-slider .carousel-inner .active.right {
    opacity: 0
}

.banner-slider .carousel-inner .active,
.banner-slider .carousel-inner .next.left,
.banner-slider .carousel-inner .prev.right {
    opacity: 1
}

.banner-slider .carousel-inner .next,
.banner-slider .carousel-inner .prev,
.banner-slider .carousel-inner .active.left,
.banner-slider .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.banner-slider .banner-content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

.banner-slider .banner-text {
    width: 100%;
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.banner-slider .banner-text:not([class*="wide-"]) {
    max-width: 520px
}

.banner-slider:hover>.carousel-control {
    opacity: 1;
    visibility: visible
}

.banner-slider .fill {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover
}

.banner-intro .container>.content {
    padding-top: 15px;
    padding-bottom: 15px
}

.banner-intro .banner-text {
    font-size: 18px;
    padding-top: 160px;
    padding-bottom: 160px
}

.is-transparent .banner-intro .banner-text {
    margin-top: 60px
}

.banner-static {
    position: relative;
    width: 100%;
    padding: 15px 0;
    min-height: 380px
}

.banner-static:not(.has-bg-image):not([class*="bg-"]) {
    background-color: #e8e8ee
}

.banner-static .banner-cpn {
    padding-top: 67.5px;
    padding-bottom: 67.5px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%)
}

.is-transparent .banner-static .banner-cpn {
    margin-top: 50px
}

.banner-static .banner-cpn .content {
    position: relative
}

.banner-static .banner-text {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.banner-static .banner-text.pos-right {
    float: right
}

.banner-static .banner-text.pos-center {
    float: none
}

.banner-static .banner-text:not([class*="wide-"]) {
    max-width: 490px
}

.banner-static.banner-small {
    height: 220px;
    min-height: inherit
}

.banner-static.banner-intro {
    min-height: 550px
}

.banner-static.only-pg-title {
    min-height: 160px
}

.banner-static.bg-grey,
.banner-static.bg-light,
.banner-static.box-s2 {
    background: #e8e8ee
}

.banner-static.bg-grey .banner-text,
.banner-static.bg-light .banner-text,
.banner-static.box-s2 .banner-text {
    color: #778793
}

.banner-static.bg-grey .banner-text .page-title,
.banner-static.bg-light .banner-text .page-title,
.banner-static.box-s2 .banner-text .page-title {
    color: #373e45
}

.banner-static.bg-grey .light,
.banner-static.bg-grey .box-s3,
.banner-static.bg-grey .box-s4,
.banner-static.bg-light .light,
.banner-static.box-s2 .light,
.banner-static.bg-light .box-s3,
.banner-static.box-s2 .box-s3,
.banner-static.bg-light .box-s4,
.banner-static.box-s2 .box-s4 {
    color: #fff
}

.banner-static.bg-grey .dark,
.banner-static.bg-light .dark,
.banner-static.box-s2 .dark {
    color: #778793
}

.banner-static.bg-grey .breadcrumb a,
.banner-static.bg-grey .breadcrumb>.active,
.banner-static.bg-grey .breadcrumb>li+li:before,
.banner-static.bg-light .breadcrumb a,
.banner-static.box-s2 .breadcrumb a,
.banner-static.bg-light .breadcrumb>.active,
.banner-static.box-s2 .breadcrumb>.active,
.banner-static.bg-light .breadcrumb>li+li:before,
.banner-static.box-s2 .breadcrumb>li+li:before {
    color: #778793
}

.banner-static.bg-grey .breadcrumb li:not(.active) a:hover,
.banner-static.bg-light .breadcrumb li:not(.active) a:hover,
.banner-static.box-s2 .breadcrumb li:not(.active) a:hover {
    color: #22574D;
    box-shadow: none
}

.banner-static .imagebg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.is-transparent .banner-static {
    min-height: 400px
}

.banner-static.has-bg-image .container {
    position: static
}

.banner .banner-text:not(.dark) {
    color: #fff
}

.banner .banner-text:not(.dark),
.banner .text-shadow {
    text-shadow: 0 3px 30px #000
}

.banner .breadcrumb li:not(.active) a:hover {
    color: #fff;
    box-shadow: 0 1px 0 #fff
}

.banner .boxed {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 30px;
    width: 100%;
    text-shadow: none;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.banner .boxed h3,
.banner .boxed h4,
.banner .boxed h5 {
    font-weight: 600;
    letter-spacing: -0.05em
}

.banner .boxed h3:not(:last-child),
.banner .boxed h4:not(:last-child),
.banner .boxed h5:not(:last-child) {
    margin-bottom: 5px
}

.banner .boxed h2,
.banner .boxed h3,
.banner .boxed h4,
.banner .boxed h5,
.banner .boxed p {
    color: inherit;
    line-height: 1.35
}

.banner .boxed.boxed-w {
    background-color: rgba(255, 255, 255, 0.85);
    color: #32393f
}

.banner .boxed.boxed-p {
    background-color: rgba(37, 128, 254, 0.85)
}

.banner .boxed.boxed-p a.btn-link {
    color: #fff
}

.banner .boxed.boxed-s {
    background-color: rgba(235, 20, 58, 0.85)
}

.banner .boxed.boxed-s a.btn-link {
    color: #fff
}

.banner .boxed:not(.center):not(.al-center):not(.al-right) {
    text-align: left
}

.banner .boxed:not([class*="wide-"]) {
    max-width: 350px
}

.banner .banner-sider .boxed {
    float: right
}

.banner .banner-boxed {
    padding: 30px 30px 32px;
    background: rgba(0, 0, 0, 0.75);
    -ms-border-radius: 5px;
    border-radius: 5px
}

.banner .banner-boxed.boxed-w {
    background-color: rgba(255, 255, 255, 0.85);
    color: #32393f
}

.banner .banner-boxed.boxed-p {
    background-color: rgba(37, 128, 254, 0.85)
}

.banner .banner-boxed.boxed-p a.btn-link {
    color: #fff
}

.banner .banner-boxed.boxed-s {
    background-color: rgba(235, 20, 58, 0.85)
}

.banner .banner-boxed.boxed-s a.btn-link {
    color: #fff
}

.banner .more-cta:not(:first-child) {
    margin-top: 30px
}

.banner .title-intro,
.banner .title-intro-sub {
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase
}

.banner .title-intro+p,
.banner .title-intro-sub+p {
    margin-top: 30px
}

.banner .title-intro {
    font-size: 3.5em;
    letter-spacing: -0.04em
}

.banner .title-intro-sub {
    font-size: 1.65em
}

.banner .page-breadcrumb,
.banner .banner-sider {
    max-width: 400px;
    width: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%)
}

.banner.banner-cpn-bottom .banner-cpn {
    padding: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.75)
}

.banner.banner-cpn-bottom .banner-text {
    padding-top: 25px;
    padding-bottom: 25px
}

.banner.has-bg:after {
    opacity: .5
}

.banner.style-v1.has-bg:after {
    opacity: .85
}

.banner.style-v1 .banner-text {
    text-shadow: none
}

.banner.dark-filter:after {
    opacity: .75
}

.banner.light-filter:after {
    opacity: .25
}

.banner.no-filter.has-bg:after {
    opacity: 0.01
}

.navbar-fixed-top+.banner-static {
    padding: 145px 0 15px
}

.call-action {
    color: #fff;
    background-color: #22574D;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.call-action .cta-block {
    padding: 45px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table
}

.call-action .cta-block>.cta-sameline {
    padding: 0
}

.call-action h1,
.call-action h2,
.call-action h3,
.call-action h4 {
    font-weight: 400;
    color: inherit;
    line-height: 1.5;
    margin: 15px 0
}

.call-action h4 {
    font-weight: 300
}

.call-action p {
    margin: 15px 0
}

.call-action p:first-child {
    margin-top: 0
}

.call-action p:last-child {
    margin-bottom: 0
}

.call-action h1,
.call-action h2 {
    font-weight: 600;
    font-size: 1.875em
}

.call-action a:not(.btn) {
    color: inherit;
    text-decoration: underline
}

.call-action a:not(.btn):hover {
    text-decoration: none
}

.call-action .cta-num {
    font-size: 1.25em;
    line-height: 28px;
    font-weight: 300
}

.call-action .cta-num strong {
    font-weight: inherit;
    font-size: 1.7em;
    display: inline-block;
    letter-spacing: 1px;
    padding-left: 5px
}

.call-action .cta-num a:not(.btn) {
    text-decoration: none
}

.call-action .cta-num a:not(.btn):hover {
    box-shadow: 0 1px 0 #fff
}

.call-action .btn {
    min-width: 160px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px
}

.call-action .btn:first-child {
    margin-top: 0
}

.call-action .btn.btn-light {
    color: #22574D
}

.call-action .btn.btn-light:hover {
    color: #fff;
    background-color: #eb143a;
    border-color: #eb143a
}

.call-action .btn.btn-outline:hover {
    background-color: #fff
}

.call-action.bg-grey {
    background-color: #f0f0f0
}

.call-action.bg-light,
.call-action.box-s2 {
    background-color: #fbfbfb;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.call-action.bg-grey,
.call-action.bg-light,
.call-action.box-s2 {
    color: #22574D
}

.call-action.bg-grey p,
.call-action.bg-light p,
.call-action.box-s2 p {
    color: #778793
}

.call-action.bg-primary,
.call-action.box-s3 {
    background-color: #22574D
}

.call-action.bg-primary .btn:not(.btn-light),
.call-action.box-s3 .btn:not(.btn-light),
.call-action:not([class*='bg-']) .btn:not(.btn-light) {
    color: #fff;
    background-color: #eb143a;
    border-color: #eb143a
}

.call-action.bg-primary .btn:not(.btn-light):hover,
.call-action.box-s3 .btn:not(.btn-light):hover,
.call-action.bg-primary .btn:not(.btn-light):focus,
.call-action.box-s3 .btn:not(.btn-light):focus,
.call-action:not([class*='bg-']) .btn:not(.btn-light):hover,
.call-action:not([class*='bg-']) .btn:not(.btn-light):focus {
    color: #22574D
}

.call-action.bg-secondary,
.call-action.box-s4 {
    background-color: #eb143a
}

.call-action.bg-secondary .btn:not(.btn-light),
.call-action.box-s4 .btn:not(.btn-light) {
    color: #fff;
    background-color: #22574D;
    border-color: #22574D
}

.call-action.bg-secondary .btn:not(.btn-light):hover,
.call-action.box-s4 .btn:not(.btn-light):hover,
.call-action.bg-secondary .btn:not(.btn-light):focus,
.call-action.box-s4 .btn:not(.btn-light):focus {
    color: #eb143a
}

.call-action.bg-secondary .btn-light,
.call-action.box-s4 .btn-light {
    color: #eb143a
}

.call-action.bg-secondary .btn-light:hover,
.call-action.box-s4 .btn-light:hover {
    color: #fff;
    background-color: #22574D;
    border-color: #22574D
}

.call-action.bg-primary .btn:not(.btn-light):hover,
.call-action.box-s3 .btn:not(.btn-light):hover,
.call-action.bg-primary .btn:not(.btn-light):focus,
.call-action.box-s3 .btn:not(.btn-light):focus,
.call-action.bg-secondary .btn:not(.btn-light):hover,
.call-action.box-s4 .btn:not(.btn-light):hover,
.call-action.bg-secondary .btn:not(.btn-light):focus,
.call-action.box-s4 .btn:not(.btn-light):focus,
.call-action:not([class*='bg-']) .btn:not(.btn-light):hover,
.call-action:not([class*='bg-']) .btn:not(.btn-light):focus {
    background-color: #fff;
    border-color: #fff
}

.call-action.bg-primary .btn.btn-outline,
.call-action.box-s3 .btn.btn-outline,
.call-action.bg-secondary .btn.btn-outline,
.call-action.box-s4 .btn.btn-outline,
.call-action:not([class*='bg-']) .btn.btn-outline {
    border-color: #fff;
    color: #fff;
    background-color: transparent
}

.call-action.has-parallax {
    background-position: 50% 0
}

.call-action.has-parallax .cta-block {
    background: rgba(0, 0, 0, 0.8);
    padding: 135px 0
}

.call-action.has-parallax.bg-primary .cta-block,
.call-action.has-parallax.box-s3 .cta-block {
    background: rgba(37, 128, 254, 0.9)
}

.call-action.has-parallax.bg-secondary .cta-block,
.call-action.has-parallax.box-s4 .cta-block {
    background: rgba(235, 20, 58, 0.9)
}

.call-action.has-parallax.cta-large .cta-block {
    padding: 225px 0
}

.call-action.has-parallax.cta-small .cta-block {
    padding: 90px 0
}

.call-action.has-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.call-action.has-bg:after {
    display: none
}

.call-action.has-bg .cta-block {
    background: rgba(0, 0, 0, 0.7)
}

.call-action.has-bg.cta-large .cta-block {
    padding: 225px 0
}

.call-action.has-bg.cta-small .cta-block {
    padding: 90px 0
}

.call-action.has-bg.bg-primary .cta-block,
.call-action.has-bg.box-s3 .cta-block,
.call-action.has-parallax.bg-primary .cta-block,
.call-action.has-parallax.box-s3 .cta-block {
    background: rgba(37, 128, 254, 0.9)
}

.call-action.has-bg.bg-secondary .cta-block,
.call-action.has-bg.box-s4 .cta-block,
.call-action.has-parallax.bg-secondary .cta-block,
.call-action.has-parallax.box-s4 .cta-block {
    background: rgba(235, 20, 58, 0.9)
}

.call-action.has-bg.bg-light .cta-block,
.call-action.has-bg.box-s2 .cta-block,
.call-action.has-parallax.bg-light .cta-block,
.call-action.has-parallax.box-s2 .cta-block {
    background: rgba(244, 248, 248, 0.9)
}

.call-action.cta-small .cta-block {
    padding: 30px 0
}

.call-action.cta-large .cta-block {
    padding: 90px 0
}

.call-action.cta-mini .cta-block {
    padding: 15px 0
}

.call-action.cta-mini h2,
.call-action.cta-mini h3,
.call-action.cta-mini h4 {
    font-size: 1.25em;
    font-weight: 300
}

.call-action.style-v2 .cta-block {
    padding: 450px 0 0
}

.call-action.style-v2 .cta-content {
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(37, 128, 254, 0.6)
}

.call-action.style-v2.bg-secondary .cta-content,
.call-action.style-v2.box-s4 .cta-content {
    background-color: rgba(235, 20, 58, 0.6)
}

.call-action.style-v2.bg-dark .cta-content {
    background-color: rgba(0, 0, 0, 0.6)
}

.call-action.style-v2.bg-light .cta-content,
.call-action.style-v2.box-s2 .cta-content {
    background-color: rgba(255, 255, 255, 0.8)
}

.call-action .cta-sameline {
    position: relative;
    padding-right: 260px
}

.call-action .cta-sameline .content {
    padding-right: 260px;
    position: relative
}

.call-action .cta-sameline h1,
.call-action .cta-sameline h2,
.call-action .cta-sameline h3,
.call-action .cta-sameline h4,
.call-action .cta-sameline p {
    margin: 3px 0 3px
}

.call-action .cta-sameline .btn,
.call-action .cta-sameline .cta-num {
    top: 50%;
    right: 0;
    margin-top: 0;
    position: absolute;
    transform: translate(0, -50%);
    transform-style: preserve-3d
}

.timelines {
    margin-top: 30px
}

.timelines:first-child {
    margin-top: 0
}

.timeline {
    padding-left: 120px;
    position: relative
}

.timeline+.timeline {
    margin-top: 30px
}

.timeline+.timeline:after {
    top: -52px
}

.timeline:before,
.timeline:after {
    content: '';
    position: absolute
}

.timeline:before {
    background-color: #22574D;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    height: 10px;
    left: 76px;
    top: 6px;
    width: 10px;
    z-index: 1
}

.timeline:after {
    background-color: #e4e4e4;
    bottom: 0;
    left: 80px;
    top: 6px;
    width: 2px
}

.timeline .tl-year {
    font-size: 1.5em;
    line-height: 24px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-family: "Roboto", sans-serif
}

.timeline .tl-title {
    font-size: 1.25em;
    line-height: 24px;
    font-family: "Roboto", sans-serif
}

.content-box {
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 28px;
    overflow: hidden
}

.content-box:last-child {
    margin-bottom: 0
}

.content-box:not([class*='bg-']) {
    background-color: #f4f8f8
}

.bg-light .content-box:not([class*='bg-']),
.box-s2 .content-box:not([class*='bg-']) {
    background-color: #fff
}

.content-box h4 {
    font-weight: 400
}

.content-box h5 {
    margin-top: 0
}

.content-box h5+ul {
    margin-top: -5px
}

.table-claim td:first-child,
.table-claim th:first-child {
    width: 230px
}

.form-quote,
.form-message {
    margin-top: 30px
}

.form-quote:first-child,
.form-message:first-child {
    margin-top: 0
}

.form-quote .form-control,
.form-message .form-control {
    height: 50px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #f4f8f8
}

.form-quote .form-control.txtarea,
.form-message .form-control.txtarea {
    height: 150px
}

.form-quote .form-group,
.form-message .form-group {
    margin-bottom: 15px
}

.form-quote .form-field>p:first-child,
.form-message .form-field>p:first-child {
    margin-top: 5px;
    margin-bottom: 10px
}

.form-quote h3,
.form-quote h4,
.form-message h3,
.form-message h4 {
    margin-top: 30px;
    margin-bottom: 10px
}

.form-quote select,
.form-message select {
    outline: none;
    width: 100%;
    height: 50px;
    background: #f4f8f8;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding-left: 10px
}

.form-quote input[type="checkbox"],
.form-quote input[type="radio"],
.form-message input[type="checkbox"],
.form-message input[type="radio"] {
    margin-right: 4px
}

.form-quote ul.form-field,
.form-message ul.form-field {
    margin-bottom: 5px;
    margin-top: 0
}

.form-quote ul.form-field:last-child,
.form-message ul.form-field:last-child {
    margin-bottom: 0px
}

.form-quote ul.form-field li,
.form-message ul.form-field li {
    padding-bottom: 5px
}

.form-quote .btn,
.form-message .btn {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.replyform {
    margin-top: 30px
}

.replyform:first-child {
    margin-top: 0
}

.section-quoteform {
    background: #e8e8ee;
    position: relative;
    overflow: hidden
}

.section-quoteform .form-control {
    background-color: #fff
}

.statistics {
    background-position: center center;
    background-size: cover
}

.statistics .stat-block {
    padding: 140px 0;
    min-height: 400px;
    background: rgba(0, 0, 0, 0.7)
}

.statistics .stat-wrapper {
    height: 100%;
    background: #f5f5f5;
    text-align: center;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.statistics .stat-col {
    border-right: 1px solid #e3e3e3;
    padding: 40px 0 30px
}

.statistics .stat-col:last-child {
    border-right: none
}

.statistics .stat-col .stat-top .fa {
    margin-right: 15px;
    margin-top: -15px;
    font-size: 36px;
    color: #22574D
}

.statistics .stat-col .stat-top .counter {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #eb143a
}

.quotes {
    margin-top: 60px
}

.quotes:first-child {
    margin-top: 0
}

.quotes .quotes-text {
    padding: 30px 0;
    font-size: 1.125em;
    font-style: italic
}

.quotes .quotes-text h4,
.quotes .quotes-text h5,
.quotes .quotes-text h3 {
    font-style: normal
}

.quotes.quotes-single .quotes-text {
    font-size: 18px;
    line-height: 1.875;
    margin-top: 20px
}

.quotes .profile {
    position: relative;
    margin-top: 30px
}

.center .quotes .profile {
    text-align: center
}

.quotes .profile img {
    width: 65px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto
}

.quotes .profile h5 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px
}

.quotes .profile h6 {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #778793
}

.quotes .star {
    color: #eb143a
}

.quotes .profile-thumb {
    max-width: 80px;
    height: auto;
    margin: 30px 0 15px
}

.center .quotes .profile-thumb {
    margin: 30px auto 15px
}

.quotes .profile-thumb img {
    width: 100%;
    height: 100%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.quotes .profile-thumb+.profile {
    margin-top: 15px
}

.quotes-slider {
    margin-top: 20px
}

.quotes-slider:first-child {
    margin-top: 0
}

.quotes-slider:hover .carousel-indicators {
    opacity: 1
}

.quotes-slider.carousel {
    padding-bottom: 30px
}

.quotes-slider .carousel-indicators {
    bottom: 0;
    margin-top: 0;
    width: 60%;
    margin-left: -30%;
    line-height: 1;
    opacity: .5;
    transition: opacity .4s
}

.quotes-slider .carousel-indicators li {
    display: inline-block;
    list-style: none;
    padding-bottom: 0;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border: 0
}

.quotes-slider .carousel-indicators li.active {
    background-color: #22574D
}

.light .quotes-slider .carousel-indicators li.active,
.box-s3 .quotes-slider .carousel-indicators li.active,
.box-s4 .quotes-slider .carousel-indicators li.active {
    background-color: #fff
}

.quotes-slider .quotes-text {
    padding-left: 35px;
    padding-right: 35px
}

.quotes-boxed .quotes-text {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(52, 54, 64, 0.07);
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 30px
}

.quotes-boxed .profile-thumb {
    margin-top: 20px
}

.center .quotes-boxed .profile-thumb {
    margin-top: 20px
}

.testimonials-list .quotes {
    border-bottom: 1px solid #eee;
    padding: 0 0 60px;
    margin-bottom: 60px
}

.testimonials-list .quotes:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.testimonials-list .quotes .quotes-text {
    padding: 0
}

.testimonials-list .quotes .profile {
    text-align: left
}

.quotes-v2 {
    text-align: left;
    overflow: hidden
}

.quotes-v2 .profile-thumb {
    float: left;
    margin: 30px 20px 0 0
}

.quotes-v2 .profile-thumb+.profile {
    margin-top: 30px;
    padding-top: 5px
}

.quotes-slider-v2 .quotes-text {
    margin-bottom: 0;
    position: relative;
    border-color: #fff
}

.quotes-slider-v2 .quotes-text:after {
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -12px;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    width: 0
}

.quotes-flat:not(:first-child) {
    margin-top: 60px
}

.quotes-flat h4,
.quotes-flat h5 {
    font-size: 1.125em;
    line-height: 1.75
}

.quotes-flat .quotes-text {
    position: relative;
    padding: 0
}

.quotes-flat .quotes-text:before {
    content: "\201C";
    display: block;
    position: absolute;
    top: 10px;
    left: -45px;
    font-family: "serif";
    font-size: 220px;
    line-height: 100px;
    color: rgba(37, 128, 254, 0.1);
    z-index: -1
}

.quotes-flat .profile {
    margin-top: 15px
}

.quotes-flat .profile h4,
.quotes-flat .profile h5 {
    font-weight: 600
}

.quotes-flat .profile>*:first-child {
    margin-top: 0;
    padding-top: 0
}

.testimonials.style-v2 {
    position: relative
}

.testimonials.style-v2:before {
    content: "\201C";
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "serif";
    font-size: 220px;
    line-height: 100px;
    color: rgba(37, 128, 254, 0.2)
}

.row-quotes>[class*="col-"]:nth-child(odd) {
    padding-right: 30px
}

.row-quotes>[class*="col-"]:nth-child(even) {
    padding-left: 30px
}

.logo-item {
    background: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 10px
}

.logo-item img {
    border: 0 none;
    border-radius: inherit;
    width: 100%;
    max-width: 190px
}

.owl-item .logo-item {
    margin: 1px 0
}

.style-v2 .logo-item {
    background: none;
    border-color: transparent
}

.logos-lists .row+.row {
    margin-top: 30px
}

.logos-lists .logo-item img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04)
}

.logos-lists.logos-lists-flat .logo-item {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    border-left: 0;
    padding: 10px 0
}

.logos-lists.logos-lists-flat .logo-item img {
    border-radius: 0;
    box-shadow: none;
    border: 0 none
}

.logos-lists.logos-lists-flat .row {
    margin-right: 0;
    margin-left: 0
}

.logos-lists.logos-lists-flat .row+.row {
    margin-top: 0
}

.logos-lists.logos-lists-flat .row:last-child .logo-item {
    border-bottom-color: transparent
}

.logos-lists.logos-lists-flat .col-sm-3,
.logos-lists.logos-lists-flat .col-sm-4,
.logos-lists.logos-lists-flat .col-md-3,
.logos-lists.logos-lists-flat .col-md-4 {
    padding: 0
}

.logos-lists.logos-lists-flat .col-sm-3:last-child .logo-item,
.logos-lists.logos-lists-flat .col-sm-4:last-child .logo-item,
.logos-lists.logos-lists-flat .col-md-3:last-child .logo-item,
.logos-lists.logos-lists-flat .col-md-4:last-child .logo-item {
    border-right-color: transparent
}

.client-info {
    margin-top: 5px;
    margin-bottom: 5px
}

.client-info img {
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 10px
}

.client-info>p:not(:last-child) {
    margin-bottom: 10px
}

.row-client-info+.row-client-info {
    margin-top: 45px
}

.section-logos h4:first-child,
.section-logos h5:first-child,
.section-logos h3:first-child {
    margin-bottom: 30px
}

.wgs-box {
    margin-bottom: 45px;
    position: relative;
    overflow: hidden
}

.wgs-box:last-child {
    margin-bottom: 0
}

.wgs-box:not(.boxed) .boxed {
    margin-top: 0;
    background-color: #fff;
    border: 1px solid rgba(37, 128, 254, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 25px
}

.wgs-box .wgs-content {
    position: relative;
    z-index: 2
}

.wgs-box .wgs-heading {
    font-size: 1.5em;
    font-weight: 400
}

.wgs-box.has-bg:after {
    opacity: .7
}

.wgs-box.boxed {
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 25px
}

.wgs-box.boxed .wgs-heading {
    font-size: 1.375em;
    text-transform: inherit;
    color: #22574D;
    font-weight: 400
}

.wgs-box.boxed:not([class*="bg-"]) {
    background-color: #fff;
    border: 1px solid rgba(37, 128, 254, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.02)
}

.wgs-box.boxed.boxed-flat {
    background: #fff;
    border: 8px solid rgba(37, 128, 254, 0.1)
}

.wgs-box.boxed.boxed-flat-thin {
    background: #fff;
    border: 2px solid rgba(37, 128, 254, 0.1)
}

.wgs-box.boxed.boxed-flat-thiner {
    background: #fff;
    border: 1px solid rgba(37, 128, 254, 0.1)
}

.wgs-box h3,
.wgs-box h4 {
    font-size: 1.5em
}

.wgs-box h5 {
    font-weight: 600
}

.wgs-box p+p,
.wgs-box p+h3,
.wgs-box p+h4 {
    margin-top: 15px
}

.wgs-box ul {
    list-style: none;
    margin: 0 0 10px
}

.wgs-box ul:last-child {
    margin-bottom: 0
}

.wgs-box ul li {
    padding-bottom: 10px
}

.wgs-box ul li:last-child {
    padding-bottom: 0
}

.wgs-box ul li ul {
    margin: 10px 0 0 35px
}

.wgs-box ul li ul li {
    font-size: 0.875em;
    padding-left: 0;
    padding-bottom: 5px;
    list-style: disc
}

.wgs-box ul li ul li:last-child {
    padding-bottom: 0
}

.wgs-box ul.contact-list li {
    padding-bottom: 0
}

.wgs-box ul.tag-list {
    margin-top: -10px
}

.wgs-box ul.tag-list li {
    float: left;
    margin: 10px 10px 0 0;
    padding: 0
}

.wgs-box ul.tag-list li a {
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: .875em;
    line-height: 1;
    color: #22574D;
    border: 1px solid rgba(37, 128, 254, 0.2);
    display: block
}

.wgs-box ul.tag-list li a:hover {
    background: rgba(37, 128, 254, 0.2)
}

.wgs-box ul.blog-recent li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(37, 128, 254, 0.2);
    overflow: hidden
}

.wgs-box ul.blog-recent li:first-child {
    padding-top: 0
}

.wgs-box ul.blog-recent li:last-child {
    padding-bottom: 0px;
    border-bottom: 0 none
}

.wgs-box ul.blog-recent li img {
    float: left;
    max-width: 100px;
    margin-top: 2px;
    margin-right: 12px;
    height: auto;
    opacity: 1;
    transition: opacity 350ms;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.wgs-box ul.blog-recent li a {
    display: inline-block;
    color: #777
}

.wgs-box ul.blog-recent li:hover a {
    color: #22574D
}

.wgs-box ul.blog-recent li:hover img {
    opacity: 0.5
}

.wgs-box a.btn.btn-full {
    margin-top: 10px;
    display: block
}

.wgs-box a.btn .fa {
    margin-left: 6px
}

.wgs-box.wgs-menus ul li {
    font-weight: 600
}

.wgs-box.wgs-menus ul li a {
    color: #373e45
}

.wgs-box.wgs-menus ul li a:hover,
.wgs-box.wgs-menus ul li a:focus {
    color: #22574D
}

.wgs-box.wgs-menus ul li ul li {
    font-weight: normal
}

.wgs-box.wgs-menus ul.list>li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(37, 128, 254, 0.1)
}

.wgs-box.wgs-menus ul.list>li:first-child {
    padding-top: 0
}

.wgs-box.wgs-menus ul.list>li.list-heading span {
    text-transform: uppercase;
    color: #373e45;
    transition: color 0.4s
}

.wgs-box.wgs-menus ul.list>li.list-heading a:hover span,
.wgs-box.wgs-menus ul.list>li.list-current a span {
    color: #373e45
}

.wgs-box.wgs-menus ul.list>li.active>a,
.wgs-box.wgs-menus ul.list>li.current>a {
    color: #22574D
}

.wgs-box.wgs-menus ul.list-grouped {
    border: 1px solid rgba(37, 128, 254, 0.2);
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.wgs-box.wgs-menus ul.list-grouped>li {
    padding: 0
}

.wgs-box.wgs-menus ul.list-grouped>li a {
    padding: 12px 25px;
    display: block
}

.wgs-box.wgs-menus ul.list-grouped>li.list-heading {
    padding: 0
}

.wgs-box.wgs-menus ul.list-grouped>li.list-heading>a {
    padding: 0
}

.wgs-box.wgs-menus ul.list-grouped>li.list-heading span {
    padding: 12px 25px;
    display: block;
    background-color: rgba(37, 128, 254, 0.05)
}

.wgs-box.wgs-menus ul.list-grouped>li:last-child {
    border-bottom: 0 none
}

.wgs-box.wgs-menus ul.list-grouped li ul {
    margin: 0
}

.wgs-box.wgs-menus ul.list-grouped li ul li {
    padding-bottom: 0;
    list-style: none;
    border-top: 1px solid rgba(37, 128, 254, 0.1)
}

.wgs-box.wgs-menus ul.list-grouped li ul li.active a,
.wgs-box.wgs-menus ul.list-grouped li ul li.current a {
    color: #22574D;
    position: relative
}

.wgs-box.wgs-menus ul.list-grouped li ul li.active a:before,
.wgs-box.wgs-menus ul.list-grouped li ul li.current a:before {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: #22574D
}

.wgs-box.wgs-menus ul.list-grouped li ul li a {
    padding: 12px 25px 11px;
    display: block
}

.wgs-box.wgs-search .form-group {
    height: 50px;
    position: relative;
    border: 1px solid #eee;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.wgs-box.wgs-search .form-group:last-child {
    margin-bottom: 0
}

.wgs-box.wgs-search .form-group .form-control {
    height: 100%;
    background: #fafafa;
    font-size: 16px;
    border: 0px
}

.wgs-box.wgs-search .form-group button.search-btn {
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px;
    background: #eee;
    width: 50px;
    color: #22574D;
    border: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    transition: color 0.4s
}

.wgs-box.wgs-search .form-group button.search-btn:hover {
    color: #eb143a
}

.wgs-box.wgs-quoteform {
    background-color: #f4f8f8;
    padding: 25px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.wgs-box.wgs-quoteform .form-control {
    background: #fff
}

.footer-widget {
    background: #2a2d33;
    color: #fff;
    font-size: 14px;
    line-height: 1.75
}

.footer-widget a {
    color: inherit;
    text-decoration: none
}

.footer-widget a:hover,
.footer-widget a:focus {
    color: #22574D
}

.footer-widget .footer-logo {
    margin-top: -14px
}

.footer-widget .footer-logo img {
    max-height: 50px
}

.footer-widget .footer-logo:not(:last-child) {
    margin-bottom: 15px
}

.footer-widget .wgs-footer {
    margin-bottom: 40px
}

.footer-widget .wgs-footer:last-child {
    margin-bottom: 0
}

.footer-widget .wgs-title {
    font-size: 16px;
    color: #22574D;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px
}

.footer-widget .wgs-content ul {
    list-style: none;
    margin: 0
}

.footer-widget .wgs-content ul li {
    padding-bottom: 10px
}

.footer-widget .wgs-content ul li:last-child {
    padding-bottom: 0
}

.footer-widget .contact-info {
    line-height: 1.6
}

.footer-widget .contact-info span {
    padding-right: 10px;
    min-width: 70px;
    display: inline-block;
    font-weight: 400
}

.footer-widget .contact-info:not(:last-child) {
    margin-bottom: 15px
}

.footer-widget.style-v2 {
    background: #fafafb;
    border-top: 1px solid rgba(42, 45, 51, 0.06);
    color: #778793
}

.footer-widget.style-v2 .wgs-title {
    color: #373e45
}

.footer-widget.style-v3 {
    background: #001e47
}

.footer-widget.style-v3 .wgs-title {
    color: #fff
}

.footer-widget .wgs-menu .menu li {
    padding-left: 12px;
    position: relative
}

.footer-widget .wgs-menu .menu li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 0;
    margin-top: 2px;
    line-height: 16px;
    font-size: 16px;
    color: #22574D;
    display: inline-block;
    transition: left .3s
}

.footer-widget .wgs-menu .menu li:hover a:before {
    left: 3px
}

.footer-widget .social.social-v2 li {
    border-color: #22574D
}

.copyright {
    background: #1e2228;
    padding: 25px 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.75
}

.copyright a {
    color: inherit;
    text-decoration: none
}

.copyright a:hover,
.copyright a:focus {
    color: #589efe
}

.copyright .sep {
    color: inherit;
    padding: 0 3px
}

.copyright.style-v2 {
    background: #f3f4f6;
    border-top: 1px solid rgba(30, 34, 40, 0.06);
    color: #595959
}

.copyright.style-v3 {
    background: #001838;
    color: #fff
}

.copyright .site-copy p {
    margin-bottom: 5px
}

.copyright .site-copy p:last-child {
    margin-bottom: 0
}

.copyright .site-dclaim {
    clear: both;
    margin-top: 20px
}

.copyright>.container {
    padding-left: 0;
    padding-right: 0
}

.post .post-meta {
    width: 100%
}

.post .post-meta .pub-date {
    color: #999;
    font-size: 12px;
    text-transform: uppercase
}

.post .post-meta:not(:last-child) {
    margin-bottom: 15px
}

.post .post-meta li {
    display: inline-block;
    font-size: 13px;
    margin-right: 40px
}

.post .post-meta li:last-child {
    margin-right: 0px
}

.post .post-meta li a {
    display: inline;
    color: #fff;
    transition: text-decoration 350ms
}

.post .post-meta li a:hover {
    text-decoration: underline
}

.post .post-meta li .fa {
    color: #22574D;
    margin-right: 10px;
    font-size: 16px
}

.post .post-meta li span {
    color: #fff
}

.post .post-thumbs {
    position: relative;
    margin-bottom: 15px
}

.post .post-thumbs:last-child {
    margin-bottom: 0
}

.post .post-thumbs img {
    -ms-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    transition: opacity .4s;
    width: 100%
}

.post .post-thumbs a {
    display: block
}

.post .post-thumbs a:hover img {
    opacity: 0.7
}

.post .post-thumbs .post-meta {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.post .post-entry h2,
.post .post-entry h1 {
    font-size: 1.375em;
    font-weight: 400
}

.post .post-entry h2 a,
.post .post-entry h1 a {
    color: #373e45
}

.post .post-entry h2 a:hover,
.post .post-entry h1 a:hover {
    color: #22574D
}

.post .post-entry a.btn {
    color: #22574D;
    background: none;
    border: 0 none;
    padding: 0;
    margin-top: -20px;
    margin-bottom: 0;
    text-transform: inherit;
    letter-spacing: inherit;
    font-size: .875em;
    font-weight: 400
}

.post .post-entry a.btn:hover {
    color: #eb143a
}

.post.post-single .post-entry h2,
.post.post-single .post-entry h1 {
    font-size: 1.875em
}

.post-col2 .post:nth-child(2n+1) {
    clear: left
}

.post-col2 .post:nth-child(1n+3) {
    margin-top: 60px
}

.blog-posts {
    list-style: none;
    padding: 0;
    margin: 0
}

.blog-posts.mgfix {
    margin-top: -60px
}

.blog-posts.mgno,
.blog-posts.nomg {
    margin-top: 0
}

.blog-posts.blog-post-alter .post-thumbs {
    float: left;
    width: 35%
}

.blog-posts.blog-post-alter .post-entry {
    width: 65%;
    margin-left: 38%
}

.blog-posts.blog-post-alter .post-entry h2,
.blog-posts.blog-post-alter .post-entry h1 {
    font-size: 1.2em;
    margin: 5px 0 15px 0
}

.blog-posts.blog-post-alter .post-entry .post-meta {
    background: transparent;
    padding: 0px;
    margin-bottom: 0
}

.blog-posts.blog-post-alter .post-entry .post-meta li {
    font-size: 13px
}

.blog-posts.blog-post-alter .post-entry .post-meta li span {
    color: #000
}

.news-recent li {
    padding: 28px 0;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden
}

.news-recent li:first-child {
    padding-top: 0
}

.news-recent li:last-child {
    padding-bottom: 0px;
    border-bottom: 0 none
}

.news-recent li img {
    float: left;
    max-width: 100px;
    margin-top: 2px;
    margin-right: 15px;
    height: auto;
    opacity: 1;
    transition: opacity 350ms;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.news-recent li a {
    display: inline-block;
    color: #777
}

.news-recent li:hover a {
    color: #22574D
}

.news-recent li:hover img {
    opacity: 0.5
}

.pagination {
    margin: 60px 0 0 0;
    vertical-align: middle
}

.pagination:first-child {
    margin-top: 0
}

.pagination li a {
    color: #888;
    transition: .4s;
    border-color: #eee;
    padding: 10px 15px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
    background-color: #22574D;
    border-color: #22574D;
    color: #fff
}

.post-boxed .post-thumbs .post-meta {
    background-color: #22574D;
    height: 60px;
    left: 30px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    transition: .5s;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 400
}

.post-boxed .post-thumbs .post-meta .pub-date {
    font-size: 1em;
    color: #ffffff
}

.post-boxed .post-thumbs .post-meta strong {
    font-size: 1.4em;
    display: block
}

.post-boxed .post-thumbs {
    margin: 0;
    width: 100%
}

.post-boxed .post-thumbs img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

.post-boxed .post-entry {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0 0 5px 5px;
    border-top: 0;
    padding: 30px 30px
}

.post-boxed .post-entry h3,
.post-boxed .post-entry h2 {
    margin-bottom: 10px;
    font-size: 1.125em;
    font-weight: 600
}

.post-boxed .post-entry h3 a,
.post-boxed .post-entry h2 a {
    color: #373e45
}

.post-boxed .post-entry h3 a:hover,
.post-boxed .post-entry h2 a:hover {
    color: #22574D
}

.faqs-row:first-child {
    margin-top: -30px
}

.faqs-row.faqs-s1+.faqs-row {
    margin-top: 30px
}

.faqs {
    clear: both;
    margin-top: 30px
}

.faqs .faq-heading {
    font-family: "Roboto", sans-serif;
    font-size: 1.125em;
    color: #373e45;
    font-weight: 400
}

.faqs .faq-heading:not(:last-child) {
    margin-bottom: 10px
}

.faqs.panel-group:last-child {
    margin-bottom: 0
}

.faqs-s2 .faqs {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.faqs-s2 .faqs .faq-heading {
    font-size: 1.125em;
    font-weight: 400
}

.faqs-s2 .faqs.faqs-section-head {
    border: 0 none;
    padding: 0
}

.bg-light .faqs-s2 .faqs:not(.faqs-section-head),
.box-s2 .faqs-s2 .faqs:not(.faqs-section-head),
.bg-grey .faqs-s2 .faqs:not(.faqs-section-head) {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    border: 0 none
}

.faqs-flat {
    margin-top: 45px
}

.faqs-flat:first-child {
    margin-top: 0
}

.feature {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    background: transparent
}

.feature .fbox-photo,
.feature .fbox-content {
    margin-top: 20px
}

.feature .fbox-photo:first-child,
.feature .fbox-content:first-child {
    margin-top: 0
}

div[class*="col-"] .feature+.feature:not([class*="mt-"]) {
    margin-top: 60px
}

.feature .fbox-over {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 20px 25px;
    transition: all .4s;
    -ms-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: rgba(37, 128, 254, 0.85)
}

.feature .fbox-over .title,
.feature .fbox-over .fbox-content {
    margin: 0;
    -webkit-font-smoothing: antialiased
}

.feature .fbox-over .title+.fbox-content {
    margin-top: 10px;
    font-size: 0.875em
}

.feature .fbox-over h3,
.feature .fbox-over h4,
.feature .fbox-over h5 {
    color: inherit
}

.feature .fbox-over .btn {
    background-color: transparent;
    border-color: #fff;
    padding: 7px 16px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.feature .fbox-over .btn:hover {
    background-color: #fff;
    color: #22574D
}

.feature .fbox-over .btn:last-child {
    margin-bottom: 5px
}

.feature .fbox-photo {
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d
}

.feature .fbox-photo img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0
}

.feature .fbox-photo.imagebg img {
    display: none
}

.feature .fbox-photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #22574D;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.5s
}

.feature>a {
    display: block
}

.feature a:focus>.fbox-photo::after,
.feature a:hover>.fbox-photo::after {
    opacity: 0.5
}

.feature a.more-link {
    color: #22574D;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none
}

.feature a.more-link:hover {
    box-shadow: 0 1px 0 #22574D
}

.feature a.btn-link {
    color: #22574D
}

.feature h3,
.feature h4 {
    color: #373e45;
    font-size: 1.15em;
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

.feature h3 a,
.feature h4 a {
    display: block
}

.feature h3+.sub-lead,
.feature h3+.lead,
.feature h4+.sub-lead,
.feature h4+.lead {
    margin-top: -10px
}

.feature h3.lead,
.feature h4.lead {
    font-size: 1.375em;
    opacity: 1;
    color: #373e45
}

.feature h3 a,
.feature h4 a {
    color: #373e45
}

.feature h3 a:hover,
.feature h4 a:hover {
    color: #22574D
}

.feature .fa {
    -webkit-text-stroke: 1px #fff;
}

.feature.light h3,
.feature.box-s3 h3,
.feature.box-s4 h3,
.feature.light h4,
.feature.box-s3 h4,
.feature.box-s4 h4,
.feature.light h3 a,
.feature.box-s3 h3 a,
.feature.box-s4 h3 a,
.feature.light h4 a,
.feature.box-s3 h4 a,
.feature.box-s4 h4 a {
    color: #fff
}

.feature p,
.feature .sub-lead,
.feature .lead {
    color: #778793
}

.feature .sub-lead,
.feature .lead {
    font-size: 0.875em;
    font-weight: normal;
    opacity: .6
}

.feature.bg-secondary .fbox-over,
.feature.box-s4 .fbox-over {
    background: rgba(235, 20, 58, 0.85)
}

.feature.bg-secondary .fbox-over .btn:hover,
.feature.box-s4 .fbox-over .btn:hover {
    color: #eb143a
}

.feature.bg-dark .fbox-over {
    background: rgba(0, 0, 0, 0.7)
}

.feature.bg-dark .fbox-over .btn:hover {
    color: #778793
}

.feature.boxed[class*='bg-'] {
    padding: 25px;
    transition: transform .4s;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.feature.bg-primary,
.feature.box-s3 {
    background-color: #22574D;
    color: #fff
}

.feature.bg-primary .fa,
.feature.box-s3 .fa {
    -webkit-text-stroke: 1px #22574D;
}

.feature.bg-secondary,
.feature.box-s4 {
    background-color: #eb143a;
    color: #fff
}

.feature.bg-secondary .fa,
.feature.box-s4 .fa {
    -webkit-text-stroke: 1px #eb143a;

}

.feature.bg-primary-alt {
    background: #539bfe;
    color: #fff
}

.feature.bg-primary-alt .fa {
    -webkit-text-stroke: 1px #539bfe;
}

.feature.bg-secondary-alt {
    background: #ef3e5d;
    color: #fff
}

.feature.bg-secondary-alt .fa {
    -webkit-text-stroke: 1px #ef3e5d;

}

.feature.bg-primary div>*,
.feature.box-s3 div>*,
.feature.bg-secondary div>*,
.feature.box-s4 div>*,
.feature.bg-primary-alt div>*,
.feature.bg-secondary-alt div>* {
    color: #fff
}

a:hover>.feature.boxed {
    transform: translateY(-10px)
}

.feature-s1 .feature,
.feature-s2 .feature {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
    background-color: #fff;
    transition: background .4s, color 0.4s, opacity .3s, border-color .4s
}

.feature-s1 .feature .icon-box,
.feature-s2 .feature .icon-box {
    margin-bottom: 30px;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.feature-s1 .feature .icon-box:last-child,
.feature-s2 .feature .icon-box:last-child {
    margin-bottom: 0
}

.feature-s1 [class*="col-"]>a,
.feature-s2 [class*="col-"]>a {
    display: block;
    color: inherit
}

.feature-s1 [class*="md-3"] .feature,
.feature-s1 [class*="sm-3"] .feature,
.feature-s2 [class*="md-3"] .feature,
.feature-s2 [class*="sm-3"] .feature {
    padding: 30px 15px
}

.feature-s1 .feature h3,
.feature-s1 .feature h4,
.feature-s1 .feature h3 a,
.feature-s1 .feature h4 a {
    color: #22574D;
    transition: color .5s
}

.feature-s1 .feature .icon-box {
    border-color: #22574D;
    color: #22574D
}

.feature-s1 .feature:hover {
    border-color: #22574D
}

.feature-s1 .feature:hover .icon-box {
    color: #fff;
    background-color: #22574D
}

.feature-s1.hover-fill .feature h3,
.feature-s1.hover-fill .feature h4,
.feature-s1.hover-fill .feature h3 a,
.feature-s1.hover-fill .feature h4 a {
    color: #22574D
}

.feature-s1.hover-fill .feature:hover {
    background-color: #22574D;
    color: #fff
}

.feature-s1.hover-fill .feature:hover .icon-box {
    background-color: #fff;
    color: #22574D
}

.feature-s1.hover-fill .feature:hover h3,
.feature-s1.hover-fill .feature:hover h4,
.feature-s1.hover-fill .feature:hover h3 a,
.feature-s1.hover-fill .feature:hover h4 a {
    color: #fff
}

.feature-s2 .feature h3,
.feature-s2 .feature h4,
.feature-s2 .feature h3 a,
.feature-s2 .feature h4 a {
    color: #eb143a;
    transition: color .5s
}

.feature-s2 .feature .icon-box {
    border-color: #eb143a;
    color: #eb143a
}

.feature-s2 .feature:hover {
    border-color: #eb143a
}

.feature-s2 .feature:hover .icon-box {
    color: #fff;
    background-color: #eb143a
}

.feature-s2.hover-fill .feature h3,
.feature-s2.hover-fill .feature h4,
.feature-s2.hover-fill .feature h3 a,
.feature-s2.hover-fill .feature h4 a {
    color: #eb143a
}

.feature-s2.hover-fill .feature:hover {
    background-color: #eb143a;
    color: #fff
}

.feature-s2.hover-fill .feature:hover .icon-box {
    background-color: #fff;
    color: #22574D
}

.feature-s2.hover-fill .feature:hover h3,
.feature-s2.hover-fill .feature:hover h4,
.feature-s2.hover-fill .feature:hover h3 a,
.feature-s2.hover-fill .feature:hover h4 a {
    color: #fff
}

.feature-s4.boxed-filled,
.feature-s5.boxed-filled {
    margin-left: 0;
    margin-right: 0
}

.container-fluid .feature-s4.boxed-filled,
.container-fluid .feature-s5.boxed-filled {
    padding-top: 2px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 2px
}

.feature-s4.boxed-filled [class*='col-'],
.feature-s5.boxed-filled [class*='col-'] {
    padding: 0 1px
}

.feature-s4.boxed-filled .feature,
.feature-s4.boxed-filled .fbox-photo,
.feature-s5.boxed-filled .feature,
.feature-s5.boxed-filled .fbox-photo {
    -ms-border-radius: 0px;
    border-radius: 0px
}

.feature-s4 .feature,
.feature-s5 .feature {
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.feature-s4 .feature .fbox-over,
.feature-s5 .feature .fbox-over {
    -ms-border-radius: 0px;
    border-radius: 0px
}

.feature-s4 .feature .fbox-over p,
.feature-s4 .feature .fbox-over .sub-lead,
.feature-s4 .feature .fbox-over .lead,
.feature-s5 .feature .fbox-over p,
.feature-s5 .feature .fbox-over .sub-lead,
.feature-s5 .feature .fbox-over .lead {
    color: #fff
}

.feature-s4 .feature .fbox-photo img,
.feature-s5 .feature .fbox-photo img {
    transition: all 1.2s
}

.feature-s4 .feature .fbox-photo:after,
.feature-s5 .feature .fbox-photo:after {
    display: none
}

.feature-s4 .feature:hover .fbox-photo img,
.feature-s4 .feature a:focus .fbox-photo img,
.feature-s5 .feature:hover .fbox-photo img,
.feature-s5 .feature a:focus .fbox-photo img {
    transform: scale(1.08)
}

.feature-s4.off-text .feature .fbox-over,
.feature-s5.off-text .feature .fbox-over {
    transform: translate(0, 100%);
    bottom: 60px
}

.feature-s4.off-text .feature .fbox-over .fbox-content,
.feature-s5.off-text .feature .fbox-over .fbox-content {
    opacity: 0;
    transition: opacity .4s
}

.feature-s4.off-text .feature .fbox-photo img,
.feature-s5.off-text .feature .fbox-photo img {
    transform: scale(1.01)
}

.feature-s4.off-text .feature:hover .fbox-over,
.feature-s4.off-text .feature>a:focus .fbox-over,
.feature-s5.off-text .feature:hover .fbox-over,
.feature-s5.off-text .feature>a:focus .fbox-over {
    transform: translate(0, 0);
    bottom: 0
}

.feature-s4.off-text .feature:hover .fbox-over .fbox-content,
.feature-s4.off-text .feature>a:focus .fbox-over .fbox-content,
.feature-s5.off-text .feature:hover .fbox-over .fbox-content,
.feature-s5.off-text .feature>a:focus .fbox-over .fbox-content {
    opacity: 1;
    transition-delay: .1s
}

.feature-s5 .feature {
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.feature-s5 .feature .fbox-over {
    background: none
}

.feature-s5 .feature .fbox-over p,
.feature-s5 .feature .fbox-over .sub-lead,
.feature-s5 .feature .fbox-over .lead {
    color: #fff
}

.feature-s5 .feature .fbox-photo:after {
    display: block;
    opacity: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 35%;
    z-index: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 75%)
}

.feature-s5 .feature:hover .fbox-photo:after,
.feature-s5 .feature:focus .fbox-photo:after {
    opacity: 1
}

.feature-s5 .feature.bg-dark .fbox-over .btn:hover {
    color: #778793
}

.feature-s5 .feature.bg-primary .fbox-photo:after,
.feature-s5 .feature.box-s3 .fbox-photo:after {
    background: linear-gradient(to bottom, rgba(37, 128, 254, 0) 0%, rgba(37, 128, 254, 0.65) 75%)
}

.feature-s5 .feature.bg-secondary .fbox-photo:after,
.feature-s5 .feature.box-s4 .fbox-photo:after {
    background: linear-gradient(to bottom, rgba(235, 20, 58, 0) 0%, rgba(235, 20, 58, 0.65) 75%)
}

.feature.feature-s6 {
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: all ease 400ms;
    transform: translate(0, 0)
}

.feature.feature-s6.no-round,
.feature.feature-s6.square {
    border-radius: 0;
    border: 0 none
}

.feature.feature-s6.no-round .fbox-photo,
.feature.feature-s6.square .fbox-photo {
    border-radius: 0
}

.feature.feature-s6:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px)
}

.feature.feature-s6 .fbox-photo {
    border-radius: 5px 5px 0 0
}

.feature.feature-s6 .fbox-content {
    margin: 0;
    background: #ffffff
}

.feature.feature-s6 .fbox-content:not([class*="pd-"]) {
    padding: 25px
}

.feature.feature-s7 {
    transition: all ease 400ms;
    transform: translate(0, 0)
}

.feature.feature-s7 .fbox-content {
    border-bottom: 3px solid #22574D;
    padding: 20px 20px 25px;
    margin: 0;
    background: rgba(37, 128, 254, 0.1)
}

.feature.feature-s7.style-alt .fbox-content {
    background: rgba(235, 20, 58, 0.1);
    border-bottom: 3px solid #eb143a
}

.feature.feature-s7 .fbox-photo {
    border-radius: 0
}

.feature.feature-s7:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.03);
    transform: translate(0, -5px)
}

.feature-pro .fa,
.feature-pro .icon,
.feature-x .fa,
.feature-x .icon {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #eb143a;
    transition: .4s
}

.feature-pro h3,
.feature-pro h4,
.feature-x h3,
.feature-x h4 {
    font-weight: 400;
    transition: .4s
}

.feature-pro[class*="feature"],
.feature-x[class*="feature"] {
    margin: 0
}

.feature-pro {
    margin: 0;
    text-align: center
}

.feature-pro:not([class*="pd-"]) {
    padding: 60px 25px
}

.feature-pro:hover .fa,
.feature-pro:hover .icon,
.feature-pro:hover h3,
.feature-pro:hover h4 {
    color: #22574D
}

.feature-pro.bg-light,
.feature-pro.box-s2 {
    background: #eef4f4
}

.feature-pro.bg-primary,
.feature-pro.box-s3 {
    background: #22574D
}

.feature-pro.bg-secondary,
.feature-pro.box-s4 {
    background: #eb143a
}

.feature-pro.bg-white,
.feature-pro.box-s1 {
    background: #f9fafc
}

.feature-x-block {
    background: rgba(244, 248, 248, 0.95);
    padding: 30px
}

.feature-x-block:after {
    clear: both;
    display: table;
    width: 100%;
    content: ""
}

.feature-x {
    margin: 0;
    text-align: left;
    padding: 15px
}

.feature-x .fa,
.feature-x .icon {
    color: #22574D
}

.feature-imagebox {
    margin: 30px 0;
    background-color: #fff;
    color: #778793;
    position: relative
}

.feature-imagebox:first-child {
    margin-top: 0
}

.feature-imagebox:last-child {
    margin-bottom: 0
}

.feature-imagebox:not([class*="pd-"]) {
    padding: 25px
}

.feature-imagebox .block {
    position: relative;
    z-index: 3
}

.feature-imagebox a>.fa {
    margin-left: 8px
}

.feature-imagebox a.btn+.btn {
    margin-left: 10px
}

.feature-imagebox.light,
.feature-imagebox.box-s3,
.feature-imagebox.box-s4 {
    color: #fff
}

.feature-imagebox.dark {
    background-color: #252525;
    color: #fff
}

.feature-imagebox.dark *:not(.btn) {
    color: #fff
}

.feature-imagebox.border {
    border: 1px solid #ececec
}

.feature-imagebox.border.dark {
    border: 1px solid #000
}

.boxed-w {
    background-color: #fff
}

.boxed-w .heading-box {
    padding: 50px 50px 0 30px
}

.boxed-w .heading-box span {
    position: relative;
    padding: 4px 0 4px 50px;
    display: block;
    font-size: 1.2em
}

.boxed-w .heading-box span:before {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    left: 0;
    background-color: #22574D
}

.content-cards {
    position: relative;
    margin-top: -60px
}

.content-cards [class*='col-'] {
    padding: 0
}

.cards {
    position: relative;
    overflow: hidden;
    height: 300px
}

.cards .heading-sm-lead,
.cards .heading-md-lead,
.cards h3,
.cards h4,
.cards .heading-md,
.cards .btn,
.cards p {
    color: #373e45;
    border-color: #373e45
}

.cards .heading-sm-lead,
.cards .heading-md-lead,
.cards h3,
.cards h4 {
    font-weight: 400
}

.cards:hover .cards-thumb img {
    transform: scale(1.03)
}

.cards-thumb {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 0
}

.cards-thumb img {
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: auto;
    height: 100%;
    max-width: inherit;
    right: 0;
    transition: transform .7s linear
}

.cards-v2 .cards-thumb img {
    right: auto;
    left: 0
}

.cards-light:after,
.cards-dark:after {
    position: absolute;
    content: '';
    left: -1px;
    height: 100%;
    right: -1px;
    top: 0
}

.cards-dark:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 90%)
}

.cards-light:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 90%)
}

.cards-light .heading-sm-lead,
.cards-light .heading-md-lead,
.cards-light h3,
.cards-light h4,
.cards-light .heading-md,
.cards-light .btn,
.cards-light p {
    color: #fff;
    border-color: #fff
}

.cards-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    padding: 20px 25px;
    width: 80%;
    max-width: 280px;
    font-size: .875em
}

.cards-v2.cards-light:after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, transparent 90%)
}

.cards-v2.cards-dark:after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 90%)
}
.dd{
    font-size: 140px;
}
.cards-v2 .cards-text {
    right: 0;
    text-align: right
}

div[class*="box-s"]:not([class*="pd-x"]) {
    padding: 25px
}

div[class*="box-s"]:not([class*="round"]) {
    -ms-border-radius: 5px;
    border-radius: 5px
}

div[class*="box-s"].mgfix {
    margin-top: -45px
}

div[class*="box-s"].mgtop {
    margin-top: 60px
}

div[class*="box-s"].mgtop-md {
    margin-top: 45px
}

div[class*="box-s"].mgauto {
    margin-top: 0
}

div[class*="box-flat"] {
    border: 2px solid rgba(37, 128, 254, 0.1)
}

div[class*="box-flat"]:not([class*="pd-x"]) {
    padding: 25px
}

div[class*="box-flat"]:not([class*="round"]) {
    -ms-border-radius: 5px;
    border-radius: 5px
}

div[class*="box-flat"]:not([class*="bg-"]) {
    background: #fff
}

div[class*="box-flat"]+.box-flat:not([class*="mt-"]) {
    margin-top: 30px
}

div[class*="box-flat"] hr {
    border-bottom-color: rgba(37, 128, 254, 0.1)
}

div[class*="box-flat"] h3,
div[class*="box-flat"] h4 {
    font-size: 1.375em;
    font-weight: 400
}

div[class*="box-flat"] h3+.lead,
div[class*="box-flat"] h4+.lead {
    font-size: 1.25em;
    margin-top: -15px;
    font-weight: 300;
    font-style: italic
}

div[class*="box-flat"].mgfix {
    margin-top: -45px
}

div[class*="box-flat"].mgtop {
    margin-top: 60px
}

div[class*="box-flat"].mgtop-md {
    margin-top: 45px
}

div[class*="box-flat"].mgauto {
    margin-top: 0
}

.box-flat-thin {
    border-width: 1px
}

.box-flat-thick {
    border-width: 5px
}

.box-flat-thicker {
    border-width: 8px
}

.box-flat-alt {
    border-color: rgba(235, 20, 58, 0.1)
}

.box-flat-alt hr {
    border-bottom-color: rgba(235, 20, 58, 0.1)
}

.row-team-member.mgfix {
    margin-top: -45px
}

.row-team-member.mgtop {
    margin-top: 60px
}

.row-team-member.mgtop-md {
    margin-top: 45px
}

.row-team-member.mgtop-sm {
    margin-top: 30px
}

.row-team-member.mgauto {
    margin-top: 0
}

.row-team-member+.team-member-row:not(.row-column) {
    margin-top: 60px
}

.row-team-member+.team-member-row:not(.row-column).mgtop-md {
    margin-top: 45px
}

.row-team-member+.team-member-row:not(.row-column).mgtop-sm {
    margin-top: 30px
}

.team-more-btn {
    text-align: center
}

.team-more-btn:not(:first-child) {
    margin-top: 45px
}

.teams.teams-alt {
    background: rgba(0, 0, 0, 0.06)
}

.team-member {
    position: relative;
    overflow: hidden
}

div[class*="col-"] .team-member+.team-member {
    margin-top: 45px
}

.team-member .team-photo {
    position: relative
}

.team-member .team-photo img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: inherit
}

.team-member .team-photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
    -ms-border-radius: inherit;
    border-radius: inherit;
    transition: opacity 0.5s
}

.team-member .team-photo:not(.round):not(.circle) {
    -ms-border-radius: 5px;
    border-radius: 5px
}

.team-member .team-photo.circle {
    -ms-border-radius: 50%;
    border-radius: 50%
}

.team-member .team-photo.round {
    -ms-border-radius: 12px;
    border-radius: 12px
}

.team-member .team-photo.square {
    -ms-border-radius: 0;
    border-radius: 0
}

.team-member a:hover>.team-photo::after {
    opacity: 0.5
}

.team-member .team-info {
    margin-top: 20px
}

.team-member .team-info:first-child {
    margin-top: 0
}

.team-member .team-info h4,
.team-member .team-info .name {
    color: #373e45
}

.team-member .team-info .sub-title,
.team-member .team-info .sub-title-sm {
    display: block;
    font-size: 1em;
    color: #9aa4ae
}

.team-member .team-info .sub-title+p,
.team-member .team-info .sub-title-sm+p {
    margin-top: 15px
}

.team-member .team-info .sub-title+.name,
.team-member .team-info .sub-title-sm+.name {
    margin-top: 0
}

.team-member .team-info .sub-title:not(:first-child),
.team-member .team-info .sub-title-sm:not(:first-child) {
    margin: -20px 0 0
}

.team-member .team-info .sub-title-sm {
    font-size: .8em;
    color: rgba(37, 128, 254, 0.75)
}

.team-member .team-info .sub-title-sm:first-child {
    margin-bottom: 15px
}

.team-member .social {
    margin-top: 10px;
    opacity: 1
}

.team-member .team-social {
    text-align: left;
    margin-top: 20px
}

.team-member .team-social li {
    display: inline-block;
    z-index: 1
}

.team-member .team-social li a {
    border: 1px solid #778793;
    color: #778793;
    display: block;
    font-size: 1em;
    line-height: 32px;
    width: 35px;
    height: 35px;
    text-align: center;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.team-member .team-social li a:hover {
    background: #778793;
    color: #fff
}

.team-profile+.team-profile {
    margin-top: 60px
}

.team-profile.mgfix {
    margin-top: -45px
}

.team-profile.mgtop {
    margin-top: 60px
}

.team-profile.mgtop-md {
    margin-top: 45px
}

.team-profile .team-photo {
    margin-bottom: 20px
}

.team-profile .team-photo:last-child {
    margin-bottom: 0
}

.team-profile .team-member {
    margin-top: 0
}

.team-profile .team-member .name {
    color: #373e45
}

.team-profile .team-info {
    margin-top: 0
}

.team-profile .team-info hr,
.team-profile .team-info .hr {
    margin: 30px 0
}

.team-s1 {
    text-align: center
}

.team-s1 .team-photo {
    padding: 0 10px
}

.team-s1 .team-photo .team-social {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out .3s
}

.team-s1 .team-photo .team-social li a {
    border: 1px solid #22574D;
    border-radius: 50%;
    background-color: #22574D;
    color: #fff
}

.team-s1 .team-photo .team-social li a:hover {
    background: #eb143a;
    border-color: #eb143a
}

.team-s1 .team-photo:not(.round):not(.circle) {
    -ms-border-radius: 50%;
    border-radius: 50%
}

.team-s1 .team-social {
    text-align: center
}

.team-s1:hover .team-photo .team-social {
    opacity: 1;
    bottom: 50px
}

.team-s2 .team-social {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all ease .6s;
    text-align: center
}

.team-s2 .team-social li a {
    border: 1px solid #ffffff;
    color: #ffffff
}

.team-s2 .team-social li a:hover {
    border-color: #22574D;
    background: #22574D
}

.team-s2:hover .team-photo::after {
    opacity: .8
}

.team-s2:hover .team-photo .team-social {
    visibility: visible;
    opacity: 1
}

@media screen and (min-width: 1600px) {
    .banner-static {
        min-height: 520px
    }
    .banner-static.banner-small {
        height: 220px;
        min-height: inherit
    }
    .is-transparent .banner-static.banner-small {
        height: 310px
    }
    .is-transparent .banner-static {
        min-height: 620px
    }
    .banner-slider {
        height: 740px
    }
    .banner-slider.slider-large {
        height: 820px
    }
    .section-pad {
        padding-top: 135px;
        padding-bottom: 135px
    }
    .section-pad-xs {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .section-pad-sm {
        padding-top: 67.5px;
        padding-bottom: 67.5px
    }
    .section-pad-md {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .section-pad-lg {
        padding-top: 195px;
        padding-bottom: 195px
    }
    .section-pad.nopd {
        padding-top: 0;
        padding-bottom: 0
    }
    .image-slice .imagebg {
        width: 42%
    }
    .image-slice .imagebg+.imagebg {
        width: 58%;
        left: 42%
    }
}

@media screen and (min-width: 2200px) {
    .image-slice .imagebg {
        width: 44%
    }
    .image-slice .imagebg+.imagebg {
        width: 56%;
        left: 44%
    }
}

@media only screen and (min-width: 1200px) {
    .is-transparent .banner-slider {
        height: 720px
    }
    .is-transparent .banner-slider.slider-large {
        height: 780px
    }
    .is-transparent .banner-slider .banner-content {
        padding-top: 80px
    }
    .pad-r {
        padding-right: 60px
    }
    .pad-r-md {
        padding-right: 30px
    }
    .pad-l {
        padding-left: 60px
    }
    .pad-l-md {
        padding-left: 30px
    }
    .row-vm [class*="col-"].pad-r {
        padding-right: 45px
    }
    .row-vm [class*="col-"].pad-r-md {
        padding-right: 30px
    }
    .row-vm [class*="col-"].pad-l {
        padding-left: 45px
    }
    .row-vm [class*="col-"].pad-l-md {
        padding-left: 30px
    }
    .reverses [class*="col-"].pad-r {
        padding-right: 15px;
        padding-left: 45px
    }
    .reverses [class*="col-"].pad-r-md {
        padding-right: 15px;
        padding-left: 30px
    }
    .reverses [class*="col-"].pad-l {
        padding-left: 15px;
        padding-right: 45px
    }
    .reverses [class*="col-"].pad-l-md {
        padding-left: 15px;
        padding-right: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pad-r {
        padding-right: 45px
    }
    .pad-l {
        padding-left: 45px
    }
    .row-vm [class*="col-"].pad-r {
        padding-right: 30px
    }
    .row-vm [class*="col-"].pad-l {
        padding-left: 30px
    }
    .reverses [class*="col-"].pad-r {
        padding-right: 15px;
        padding-left: 30px
    }
    .reverses [class*="col-"].pad-l {
        padding-left: 15px;
        padding-right: 30px
    }
}

@media only screen and (max-width: 1280px) {
    .owl-nav .owl-next {
        right: 0
    }
    .owl-nav .owl-prev {
        left: 0
    }
    .has-carousel.row-feature .owl-nav .owl-next {
        background-image: url(../image/arrow-next-w.png)
    }
    .has-carousel.row-feature .owl-nav .owl-prev {
        background-image: url(../image/arrow-prev-w.png)
    }
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 15px
    }
    .navbar-nav>li>a {
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px
    }
    .navbar-nav>li.quote-btn .btn {
        font-size: 12px
    }
    .navbar-nav .dropdown-menu {
        font-size: 13px
    }
    .header-s1 .navbar-nav>li:last-child:not(.quote-btn) {
        margin-right: -10px
    }
    .banner-text {
        font-size: 14px
    }
    .banner-text.wide-md {
        max-width: 460px
    }
    .banner-text.wide-lg {
        max-width: 580px
    }
    .banner-static .banner-text:not([class*="wide-"]) {
        width: 360px
    }
    .banner-slider .banner-text {
        max-width: 360px
    }
    .banner-intro .banner-text {
        padding-top: 130px;
        padding-bottom: 130px
    }
    .banner-slider .banner-text,
    .banner-intro .banner-text {
        font-size: 15px
    }
    .img-wrapper {
        max-width: 410px
    }
    .footer-widget {
        font-size: 12px;
        line-height: 22px
    }
    .news-recent li {
        padding: 15px 0
    }
    .news-recent li:first-child {
        padding-top: 0
    }
    .news-recent li:last-child {
        padding-bottom: 0px
    }
    .news-recent li img {
        max-width: 90px
    }
}

@media only screen and (min-width: 992px) {
    .row-column>.col-md-4:nth-child(1n+4),
    .row-column>.col-md-3:nth-child(1n+5) {
        margin-top: 60px
    }
    .row-column-md>.col-md-4:nth-child(1n+4),
    .row-column-md>.col-md-3:nth-child(1n+5) {
        margin-top: 45px
    }
    .row-column-sm>.col-md-4:nth-child(1n+4),
    .row-column-sm>.col-md-3:nth-child(1n+5) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .col-md-3 .feature h3,
    .col-md-3 .feature h4 {
        font-size: .875em
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
        -webkit-text-size-adjust: 100%
    }
    .container {
        max-width: 720px
    }
    .section-pad,
    .section-pad-lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .res-m-bttm {
        margin-bottom: 30px
    }
    .res-m-bttm-sm,
    .form-m-bttm {
        margin-bottom: 15px
    }
    .res-m-bttm-xs {
        margin-bottom: 10px
    }
    .res-m-bttm-lg {
        margin-bottom: 45px
    }
    .al-center-md,
    .center-md {
        text-align: center
    }
    .al-right-md {
        text-align: right
    }
    .al-left-md {
        text-align: left
    }
    .gaps.size-lg {
        height: 45px
    }
    .gaps.size-md {
        height: 25px
    }
    .gaps.size-section {
        height: 60px
    }
    .npr {
        padding-left: 0
    }
    .npl {
        padding-right: 0
    }
    .row-column>[class*='col-md-']:not([class*="col-sm-"]):not([class*="col-xs-"]):not(:first-child) {
        margin-top: 60px
    }
    .row-column>[class*='col-xs-6']:not([class*="col-sm-"]):nth-child(1n+3) {
        margin-top: 60px
    }
    .row-column>.col-md-2.col-sm-4:nth-child(1n+4),
    .row-column>.col-md-2.col-sm-3:nth-child(1n+5) {
        margin-top: 60px
    }
    .row-column-md>[class*='col-md-']:not([class*="col-sm-"]):not([class*="col-xs-"]):not(:first-child) {
        margin-top: 45px
    }
    .row-column-md>[class*='col-xs-6']:not([class*="col-sm-"]):nth-child(1n+3) {
        margin-top: 45px
    }
    .row-column-md>.col-md-2.col-sm-4:nth-child(1n+4),
    .row-column-md>.col-md-2.col-sm-3:nth-child(1n+5) {
        margin-top: 45px
    }
    .row-column-sm>[class*='col-md-']:not([class*="col-sm-"]):not([class*="col-xs-"]):not(:first-child) {
        margin-top: 30px
    }
    .row-column-sm>[class*='col-xs-6']:not([class*="col-sm-"]):nth-child(1n+3) {
        margin-top: 30px
    }
    .row-column-sm>.col-md-2.col-sm-4:nth-child(1n+4),
    .row-column-sm>.col-md-2.col-sm-3:nth-child(1n+5) {
        margin-top: 30px
    }
    .image-slice .imagebg {
        width: 100%
    }
    .image-slice .imagebg+.imagebg {
        display: none
    }
    .post-col2 .post:not([class*="col-sm"]):not(:first-child) {
        margin-top: 45px
    }
    .feature .fbox-content h3,
    .feature .fbox-content h4 {
        margin-bottom: 10px
    }
    .feature-x-block {
        padding: 15px
    }
    .team-member-row+a.btn-center {
        margin-top: 30px
    }
    .sidebar-right {
        margin-top: 60px
    }
    .first[class*="col-"].odd {
        clear: inherit
    }
    .site-by,
    .site-copy,
    .site-dclaim {
        width: 100%;
        text-align: left;
        font-size: 12px
    }
    .site-by {
        margin-top: 10px
    }
    .call-action.has-parallax.cta-large .cta-block {
        padding: 80px 0
    }
    .form-group .form-field+.form-field {
        margin-top: 15px
    }
    .form-group .form-field+ul.form-field {
        margin-top: -5px
    }
    .topbar,
    .top-nav a {
        font-size: 12px
    }
    .top-contact .t-phone span {
        font-size: 1em
    }
    .topbar .top-contact .t-phone span {
        font-size: 1.1em
    }
    .header-top {
        margin-top: 15px
    }
    .header-top>* {
        margin-left: 20px
    }
    .header-top>*:first-child {
        margin-left: 0
    }
    .header-top .social.social-s2 li a,
    .header-top .top-contact .fa {
        height: 30px;
        width: 30px;
        line-height: 28px;
        font-size: 13px
    }
    .header-top .top-contact .fa {
        font-size: 14px
    }
    .header-top .quote-btn .btn {
        padding: 7px 16px
    }
    .site-header .navbar-brand img {
        max-height: 40px
    }
    .banner-text .page-title {
        font-size: 1.75em
    }
    .banner-text .lead {
        font-size: 1.15em
    }
    .banner-static {
        min-height: 320px
    }
    .banner-static.banner-small {
        height: 180px
    }
    .banner-static.banner-intro {
        min-height: 320px
    }
    .is-transparent .banner-static {
        min-height: 4100px
    }
    .banner-static .banner-cpn {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .banner-static .banner-cpn .page-breadcrumb,
    .banner-static .banner-cpn .banner-sider {
        max-width: 220px
    }
    .banner .banner-boxed {
        padding: 20px 20px 22px
    }
    .banner .boxed {
        padding: 15px
    }
    .banner-slider {
        height: 420px
    }
    .banner-slider.slider-large {
        height: 520px
    }
    .is-transparent .banner-slider {
        min-height: 480px
    }
    .banner-slider .banner-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .banner-slider .carousel-control {
        display: none;
        opacity: 0
    }
    .statistics .stat-block {
        padding: 90px 0
    }
    .statistics .stat-wrapper {
        padding: 20px 0 10px
    }
    .statistics .stat-col {
        border-right: 0px;
        padding: 20px 0
    }
    .post-single .message {
        margin-top: 0
    }
    .post-single .message .message-group>.gaps {
        height: 10px
    }
    .content .list-style li:before {
        top: 1px
    }
    .footer-widget {
        font-size: 14px;
        line-height: 24px
    }
    .footer-widget .footer-col .col-md-6:last-child {
        padding-left: 0
    }
    .footer-widget .wgs-content .menu+.menu {
        margin-top: 10px
    }
    .footer-col .col-md-6:last-child {
        padding-left: 0
    }
    .quotes {
        margin-top: 30px
    }
    .quotes:first-child {
        margin-top: 0
    }
    .row-quotes>[class*="col-"] {
        width: 100%
    }
    .row-quotes>[class*="col-"]+[class*="col-"] {
        margin-top: 60px
    }
    .row-quotes>[class*="col-"]:nth-child(odd) {
        padding-right: 15px
    }
    .row-quotes>[class*="col-"]:nth-child(even) {
        padding-left: 15px
    }
    .contact-list li span {
        line-height: inherit
    }
    .content-section {
        margin-top: 30px
    }
    hr,
    .hr {
        margin-top: 30px;
        margin-bottom: 30px
    }
    hr:last-child,
    .hr:last-child {
        margin-bottom: 0
    }
    hr:first-child,
    .hr:first-child {
        margin-top: 0
    }
    .logos-lists .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .logos-lists .row+.row {
        margin-top: 20px
    }
    .logos-lists .col-sm-3,
    .logos-lists .col-md-3 {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        float: left
    }
    .faqs-s1 .faqs.accordion {
        margin-top: 10px
    }
    .faqs-s1 .faqs.accordion .panel:last-child {
        margin-bottom: -10px
    }
    .faqs-s1 .faqs.accordion .panel:last-child .panel-body {
        padding-bottom: 10px
    }
    .feature-row .even[class*='col-sm-6'] {
        clear: left
    }
    .content img.alignright,
    .content img.alignleft {
        max-width: 350px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-intro .res-m-bttm.col-sm-6 {
        margin-bottom: 0
    }
    .feature .fbox-over {
        padding: 14px 18px
    }
    .feature .fbox-over h3,
    .feature .fbox-over h4 {
        font-size: 1.1em
    }
    .feature .fbox-over .title+.fbox-content {
        margin-top: 5px
    }
    .row-column>[class*='col-sm-6']:nth-child(1n+3) {
        margin-top: 60px
    }
    .row-column>[class*='col-sm-12']:not(:first-child) {
        margin-top: 60px
    }
    .row-column-md>[class*='col-sm-6']:nth-child(1n+3) {
        margin-top: 45px
    }
    .row-column-md>[class*='col-sm-12']:not(:first-child) {
        margin-top: 45px
    }
    .row-column-sm>[class*='col-sm-6']:nth-child(1n+3) {
        margin-top: 30px
    }
    .row-column-sm>[class*='col-sm-12']:not(:first-child) {
        margin-top: 30px
    }
    [class*="row-column"]>.col-md-2.col-sm-4:nth-child(4),
    [class*="row-column"]>.col-md-2.col-sm-3:nth-child(5) {
        clear: left
    }
    .navbar-nav>li>a {
        font-size: 11px;
        padding: 15px 8px
    }
    .navbar-nav>li.quote-btn {
        margin-left: 5px
    }
    .navbar-nav>li.quote-btn .btn {
        padding: 5px 15px;
        font-size: 11px
    }
    .header-s1 .navbar-brand {
        margin-top: 16px;
        margin-bottom: 16px
    }
    .header-s1 .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .header-s1 .navbar-nav>li.quote-btn {
        margin-top: 10px
    }
    .call-action .cta-sameline {
        padding-right: 180px
    }
    .call-action .cta-num {
        font-size: 1em
    }
    .call-action .cta-num strong {
        font-size: 1.375em
    }
    .site-header .navbar-brand img {
        max-height: 28px
    }
    .row-vm {
        align-items: baseline
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%
    }
    .row-vm {
        display: block
    }
    div[class*="row-column"].mgtop-md,
    div[class*="row-column"].mgtop {
        margin-top: 30px
    }
    div[class*="row-column"]>[class*='col-'] {
        width: 100%
    }
    div[class*="row-column"]>[class*='col-'].col-xs-6 {
        width: 50%
    }
    div[class*="row-column"]>[class*='col-'].col-xs-6:nth-child(2n+1) {
        clear: left
    }
    .row-column>[class*='col-']:not(.col-xs-6):not(:first-child) {
        margin-top: 60px
    }
    .row-column-md>[class*='col-']:not(.col-xs-6):not(:first-child) {
        margin-top: 45px
    }
    .row-column-sm>[class*='col-']:not(.col-xs-6):not(:first-child) {
        margin-top: 30px
    }
    .row-column>.col-xs-6:nth-child(1n+3) {
        margin-top: 60px
    }
    .row-column-md>.col-xs-6:nth-child(1n+3) {
        margin-top: 45px
    }
    .row-column-sm>.col-xs-6:nth-child(1n+3) {
        margin-top: 30px
    }
    .al-center-sm,
    .center-sm {
        text-align: center
    }
    .al-right-sm {
        text-align: right
    }
    .al-left-sm {
        text-align: left
    }
    .boxed-w .heading-box {
        padding: 40px 40px 0 20px
    }
    .boxed-w .heading-box span {
        margin-top: 30px;
        padding-left: 0
    }
    .boxed-w .heading-box span:before {
        display: none
    }
    .image.circle:not(.image-md) img {
        max-width: 320px
    }
    .image-on-left .imagebg,
    .image-on-right .imagebg {
        width: 100%;
        position: static;
        margin-top: 60px;
        margin-bottom: -60px;
        height: 320px
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        right: 0
    }
    .owl-nav .owl-prev {
        left: 0
    }
    .top-nav li:first-child {
        margin-left: 0
    }
    .top-nav li a {
        padding: 6px 10px
    }
    .topbar .top-nav li a {
        line-height: 24px;
        padding: 6px 5px
    }
    .top-contact li {
        margin-left: 12px;
        display: inline-block;
        float: none;
        vertical-align: middle
    }
    .top-contact li:first-child {
        margin-left: 0
    }
    .topbar .top-contact span {
        line-height: 24px
    }
    .topbar .top-contact .fa {
        line-height: 22px
    }
    .topbar .top-aside {
        max-width: 100%;
        margin: 0;
        width: 100%;
        float: left;
        text-align: center
    }
    .topbar .top-aside>* {
        width: 100%
    }
    .topbar .top-aside:not(.hidden-xs)+.top-aside {
        margin-top: 5px
    }
    .header-top .top-contact .fa {
        font-size: 16px
    }
    .navbar-toggle {
        float: left;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 10px 12px;
        background-color: #22574D
    }
    .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-header {
        background: #22574D;
        clear: both;
        width: 100%;
        padding: 0 15px
    }
    .navbar-nav {
        margin: 0;
        float: none;
        padding-bottom: 20px;
        text-align: left;
        border-top: 1px solid rgba(37, 128, 254, 0.1)
    }
    .navbar-nav li {
        border-bottom: 1px solid rgba(37, 128, 254, 0.1)
    }
    .navbar-nav li a {
        padding: 12px 10px;
        font-size: 14px;
        font-weight: 400;
        color: #22574D
    }
    .navbar-nav li a.btn {
        width: 150px;
        margin: 6px auto 0
    }
    .header-s1 .navbar-nav li a {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .navbar-nav li.quote-btn {
        float: none;
        border-bottom: 0
    }
    .navbar-nav li.quote-btn .btn:hover {
        background: #084FB1
    }
    .navbar-nav li .dropdown-menu {
        position: static;
        background: none;
        width: 100%;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: none;
        text-align: left;
        float: none
    }
    .navbar-nav li .dropdown-menu li {
        border-top: 1px solid rgba(37, 128, 254, 0.1);
        border-bottom: 0 none
    }
    .navbar-nav li .dropdown-menu li a {
        font-size: 13px;
        color: #22574D;
        font-weight: 400;
        position: relative
    }
    .navbar-nav li .dropdown-menu li a:hover,
    .navbar-nav li .dropdown-menu li a:focus {
        background: rgba(37, 128, 254, 0.1);
        color: #22574D;
        opacity: 1
    }
    .navbar-nav li .dropdown-menu>.active>a,
    .navbar-nav li .dropdown-menu>.active>a:hover,
    .navbar-nav li .dropdown-menu>.active>a:focus {
        background: rgba(37, 128, 254, 0.1);
        color: #22574D
    }
    .navbar-nav li.nav-opened {
        background: rgba(37, 128, 254, 0.1)
    }
    .navbar-nav li.nav-opened li {
        border-top-color: rgba(37, 128, 254, 0.1)
    }
    .navbar-nav li.nav-opened .nav-opened,
    .navbar-nav li.nav-opened .nav-opened.has-children>a {
        background: rgba(37, 128, 254, 0.1)
    }
    .navbar-nav>li.active a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        color: #22574D
    }
    .navbar-nav>li.has-children>a .caret {
        margin-left: 5px;
        transform: rotate(-90deg)
    }
    .navbar-nav>li.has-children.nav-opened>a .caret {
        transform: rotate(0deg)
    }
    .navbar-nav ul li.has-children.nav-opened>a .caret {
        transform: rotate(90deg)
    }
    .site-header .navbar-header {
        float: left;
        margin: 10px 0 0
    }
    .site-header .navbar-collapse {
        float: none
    }
    .header-s1 .navbar .container {
        padding-left: 0;
        padding-right: 0
    }
    .header-s1 .navbar-brand {
        position: absolute;
        left: 15px;
        width: 200px;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .header-s1 .navbar-toggle {
        float: right;
        margin: 12px 15px 12px 0
    }
    .header-s1 .navbar-header {
        background: none;
        padding: 0;
        margin-top: 0
    }
    .header-s1 .navbar-collapse {
        margin: 0;
        background-color: #fff;
        color: #22574D;
        width: 100%
    }
    .header-s1 .navbar-nav>li:last-child:not(.quote-btn) {
        margin-right: 0
    }
    .header-s1.is-transparent .topbar,
    .header-s1.is-transparent .navbar {
        position: static
    }
    .header-s1.is-transparent .navbar-brand .logo-light {
        display: none
    }
    .header-s1.is-transparent .navbar-brand .logo-dark {
        display: block
    }
    .header-s1.is-transparent .topbar {
        color: #fff;
        background: #2a2d33;
        border-color: rgba(0, 0, 0, 0.0667)
    }
    .header-s1.is-transparent .topbar a:hover:not(.btn) {
        color: #fff
    }
    .header-s1.is-transparent .topbar+.navbar {
        margin-top: 0
    }
    .header-s1.is-transparent:after {
        display: none
    }
    .header-s1.is-transparent .navbar-collapse,
    .header-s1.is-transparent .top-contact .fa {
        color: #fff
    }
    .section-pad,
    .section-pad-lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .section-overup[class*="section-pad"] {
        margin-top: -45px
    }
    .section-overup-lg[class*="section-pad"] {
        margin-top: -67.5px
    }
    .res-s-bttm {
        margin-bottom: 30px
    }
    .res-s-bttm-lg {
        margin-bottom: 45px
    }
    .res-s-bttm-sm {
        margin-bottom: 15px
    }
    .res-s-bttm-xs {
        margin-bottom: 10px
    }
    .gaps.size-lg {
        height: 45px
    }
    .gaps.size-section {
        height: 60px
    }
    .feature-intro .row+.row {
        margin-top: 30px
    }
    .space-top,
    .space-bottom,
    .space-top-sm,
    .space-bottom-sm,
    .space-top-md,
    .space-bottom-md {
        margin-top: 30px
    }
    .tab-custom .tab-content {
        padding: 25px 15px 30px
    }
    .tab-custom .nav-tabs li>a {
        font-size: 13px;
        line-height: 18px
    }
    .tab-custom.tab-simple .nav-tabs li {
        margin-right: -2px
    }
    .tab-custom.tab-simple .nav-tabs li>a {
        padding: 12px 10px;
        font-size: 12px
    }
    .accordion .panel-title {
        font-size: 1.125em;
        font-weight: 400
    }
    .content .npl+.pad-0 {
        margin-top: 25px
    }
    .pad-xs-0 {
        padding: 0px
    }
    .banner-text {
        font-size: 12px
    }
    .banner-text.wide-md {
        max-width: 320px
    }
    .banner-text.wide-lg {
        max-width: 420px
    }
    .banner-text .btn {
        padding: 10px 16px;
        font-size: 12px;
        letter-spacing: 0
    }
    .banner-text .btn+.btn {
        margin-left: 10px
    }
    .banner-static {
        min-height: 200px
    }
    .banner-static.banner-intro {
        min-height: 320px
    }
    .is-transparent .banner-static {
        min-height: 200px
    }
    .banner-static .banner-cpn .page-breadcrumb {
        max-width: 100%;
        transform: translateY(0);
        position: static;
        margin-top: 15px;
        float: left;
        text-align: left
    }
    .banner-static .imagebg {
        background-position: 35% 50%
    }
    .banner-static .banner-cpn {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .banner .banner-sider {
        display: none
    }
    .banner .banner-boxed {
        padding: 16px 16px 18px
    }
    .banner .more-cta:not(:first-child) {
        margin-top: 15px
    }
    .banner-slider {
        height: 320px
    }
    .banner-slider.slider-large {
        height: 380px
    }
    .banner-intro .container>.content {
        padding-top: 0;
        padding-bottom: 0
    }
    .banner-intro .banner-text {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .is-transparent .banner-intro .banner-text {
        margin-top: 0
    }
    .is-transparent .banner-static .banner-cpn {
        margin-top: 0
    }
    .banner-slider .banner-text,
    .banner-intro .banner-text {
        font-size: 12px
    }
    .banner-slider .banner-text h1,
    .banner-slider .banner-text h2,
    .banner-intro .banner-text h1,
    .banner-intro .banner-text h2 {
        font-size: 1.5em
    }
    .call-action .cta-sameline {
        padding-right: 0;
        text-align: center
    }
    .call-action .cta-sameline h2:first-child,
    .call-action .cta-sameline h3:first-child {
        margin-top: -10px
    }
    .call-action .cta-sameline .btn {
        transition: none;
        position: static;
        margin-top: 20px;
        transform: translate(0, 0)
    }
    .call-action.cta-mini .cta-sameline h2:first-child,
    .call-action.cta-mini .cta-sameline h3:first-child {
        margin-top: 0
    }
    .call-action.call-action .cta-num strong {
        font-size: 1.3em
    }
    .call-action.call-small .cta-block {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .call-action .cta-sameline .btn,
    .call-action .cta-sameline .cta-num {
        position: static;
        margin-top: 20px
    }
    .statistics .stat-block {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .feature-imagebox+.feature-imagebox {
        margin-top: 40px
    }
    .team-profile {
        text-align: center
    }
    .team-profile .team-photo img {
        max-width: 300px
    }
    .team-profile .team-info {
        margin-top: 15px
    }
    .team-member .team-info .sub-title {
        font-size: 1em
    }
    .icon-box+h4,
    .icon-box+h3 {
        margin-top: 15px;
        margin-bottom: 10px
    }
    .icon-box+h4:last-child,
    .icon-box+h3:last-child {
        margin-bottom: 0
    }
    .section-logos.section-pad-sm {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .row-client-info+.row-client-info {
        margin-top: 30px
    }
    .row-client-info .res-s-bttm:nth-child(1n+3),
    .row-client-info .res-s-bttm:last-child {
        margin-bottom: 0
    }
    .copyright {
        text-align: center
    }
    .copyright .social {
        float: none;
        margin-top: 15px
    }
    .copyright>.container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 599px) {
    .feature-s1 .feature,
    .feature-s2 .feature {
        padding: 20px;
        min-height: 280px
    }
    .feature-row .feature h3:not(.lead),
    .feature-row .feature h4:not(.lead) {
        font-size: 1.125em
    }
    .content img.alignright,
    .content img.alignleft {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 0 15px
    }
    .btn.btn-lg {
        padding: 14px 20px
    }
    .image.circle:not(.image-md) img {
        max-width: 220px
    }
    .topbar {
        display: none
    }
    .banner-static .banner-text:not([class*="wide-"]) {
        max-width: 280px
    }
    .site-header {
        border-top: 4px solid #2a2d33
    }
    .site-header .navbar-toggle+div.quote-btn {
        display: inline-block;
        float: right;
        margin: 12px 15px 12px 0
    }
    .site-header .quote-btn .btn {
        padding: 4px 12px;
        font-size: 9px;
        -ms-border-radius: 5px;
        border-radius: 5px
    }
    .content-cards {
        margin-top: -25px
    }
    .cards {
        height: 240px
    }
}

@media only screen and (max-width: 480px) {
    body {
        min-width: 320px
    }
    .section-overup[class*="section-pad"],
    .section-overup-lg[class*="section-pad"] {
        margin-top: 0;
        padding-top: 60px
    }
    .heading-section {
        font-size: 1.5em
    }
    .heading-section.heading-sm {
        font-size: 1.125em
    }
    .heading-lead {
        font-size: 1.875em
    }
    .heading-lead.heading-sm {
        font-size: 1.5em
    }
    .banner-text {
        font-size: 12px
    }
    .banner-text h1,
    .banner-text h2 {
        font-size: 1.25em
    }
    .banner-text .btn {
        padding: 8px 12px;
        font-size: 11px
    }
    .banner-text .banner-cta:not(:first-child) {
        margin-top: 18px
    }
    .banner-text.wide-sm,
    .banner-text.wide-md,
    .banner-text.wide-lg {
        max-width: 100%;
        width: 90%
    }
    .banner-text .page-title {
        font-size: 1.375em
    }
    .banner-slider {
        height: 230px
    }
    .banner-slider .banner-text:not(.banner-boxed) {
        width: 100%;
        max-width: 360px
    }
    .banner-slider.slider-large {
        height: 300px
    }
    .is-transparent .banner-slider {
        min-height: 240px
    }
    .banner .banner-boxed {
        padding: 12px 12px 12px;
        font-size: 9px;
        max-width: 80%
    }
    .banner .banner-boxed .btn-link {
        font-size: 11px
    }
    .banner .banner-text .banner-boxed {
        max-width: 100%
    }
    .banner-static.banner-intro {
        min-height: 220px
    }
    .banner-static .banner-cpn {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .banner-intro .banner-text {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .banner-intro .banner-cpn {
        padding-top: 0;
        padding-bottom: 0
    }
    .banner-slider .banner-text h1,
    .banner-slider .banner-text h2,
    .banner-intro .banner-text h1,
    .banner-intro .banner-text h2 {
        font-size: 1.5em
    }
    .banner-slider .banner-text .lead,
    .banner-intro .banner-text .lead {
        font-size: 1em
    }
    .banner .boxed p:not(:last-child):not(.more-cta),
    .banner-boxed>p:not(.more-cta) {
        display: none
    }
    .banner-slider .banner-content {
        top: 100%;
        transform: translate(0, -100%)
    }
    .banner-slider .banner-content:after {
        display: block;
        opacity: 1;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 15%;
        z-index: 0;
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%)
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        height: 45px;
        width: 45px;
        font-size: 24px
    }
    .call-action .cta-block {
        padding: 67.5px 0
    }
    .contact-group {
        margin-bottom: 40px
    }
    .contact-group:last-child {
        margin-bottom: 0
    }
    .row-feature>div[class*="col-"].col-xs-6,
    .row-feature-md>div[class*="col-"].col-xs-6,
    .row-feature-sm>div[class*="col-"].col-xs-6 {
        width: 100%
    }
    .row-feature .col-xs-6:not(:first-child) {
        margin-top: 60px
    }
    .row-feature.row-column-md .col-xs-6:not(:first-child) {
        margin-top: 45px
    }
    .row-feature.row-column-sm .col-xs-6:not(:first-child) {
        margin-top: 30px
    }
    .feature-imagebox h3,
    .feature-imagebox h4 {
        font-size: 1.1em
    }
    .feature-s1 .feature,
    .feature-s2 .feature {
        min-height: auto
    }
    .feature-s7 .fbox-content h3 br,
    .feature-s7 .fbox-content h4 br {
        display: none
    }
    .row-team-member>div[class*="col-"] {
        width: 100%
    }
    .row-team-member>div[class*="col-"]:not(:first-child) {
        margin-top: 60px
    }
    .row-team-member.row-column-md>div[class*="col-"]:not(:first-child) {
        margin-top: 45px
    }
    .row-team-member.row-column-sm>div[class*="col-"]:not(:first-child) {
        margin-top: 30px
    }
    .row-team-member[class*="row-column"]>div[class*="col-"].col-xs-6 {
        width: 100%
    }
    .team-member {
        text-align: center
    }
    .team-member .team-photo {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }
    .team-member .team-social {
        text-align: center
    }
    .team-member .team-social:last-child {
        padding-bottom: 5px
    }
    .team-profile .team-photo {
        max-width: inherit
    }
    .logos-lists .row:first-child {
        margin-top: -10px
    }
    .logos-lists .row+.row {
        margin-top: 0
    }
    .logos-lists .col-sm-3,
    .logos-lists .col-md-3 {
        width: 50%;
        margin: 10px 0
    }
    .logos-lists.logos-lists-flat .row:last-child .col-sm-3:nth-child(1) .logo-item,
    .logos-lists.logos-lists-flat .row:last-child .col-sm-3:nth-child(2) .logo-item,
    .logos-lists.logos-lists-flat .row:last-child .col-md-3:nth-child(1) .logo-item,
    .logos-lists.logos-lists-flat .row:last-child .col-md-3:nth-child(2) .logo-item {
        border-bottom-color: rgba(0, 0, 0, 0.08)
    }
    .logos-lists.logos-lists-flat .col-sm-3,
    .logos-lists.logos-lists-flat .col-md-3 {
        margin: 0
    }
    .logos-lists.logos-lists-flat .col-sm-3:nth-child(2n+2) .logo-item,
    .logos-lists.logos-lists-flat .col-md-3:nth-child(2n+2) .logo-item {
        border-right-color: transparent
    }
    img.alignright,
    img.alignleft,
    img.aligncenter {
        width: 100%
    }
    img.no-resize,
    .no-resize {
        width: auto;
        max-width: 100%
    }
    .pd-x3,
    .pd-x4,
    .pd-x5 {
        padding: 25px
    }
    .image-on-left .imagebg,
    .image-on-right .imagebg {
        height: 220px
    }
    .table-claim>tbody>tr>td,
    .table-claim>tbody>tr>th {
        display: block;
        width: 100%
    }
    .table-claim>tbody>tr>td:first-child,
    .table-claim>tbody>tr>th:first-child {
        width: 100%;
        background: rgba(0, 0, 0, 0.02)
    }
    .table-claim.table-bordered>tbody>tr>td,
    .table-claim.table-bordered>tbody>tr>th {
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none
    }
    .table-claim.table-bordered>tbody>tr:last-child>td:last-child,
    .table-claim.table-bordered>tbody>tr:last-child>th:last-child {
        border-bottom: 0 none
    }
}

@media only screen and (max-width: 375px) {
    .btn+.btn {
        margin-top: 5px
    }
    h1,
    .h1,
    .heading-lg,
    .heading-lg-lead {
        font-size: 1.875em
    }
    h2,
    .h2 {
        font-size: 1.5em
    }
    .banner-slider .banner-text,
    .banner-intro .banner-text {
        font-size: 10px
    }
}

@media only screen and (max-width: 374px) {
    .site-header .quote-btn .btn {
        padding: 3px 12px 4px
    }
    .site-header .quote-btn .btn:before {
        font-family: "FontAwesome";
        content: "\f298";
        display: inline-block;
        font-size: 18px;
        vertical-align: middle
    }
    .site-header .quote-btn .btn span {
        display: none
    }
    .row-client-info [class*="col-"] {
        width: 100%
    }
    .row-client-info .res-s-bttm:nth-child(1n+3) {
        margin-bottom: 30px
    }
    .row-client-info .res-s-bttm:last-child {
        margin-bottom: 0
    }
    .client-info {
        text-align: center
    }
    .client-info img {
        max-width: 240px
    }
}

@media only screen and (min-width: 479px) and (max-width: 991px) {
    .footer-widget.section-pad-md {
        padding-top: 47.5px;
        padding-bottom: 47.5px
    }
    .footer-widget.section-pad {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .footer-widget .footer-col:nth-child(3) {
        clear: left
    }
    .footer-widget .footer-col:not([class*="col-xs"]) {
        width: 50%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 1280px) {
    .has-parallax {
        background-position: 50% 50% !important;
        background-attachment: scroll !important
    }
}

.logo-carousel .owl-dots {
    display: none !important
}

.no-pd,
.pd-no {
    padding: 0 !important
}

.no-pt,
.pt-no {
    padding-top: 0 !important
}

.no-pb,
.pb-no {
    padding-bottom: 0 !important
}

.no-mg,
.mg-no {
    margin: 0 !important
}

.no-mt,
.mt-no {
    margin-top: 0 !important
}

.no-mb,
.mb-no {
    margin-bottom: 0 !important
}

.no-bg,
.bg-no {
    background: none !important
}

.no-round,
.round-no,
.noround,
.square,
.no-circle {
    border-radius: 0 !important
}

.no-shadow,
.shadow-no {
    text-shadow: none !important;
    box-shadow: none !important
}

.banner.quote-banner {
    height: auto
}

.banner.quote-banner .carousel-inner {
    height: 530px
}

.banner .quote-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
    right: 0
}

.banner .form-quote {
    padding: 25px;
    background: rgba(0, 0, 0, 0.5)
}

.banner .form-quote .heading {
    margin: 0 0 15px 0;
    font-weight: 700
}

.banner .form-field {
    margin-bottom: 8px
}

.banner .form-control {
    background-color: #fff;
    border-color: transparent;
    height: 38px
}

.banner .form-control.txtarea {
    height: 70px
}

@media only screen and (max-width: 991px) {
    .banner.quote-banner .carousel-inner {
        height: 420px
    }
    .banner .form-quote .heading {
        font-size: 16px
    }
    .banner .form-quote .btn {
        padding: 10px 20px
    }
    .banner .form-control {
        height: 32px;
        font-size: 12px
    }
    .banner .form-quote {
        padding: 10px
    }
    .banner .form-field+.form-field {
        margin-top: 8px
    }
}

@media only screen and (max-width: 767px) {
    .banner.quote-banner .carousel-inner {
        height: 320px
    }
    .banner .quote-form {
        position: static;
        transform: translateY(0%);
        background: rgba(37, 128, 254, 0.2);
        padding: 30px 0
    }
    .banner .form-quote .heading {
        color: #22574D
    }
    .banner .form-quote {
        background: transparent;
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .banner.quote-banner .carousel-inner {
        height: 230px
    }
}

.demo-sample-icon .icon-box {
    margin-right: 10px
}

.demo-sample-icon hr {
    margin-top: 25px;
    margin-bottom: 25px
}

@media only screen and (max-width: 479px) {
    .page-typo .col-md-3.col-sm-6.col-xs-6 {
        width: 100%
    }
}




html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #22574D;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #22574D
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #22574D
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}



.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

