.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.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,
figure {
    float: left
}




.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;
}


.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-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
    }
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@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
    }
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.stellarnav,
.stellarnav li {
    position: relative;
    line-height: normal
}

.stellarnav {
    width: 100%;
    z-index: 9900
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.stellarnav li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #777;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.stellarnav>ul>li {
    display: inline-block
}

.stellarnav ul ul {
    top: auto;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ddd
}

.stellarnav li li {
    display: block
}

.stellarnav ul ul ul {
    top: 0;
    left: 220px
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 0
}

.stellarnav>ul>li.drop-left>ul {
    right: 0
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 220px
}

.stellarnav.dark,
.stellarnav.dark ul ul {
    background: rgba(0, 0, 0, 1)
}

.stellarnav.dark li a {
    color: #FFF
}

.stellarnav.dark .call-btn-mobile,
.stellarnav.dark .close-menu,
.stellarnav.dark .location-btn-mobile,
.stellarnav.dark .menu-toggle {
    color: rgba(255, 255, 255, 1)
}

.stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999
}

body.stellarnav-noscroll-x {
    overflow-x: hidden
}

.stellarnav li.has-sub>a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    margin-left: 10px
}

.stellarnav li li.has-sub>a:after {
    content: '\f0da';
    font-family: FontAwesome;
    margin-left: 10px
}

.stellarnav li.drop-left li.has-sub>a:after {
    float: left;
    content: '\f0d9';
    font-family: FontAwesome;
    margin-right: 10px
}

.stellarnav.hide-arrows li li.has-sub>a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub>a:after,
.stellarnav.hide-arrows li.has-sub>a:after {
    display: none
}

.stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0
}

.stellarnav .dd-toggle i {
    position: absolute;
    margin: auto;
    top: 33%;
    left: 0;
    right: 0;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out
}

.stellarnav.mobile>ul>li>a.dd-toggle {
    padding: 0
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
    display: none
}

.stellarnav li.open>a.dd-toggle i {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #777;
    padding: 15px;
    box-sizing: border-box
}

.stellarnav .full {
    width: 100%
}

.stellarnav .half {
    width: 50%
}

.stellarnav .third {
    width: 33%;
    text-align: center
}

.stellarnav .location-btn-mobile.third {
    text-align: center
}

.stellarnav .location-btn-mobile.half {
    text-align: right
}

.stellarnav.light .half,
.stellarnav.light .third {
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.stellarnav.light.left .half,
.stellarnav.light.left .third,
.stellarnav.light.right .half,
.stellarnav.light.right .third {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.stellarnav.light .half:first-child,
.stellarnav.light .third:first-child {
    border-left: 0
}

.stellarnav.dark .half,
.stellarnav.dark .third {
    border-left: 1px solid rgba(255, 255, 255, .15)
}

.stellarnav.dark.left .half,
.stellarnav.dark.left .third,
.stellarnav.dark.right .half,
.stellarnav.dark.right .third {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle,
.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
    border-bottom: 0
}

.stellarnav.dark .half:first-child,
.stellarnav.dark .third:first-child {
    border-left: 0
}

.stellarnav.mobile,
.stellarnav.mobile.fixed {
    position: static
}

.stellarnav.mobile ul {
    position: relative;
    display: none;
    background: rgba(221, 221, 221, 1)
}

.stellarnav.mobile.active>ul,
.stellarnav.mobile>ul>li {
    display: block
}

.stellarnav.mobile.active {
    padding-bottom: 0
}

.stellarnav.mobile>ul>li>a {
    padding: 15px
}

.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none
}

.stellarnav.mobile ul ul ul {
    left: auto;
    top: auto
}

.stellarnav.mobile li.drop-left ul ul {
    right: auto
}

.stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.stellarnav.mobile li.has-sub a {
    padding-right: 50px
}

.stellarnav.mobile>ul {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.stellarnav.mobile.light>ul {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.stellarnav.mobile li a.dd-toggle,
.stellarnav.mobile.light li a.dd-toggle {
    border: 0
}

.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .location-btn-mobile,
.stellarnav.mobile .menu-toggle {
    display: inline-block
}

.stellarnav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left
}

.stellarnav.mobile li.call-btn-mobile i,
.stellarnav.mobile li.location-btn-mobile i {
    margin-right: 5px
}

.stellarnav.mobile.light ul {
    background: rgba(255, 255, 255, 1)
}

.stellarnav.mobile.dark ul {
    background: rgba(0, 0, 0, 1)
}

.stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, .08)
}

.stellarnav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999
}

.stellarnav.mobile li li.has-sub>a:after,
.stellarnav.mobile li.drop-left li.has-sub>a:after,
.stellarnav.mobile li.has-sub>a:after {
    display: none
}

.stellarnav.mobile.left>ul,
.stellarnav.mobile.right>ul {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.stellarnav.mobile.right>ul {
    right: 0
}

.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu {
    display: inline-block;
    text-align: right
}

.stellarnav.mobile.left>ul {
    left: 0
}

.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.half,
.stellarnav.mobile.left .close-menu.third,
.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.half,
.stellarnav.mobile.right .close-menu.third,
.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .location-btn-mobile.third {
    text-align: center
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
    text-align: left
}

.stellarnav.mobile .menu-toggle,
footer p,
header {
    text-align: center
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
    display: none
}

@media only screen and (max-width :768px) {
    .stellarnav {
        overflow: hidden;
        display: block
    }
    .stellarnav ul {
        position: relative;
        display: none
    }
}

@media only screen and (max-width :420px) {
    .stellarnav.mobile .call-btn-mobile.third span,
    .stellarnav.mobile .location-btn-mobile.third span {
        display: none
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}



p {
    margin: 0 0 10px
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}

.btn-group-vertical>.btn-group::after,
.btn-group-vertical>.btn-group::before,
.btn-toolbar::after,
.btn-toolbar::before,
.clearfix::after,
.clearfix::before,
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.dl-horizontal dd::after,
.dl-horizontal dd::before,
.form-horizontal .form-group::after,
.form-horizontal .form-group::before,
.modal-footer::after,
.modal-footer::before,
.modal-header::after,
.modal-header::before,
.nav::after,
.nav::before,
.navbar-collapse::after,
.navbar-collapse::before,
.navbar-header::after,
.navbar-header::before,
.navbar::after,
.navbar::before,
.pager::after,
.pager::before,
.panel-body::after,
.panel-body::before,
.row::after,
.row::before {
    display: table;
    content: " ";
    clear: both
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.row {
    padding: 0 15px;
    margin-right: 0;
    margin-left: 0
}

footer p {
    margin-top: 20px;
    font-size: 18px;
    padding: 10px;
    color: #fff;
	background: #ff0081;
}

.stellarnav.mobile ul {
    text-align: center!important
}

.bs-custom-001,
.bs-custom-006,
figcaption {
    text-align: center
}



.bs-custom-005,
.bs-custom-11,
.ros-01 {
    background: #fff
}

.container {
    padding-right: 0;
    padding-left: 0
}

@media only screen and (min-width:768px) and (max-width:778px) {
    .container {
        padding-right: 0;
        padding-left: 0
    }
}


/*===================================================================================
=====================================================================================
							pop												
=====================================================================================
====================================================================================*/
ul {
  margin: 0;
  list-style: none;
}
.quote_btn  ul{
margin-top: 2.5px;
}
.column {
  margin: 0 auto;
  padding: 0 15px;
  width: 1200px;
}

.call_to, .call_to_area {
  bottom: 0;
  left: 15px;
  right: 15px;
  max-width: 1140px;
  position: fixed;
  margin: 0 auto;
 
}	
}
  
@media only screen and (max-width: 320px) {
.tedxt p{
	font-size: 13px;
}

}

@media only screen and (max-width: 280px) {
.tedxt p{
	font-size: 12px;
}

}


@media only screen and (max-width: 250px) {
.tedxt p{
	font-size: 10px;
}
}

.call_to_area {
    background: #ebebeb;
    padding: 5px 0;
    line-height: 14px;
    height: 44px;
}

.tedxt {
  float: left;
  margin-right: 2%;
  text-align: right;
  width: 48%;
  line-height: 0;
}

.quote_btn {
  float: left;
  width: 50%;
}

.quote_btn li {
  display: inline;
}

.quote_btn a {
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  margin: 0 2px;
  padding: 7px 4%;
}

.call_to_action ul li a, .form a, .menu ul li a, .quote_btn a, .single_service_item > a {
  text-decoration: none;
}

.shaket {
  position: relative;
  animation: mymovet 5s infinite;
}

@keyframes mymovet {
  0% {
    top: 0;
  }
  
  50% {
    top: 10px;
  }
  
  100% {
    top: 0;
  }
}

@keyframes mymovet {
  0% {
    left: 0;
  }
  
  50% {
    left: 10px;
    background: #d6201f;
  }
  
  100% {
    left: 0;
  }
}

@keyframes mymove {
  0% {
    left: 0;
  }
  
  50% {
    left: 10px;
  }
  
  100% {
    left: 0;
  }
}


.tedxt p {
    display: block;
    text-align: right;
	margin-top: 15px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


footer p, footer a{
	margin-bottom: 50px;
}


/*===================================================================================
=====================================================================================
																			
=====================================================================================
====================================================================================*/

.phone_number { margin-right:10px; } 
.call_to_action_phone { padding-top:10px; } 
.call_to_action_phone img{ width: 16px; margin-bottom: 0; margin-right: 5px; } 
.call_to_action_phone a { text-decoration:none; }
.phone_number, .c_email{color: #010101;}
.phone_number:hover, .c_email:hover {color: #383838; border:none; text-decoration: none;}
a.phone_number,a.phone_number:hover{
    text-decoration: none;
}

/*===================================================================================
=====================================================================================
																			
=====================================================================================
====================================================================================*/
#snippet-box {
    background: #F5F5F5;
    border: 1px solid #ACACAC;
    font-family: inherit;
    font-size: 13px;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 5px;
}
.snippet-title {
    display: block;
    position: relative;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    background: #E4E4E4;
    border-bottom: 1px solid #ACACAC;
    clear: both;
    padding: .5em 1em;
    width: 100%;
}
.snippet-markup {
    width: 100%;
    display: block;
}
.snippet-label {
    width: 33%;
    display: inline-block;
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: .3em .5em;
}
.snippet-data {
    width: 55%;
    display: inline-flex;
    padding: .3em .5em;
}
.rating-value {
    display: none;
}
.star-img img {
    box-shadow: none;
    margin: -2px 2px;
    border: none!important;
    padding: 0!important;
}

.newnew{
text-decoration: none;
color: #666;
background-color: #EBEBEB;
width: 100%;
max-width: 150px;
border: 1px solid #acacac;
padding: 15px;
display: block;
}
.newnew:hover{background: #acacac; color: #fff;}


/*===================================================================================
=====================================================================================
									Custom 	CSS											
=====================================================================================
====================================================================================*/
.image-01 {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .slider img {
        width: 100%;
    }
}

.ros-01 {
    padding: 20px 15px;
	
}

.bs-custom-002 {
    padding-right: 0;
    padding-left: 0
}

.bs-custom-003 {
    margin-top: 30px
}

.bs-custom-004 {
    margin-top: 10px
}

.bs-custom-005 {
    padding: 20px 15px 30px;
}

.bs-custom-010 {
    width: 100%;
    padding: 0;
}

/*===================================================================================
=====================================================================================
																			
=====================================================================================
====================================================================================*/





.cap-left {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
	font-size: 25px;
   
}
@media only screen and (max-width:1100px){
	.cap-left{
		font-size: 24px;
	}
}
@media only screen and (max-width:1000px){
	.cap-left{
		font-size: 22px;
	}
}
@media only screen and (max-width:900px){
	.cap-left{
		font-size: 20px;
	}
}
@media only screen and (max-width:800px){
	.cap-left{
		font-size: 18px;
	}
}
@media only screen and (max-width:767px){
	.cap-left{
		font-size: 24px;
	}
}
@media only screen and (max-width:700px){
	.cap-left{
		font-size: 20px;
	}
}
@media only screen and (max-width:600px){
	.cap-left{
		font-size: 18px;
	}
}
@media only screen and (max-width:400px){
	.cap-left{
		font-size: 14px;
	}
}
@media only screen and (max-width:350px){
	.cap-left{
		font-size: 12px;
	}
}
@media only screen and (max-width:300px){
	.cap-left{
		font-size: 10px;
	}
}
@media only screen and (max-width:250px){
	.cap-left{
		font-size: 7px;
	}
}

/********************/

.figcaption-01 {
	width: 100%;
    left: 0;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 0;
    background: #df01ae;
    color: black;
    font-weight: 600;
}
.figcaption-01> .figcaption-02 {
	width: auto;
	margin: 0;
	padding: .2em .8em;
	display: inline-block;
	
}



 
 .video-icon::after{
	content: "";
	background: url(../images/video.png) no-repeat center center;
	background-size: auto 100%;	
	opacity: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: .8em;
	z-index: 1;
}
.bg-01::after{
	content: "";
	
	background-size: auto 100%;	
	opacity: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
 
 .bg-01::before, .video-icon::before{
	content: "";
	background: rgba(0,0,0,.2);
	background-size: auto 100%;	
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 6px;
	right: 0;
	position: absolute;
	
	font-size: 14px;
}
 
 
    .image-right {
        float: none
    }
}

.row-002 {
    padding: 0 15px
}

.head {
    padding: 0 15px;
    margin-bottom: 15px;
	
}

header img {
   width: 306px;
    height: auto;
    max-width: 100%;
    max-height: 170px;
}

/*================================================
					Custom Setting
=================================================*/
body {
	padding: 0;
    margin: 0;
    background: url(../images/bg.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
	font-family: 'Lato';
}



/*======================*/

.stellarnav>ul>li>a {
    padding: 20px 10px;
    font-weight: bold;
    font-size: 14px;
}

.stellarnav>ul>li>a:hover {
    background: #cc106f;
}


.stellarnav.light .call-btn-mobile,
.stellarnav.light .close-menu,
.stellarnav.light .location-btn-mobile,
.stellarnav.light .menu-toggle {
    color: black !important;
    font-weight: 600;
}

.stellarnav.light li a {
  color: black;
  text-transform: uppercase;
	font-weight: 600;
}
/*======================*/
.newnew{
color: #666;
background-color: #EBEBEB;
border: 1px solid #acacac;
}
.newnew:hover{background: #acacac; color: #fff;}
/*======================*/
.phone_number, .c_email{color: #fff;}
.phone_number:hover, .c_email:hover {color: #eee; border:none; text-decoration: none;}


/******************************/

.stellarnav>ul>li>a:hover {
    background: #cc106f;
} 

footer p,
.matching-color,
.stellarnav.light,
.stellarnav.light ul ul,
.stellarnav.mobile.light li a {
    background: #df01ae !important;
	color: black !important;
	font-weight: 600;
}

.quote_btn a {
  background: #ff0081;
}

.bg-color-11005{
	background: #ff0081;
}

.bs-custom-11031,
.bs-custom-11032{
	color: #fff;
}

.bs-custom-002 {
    padding-right: 15px;
    padding-left: 15px;
	font-size: 16px;
}
.bs-custom-020 {
    padding-right: 10px;
	padding-left: 0;
	padding-top: 10px;
}

.bs-custom-021 {
   padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
.bs-custom-022 {
    padding-left: 10px;
	padding-right: 0;
	padding-top: 10px;
}
/*.bs-custom-023 {
    padding-left: .5em;
	padding-right: 0em;
	padding-top: .5em;
}*/
@media only screen and (max-width:767px) {
	.bs-custom-020 {
    padding-right: 5px;
	padding-left: 0;
	padding-top: 10px;
}
	.bs-custom-021, .bs-custom-023{
   padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	
}
   .bs-custom-022 {
    padding-left: 0;
    padding-right: 5px;
    padding-top: 10px;
}

}
.row-4{
	padding: 0;
}
.phone_number { margin-right:10px; /*background: #f00;*/} 
.call_to_action_phone { padding-top:10px; } 
.call_to_action_phone img{ width: 16px; margin-bottom: -1px; margin-right: 0px; } 
.call_to_action_phone a { text-decoration:none; }
.phone_number, .c_email{color: #010101;}
.phone_number:hover, .c_email:hover {color: #383838; border:none; text-decoration: none;}
a.phone_number,a.phone_number:hover{
    text-decoration: none;
}
.phone_number, .c_email{color: #fff; font-size: 20px;}
.phone_number:hover, .c_email:hover {color: #eee; border:none; text-decoration: none;}
	
	
	
.nn{
	margin-right: 15px !important;
	margin-left: 15px !important;
}	
	