@media (min-width:768px) {
    .caldera-grid .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .caldera-grid .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .caldera-grid .container {
        width: 1170px
    }
}

.caldera-grid article,
.caldera-grid aside,
.caldera-grid details,
.caldera-grid figcaption,
.caldera-grid figure,
.caldera-grid footer,
.caldera-grid header,
.caldera-grid hgroup,
.caldera-grid main,
.caldera-grid nav,
.caldera-grid section,
.caldera-grid summary {
    display: block
}

.caldera-grid a {
    background: 0 0;
    text-decoration: none
}

.caldera-grid img {
    vertical-align: middle
}

.caldera-grid pre {
    overflow: auto
}

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

.caldera-grid html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

.caldera-grid body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

.caldera-grid a:focus,
.caldera-grid a:hover {
    color: #2a6496;
    text-decoration: underline
}

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

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

.caldera-grid .img-rounded {
    border-radius: 6px
}

.caldera-grid .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.caldera-grid .img-circle {
    border-radius: 50%
}

.caldera-grid hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

.caldera-grid .container,
.caldera-grid .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.5px;
    padding-right: 7.5px
}

@media (min-width:768px) {
    .caldera-grid .container {
        width: 735px
    }
}

@media (min-width:992px) {
    .caldera-grid .container {
        width: 955px
    }
}

@media (min-width:1200px) {
    .caldera-grid .container {
        width: 1155px
    }
}

.caldera-grid .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caldera-grid .col-xs-pull-0 {
    right: 0
}

.caldera-grid .col-xs-push-12 {
    left: 100%
}

.caldera-grid .col-xs-push-11 {
    left: 91.66666667%
}

.caldera-grid .col-xs-push-10 {
    left: 83.33333333%
}

.caldera-grid .col-xs-push-9 {
    left: 75%
}

.caldera-grid .col-xs-push-8 {
    left: 66.66666667%
}

.caldera-grid .col-xs-push-7 {
    left: 58.33333333%
}

.caldera-grid .col-xs-push-6 {
    left: 50%
}

.caldera-grid .col-xs-push-5 {
    left: 41.66666667%
}

.caldera-grid .col-xs-push-4 {
    left: 33.33333333%
}

.caldera-grid .col-xs-push-3 {
    left: 25%
}

.caldera-grid .col-xs-push-2 {
    left: 16.66666667%
}

.caldera-grid .col-xs-push-1 {
    left: 8.33333333%
}

.caldera-grid .col-xs-push-0 {
    left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .caldera-grid .col-sm-1,
    .caldera-grid .col-sm-10,
    .caldera-grid .col-sm-11,
    .caldera-grid .col-sm-12,
    .caldera-grid .col-sm-2,
    .caldera-grid .col-sm-3,
    .caldera-grid .col-sm-4,
    .caldera-grid .col-sm-5,
    .caldera-grid .col-sm-6,
    .caldera-grid .col-sm-7,
    .caldera-grid .col-sm-8,
    .caldera-grid .col-sm-9 {
        float: left
    }
    .caldera-grid .col-sm-12 {
        width: 100%
    }
    .caldera-grid .col-sm-11 {
        width: 91.66666667%
    }
    .caldera-grid .col-sm-10 {
        width: 83.33333333%
    }
    .caldera-grid .col-sm-9 {
        width: 75%
    }
    .caldera-grid .col-sm-8 {
        width: 66.66666667%
    }
    .caldera-grid .col-sm-7 {
        width: 58.33333333%
    }
    .caldera-grid .col-sm-6 {
        width: 50%
    }
    .caldera-grid .col-sm-5 {
        width: 41.66666667%
    }
    .caldera-grid .col-sm-4 {
        width: 33.33333333%
    }
    .caldera-grid .col-sm-3 {
        width: 25%
    }
    .caldera-grid .col-sm-2 {
        width: 16.66666667%
    }
    .caldera-grid .col-sm-1 {
        width: 8.33333333%
    }
    .caldera-grid .col-sm-pull-12 {
        right: 100%
    }
    .caldera-grid .col-sm-pull-11 {
        right: 91.66666667%
    }
    .caldera-grid .col-sm-pull-10 {
        right: 83.33333333%
    }
    .caldera-grid .col-sm-pull-9 {
        right: 75%
    }
    .caldera-grid .col-sm-pull-8 {
        right: 66.66666667%
    }
    .caldera-grid .col-sm-pull-7 {
        right: 58.33333333%
    }
    .caldera-grid .col-sm-pull-6 {
        right: 50%
    }
    .caldera-grid .col-sm-pull-5 {
        right: 41.66666667%
    }
    .caldera-grid .col-sm-pull-4 {
        right: 33.33333333%
    }
    .caldera-grid .col-sm-pull-3 {
        right: 25%
    }
    .caldera-grid .col-sm-pull-2 {
        right: 16.66666667%
    }
    .caldera-grid .col-sm-pull-1 {
        right: 8.33333333%
    }
    .caldera-grid .col-sm-pull-0 {
        right: 0
    }
    .caldera-grid .col-sm-push-12 {
        left: 100%
    }
    .caldera-grid .col-sm-push-11 {
        left: 91.66666667%
    }
    .caldera-grid .col-sm-push-10 {
        left: 83.33333333%
    }
    .caldera-grid .col-sm-push-9 {
        left: 75%
    }
    .caldera-grid .col-sm-push-8 {
        left: 66.66666667%
    }
    .caldera-grid .col-sm-push-7 {
        left: 58.33333333%
    }
    .caldera-grid .col-sm-push-6 {
        left: 50%
    }
    .caldera-grid .col-sm-push-5 {
        left: 41.66666667%
    }
    .caldera-grid .col-sm-push-4 {
        left: 33.33333333%
    }
    .caldera-grid .col-sm-push-3 {
        left: 25%
    }
    .caldera-grid .col-sm-push-2 {
        left: 16.66666667%
    }
    .caldera-grid .col-sm-push-1 {
        left: 8.33333333%
    }
    .caldera-grid .col-sm-push-0 {
        left: 0
    }
    .caldera-grid .col-sm-offset-12 {
        margin-left: 100%
    }
    .caldera-grid .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .caldera-grid .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .caldera-grid .col-sm-offset-9 {
        margin-left: 75%
    }
    .caldera-grid .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .caldera-grid .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .caldera-grid .col-sm-offset-6 {
        margin-left: 50%
    }
    .caldera-grid .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .caldera-grid .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .caldera-grid .col-sm-offset-3 {
        margin-left: 25%
    }
    .caldera-grid .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .caldera-grid .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .caldera-grid .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .caldera-grid .col-md-1,
    .caldera-grid .col-md-10,
    .caldera-grid .col-md-11,
    .caldera-grid .col-md-12,
    .caldera-grid .col-md-2,
    .caldera-grid .col-md-3,
    .caldera-grid .col-md-4,
    .caldera-grid .col-md-5,
    .caldera-grid .col-md-6,
    .caldera-grid .col-md-7,
    .caldera-grid .col-md-8,
    .caldera-grid .col-md-9 {
        float: left
    }
    .caldera-grid .col-md-12 {
        width: 100%
    }
    .caldera-grid .col-md-11 {
        width: 91.66666667%
    }
    .caldera-grid .col-md-10 {
        width: 83.33333333%
    }
    .caldera-grid .col-md-9 {
        width: 75%
    }
    .caldera-grid .col-md-8 {
        width: 66.66666667%
    }
    .caldera-grid .col-md-7 {
        width: 58.33333333%
    }
    .caldera-grid .col-md-6 {
        width: 50%
    }
    .caldera-grid .col-md-5 {
        width: 41.66666667%
    }
    .caldera-grid .col-md-4 {
        width: 33.33333333%
    }
    .caldera-grid .col-md-3 {
        width: 25%
    }
    .caldera-grid .col-md-2 {
        width: 16.66666667%
    }
    .caldera-grid .col-md-1 {
        width: 8.33333333%
    }
    .caldera-grid .col-md-pull-12 {
        right: 100%
    }
    .caldera-grid .col-md-pull-11 {
        right: 91.66666667%
    }
    .caldera-grid .col-md-pull-10 {
        right: 83.33333333%
    }
    .caldera-grid .col-md-pull-9 {
        right: 75%
    }
    .caldera-grid .col-md-pull-8 {
        right: 66.66666667%
    }
    .caldera-grid .col-md-pull-7 {
        right: 58.33333333%
    }
    .caldera-grid .col-md-pull-6 {
        right: 50%
    }
    .caldera-grid .col-md-pull-5 {
        right: 41.66666667%
    }
    .caldera-grid .col-md-pull-4 {
        right: 33.33333333%
    }
    .caldera-grid .col-md-pull-3 {
        right: 25%
    }
    .caldera-grid .col-md-pull-2 {
        right: 16.66666667%
    }
    .caldera-grid .col-md-pull-1 {
        right: 8.33333333%
    }
    .caldera-grid .col-md-pull-0 {
        right: 0
    }
    .caldera-grid .col-md-push-12 {
        left: 100%
    }
    .caldera-grid .col-md-push-11 {
        left: 91.66666667%
    }
    .caldera-grid .col-md-push-10 {
        left: 83.33333333%
    }
    .caldera-grid .col-md-push-9 {
        left: 75%
    }
    .caldera-grid .col-md-push-8 {
        left: 66.66666667%
    }
    .caldera-grid .col-md-push-7 {
        left: 58.33333333%
    }
    .caldera-grid .col-md-push-6 {
        left: 50%
    }
    .caldera-grid .col-md-push-5 {
        left: 41.66666667%
    }
    .caldera-grid .col-md-push-4 {
        left: 33.33333333%
    }
    .caldera-grid .col-md-push-3 {
        left: 25%
    }
    .caldera-grid .col-md-push-2 {
        left: 16.66666667%
    }
    .caldera-grid .col-md-push-1 {
        left: 8.33333333%
    }
    .caldera-grid .col-md-push-0 {
        left: 0
    }
    .caldera-grid .col-md-offset-12 {
        margin-left: 100%
    }
    .caldera-grid .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .caldera-grid .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .caldera-grid .col-md-offset-9 {
        margin-left: 75%
    }
    .caldera-grid .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .caldera-grid .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .caldera-grid .col-md-offset-6 {
        margin-left: 50%
    }
    .caldera-grid .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .caldera-grid .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .caldera-grid .col-md-offset-3 {
        margin-left: 25%
    }
    .caldera-grid .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .caldera-grid .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .caldera-grid .col-md-offset-0 {
        margin-left: 0
    }
}

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

@media (min-width:1200px) {
    .caldera-grid .col-lg-1,
    .caldera-grid .col-lg-10,
    .caldera-grid .col-lg-11,
    .caldera-grid .col-lg-12,
    .caldera-grid .col-lg-2,
    .caldera-grid .col-lg-3,
    .caldera-grid .col-lg-4,
    .caldera-grid .col-lg-5,
    .caldera-grid .col-lg-6,
    .caldera-grid .col-lg-7,
    .caldera-grid .col-lg-8,
    .caldera-grid .col-lg-9 {
        float: left
    }
    .caldera-grid .col-lg-12 {
        width: 100%
    }
    .caldera-grid .col-lg-11 {
        width: 91.66666667%
    }
    .caldera-grid .col-lg-10 {
        width: 83.33333333%
    }
    .caldera-grid .col-lg-9 {
        width: 75%
    }
    .caldera-grid .col-lg-8 {
        width: 66.66666667%
    }
    .caldera-grid .col-lg-7 {
        width: 58.33333333%
    }
    .caldera-grid .col-lg-6 {
        width: 50%
    }
    .caldera-grid .col-lg-5 {
        width: 41.66666667%
    }
    .caldera-grid .col-lg-4 {
        width: 33.33333333%
    }
    .caldera-grid .col-lg-3 {
        width: 25%
    }
    .caldera-grid .col-lg-2 {
        width: 16.66666667%
    }
    .caldera-grid .col-lg-1 {
        width: 8.33333333%
    }
    .caldera-grid .col-lg-pull-12 {
        right: 100%
    }
    .caldera-grid .col-lg-pull-11 {
        right: 91.66666667%
    }
    .caldera-grid .col-lg-pull-10 {
        right: 83.33333333%
    }
    .caldera-grid .col-lg-pull-9 {
        right: 75%
    }
    .caldera-grid .col-lg-pull-8 {
        right: 66.66666667%
    }
    .caldera-grid .col-lg-pull-7 {
        right: 58.33333333%
    }
    .caldera-grid .col-lg-pull-6 {
        right: 50%
    }
    .caldera-grid .col-lg-pull-5 {
        right: 41.66666667%
    }
    .caldera-grid .col-lg-pull-4 {
        right: 33.33333333%
    }
    .caldera-grid .col-lg-pull-3 {
        right: 25%
    }
    .caldera-grid .col-lg-pull-2 {
        right: 16.66666667%
    }
    .caldera-grid .col-lg-pull-1 {
        right: 8.33333333%
    }
    .caldera-grid .col-lg-pull-0 {
        right: 0
    }
    .caldera-grid .col-lg-push-12 {
        left: 100%
    }
    .caldera-grid .col-lg-push-11 {
        left: 91.66666667%
    }
    .caldera-grid .col-lg-push-10 {
        left: 83.33333333%
    }
    .caldera-grid .col-lg-push-9 {
        left: 75%
    }
    .caldera-grid .col-lg-push-8 {
        left: 66.66666667%
    }
    .caldera-grid .col-lg-push-7 {
        left: 58.33333333%
    }
    .caldera-grid .col-lg-push-6 {
        left: 50%
    }
    .caldera-grid .col-lg-push-5 {
        left: 41.66666667%
    }
    .caldera-grid .col-lg-push-4 {
        left: 33.33333333%
    }
    .caldera-grid .col-lg-push-3 {
        left: 25%
    }
    .caldera-grid .col-lg-push-2 {
        left: 16.66666667%
    }
    .caldera-grid .col-lg-push-1 {
        left: 8.33333333%
    }
    .caldera-grid .col-lg-push-0 {
        left: 0
    }
    .caldera-grid .col-lg-offset-12 {
        margin-left: 100%
    }
    .caldera-grid .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .caldera-grid .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .caldera-grid .col-lg-offset-9 {
        margin-left: 75%
    }
    .caldera-grid .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .caldera-grid .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .caldera-grid .col-lg-offset-6 {
        margin-left: 50%
    }
    .caldera-grid .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .caldera-grid .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .caldera-grid .col-lg-offset-3 {
        margin-left: 25%
    }
    .caldera-grid .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .caldera-grid .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .caldera-grid .col-lg-offset-0 {
        margin-left: 0
    }
}

.caldera-grid .clearfix:after,
.caldera-grid .clearfix:before,
.caldera-grid .container-fluid:after,
.caldera-grid .container-fluid:before,
.caldera-grid .container:after,
.caldera-grid .container:before,
.caldera-grid .row:after,
.caldera-grid .row:before {
    content: " ";
    display: table
}

.caldera-grid .clearfix:after,
.caldera-grid .container-fluid:after,
.caldera-grid .container:after,
.caldera-grid .row:after {
    clear: both
}

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

.caldera-grid .pull-right {
    float: right!important
}

.caldera-grid .pull-left {
    float: left!important
}

.caldera-grid .hide {
    display: none!important
}

.caldera-grid .show {
    display: block!important
}

.caldera-grid .hidden,
.caldera-grid .visible-lg,
.caldera-grid .visible-md,
.caldera-grid .visible-sm,
.caldera-grid .visible-xs {
    display: none!important
}

.caldera-grid .invisible {
    visibility: hidden
}

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

.caldera-grid .hidden {
    visibility: hidden!important
}

.caldera-grid .affix {
    position: fixed
}

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

@media (max-width:767px) {
    .caldera-grid .visible-xs {
        display: block!important
    }
    .caldera-grid table.visible-xs {
        display: table
    }
    .caldera-grid tr.visible-xs {
        display: table-row!important
    }
    .caldera-grid td.visible-xs,
    .caldera-grid th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .caldera-grid .visible-sm {
        display: block!important
    }
    .caldera-grid table.visible-sm {
        display: table
    }
    .caldera-grid tr.visible-sm {
        display: table-row!important
    }
    .caldera-grid td.visible-sm,
    .caldera-grid th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .caldera-grid .visible-md {
        display: block!important
    }
    .caldera-grid table.visible-md {
        display: table
    }
    .caldera-grid tr.visible-md {
        display: table-row!important
    }
    .caldera-grid td.visible-md,
    .caldera-grid th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .caldera-grid .visible-lg {
        display: block!important
    }
    .caldera-grid table.visible-lg {
        display: table
    }
    .caldera-grid tr.visible-lg {
        display: table-row!important
    }
    .caldera-grid td.visible-lg,
    .caldera-grid th.visible-lg {
        display: table-cell!important
    }
    .caldera-grid .hidden-lg {
        display: none!important
    }
}

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

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

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

.caldera-grid .visible-print {
    display: none!important
}

@media print {
    .caldera-grid .visible-print {
        display: block!important
    }
    .caldera-grid table.visible-print {
        display: table
    }
    .caldera-grid tr.visible-print {
        display: table-row!important
    }
    .caldera-grid td.visible-print,
    .caldera-grid th.visible-print {
        display: table-cell!important
    }
    .caldera-grid .hidden-print {
        display: none!important
    }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.parsley-errors-list.filled {
    opacity: 1
}

.caldera-grid .alert {
    padding: 8px;
    margin-bottom: 18px;
    border-radius: 2px
}

.caldera-grid .alert .alert-link {
    font-weight: 700
}

.caldera-grid .alert-dismissable {
    padding-right: 28px
}

.caldera-grid .alert-success {
    background-color: #dff0d8;
    border-color: #a3d48e;
    color: #3c763d
}

.caldera-grid .alert-success hr {
    border-top-color: #93cd7c
}

.caldera-grid .alert-success .alert-link {
    color: #2b542c
}

.caldera-grid .alert-info {
    background-color: #d9edf7;
    border-color: #85c5e5;
    color: #31708f
}

.caldera-grid .alert-info hr {
    border-top-color: #70bbe1
}

.caldera-grid .alert-info .alert-link {
    color: #245269
}

.caldera-grid .alert-warning {
    background-color: #f9edbe;
    border-color: #f0c36d;
    color: #333
}

.caldera-grid .alert-warning hr {
    border-top-color: #eeb956
}

.caldera-grid .alert-warning .alert-link {
    color: #1a1a1a
}

.caldera-grid .alert-danger,
.caldera-grid .alert-error {
    background-color: #f2dede;
    border-color: #d59595;
    color: #a94442
}

.caldera-grid .alert-danger hr,
.caldera-grid .alert-error hr {
    border-top-color: #ce8383
}

.caldera-grid .alert-danger .alert-link,
.caldera-grid .alert-error .alert-link {
    color: #843534
}

.caldera-grid .alert-danger,
.caldera-grid .alert-error,
.caldera-grid .alert-info,
.caldera-grid .alert-success,
.caldera-grid .alert-warning {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.caldera-grid .has-error .form-control:focus,
.caldera-grid .has-error .form-control:hover {
    border-color: #dd4b39
}

.caldera-grid.cf_processing {
    background: url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/images/loading.gif) center center/30px auto no-repeat rgba(0, 0, 0, 0)
}

.caldera-grid.cf_processing>* {
    opacity: .5
}

.caldera-grid html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.caldera-grid body {
    margin: 0
}

.caldera-grid article,
.caldera-grid aside,
.caldera-grid details,
.caldera-grid figcaption,
.caldera-grid figure,
.caldera-grid footer,
.caldera-grid header,
.caldera-grid hgroup,
.caldera-grid main,
.caldera-grid menu,
.caldera-grid nav,
.caldera-grid section,
.caldera-grid summary {
    display: block
}

.caldera-grid audio,
.caldera-grid canvas,
.caldera-grid progress,
.caldera-grid video {
    display: inline-block;
    vertical-align: baseline
}

.caldera-grid audio:not([controls]) {
    display: none;
    height: 0
}

.caldera-grid [hidden],
.caldera-grid template {
    display: none
}

.caldera-grid a {
    background-color: transparent
}

.caldera-grid a:active,
.caldera-grid a:hover {
    outline: 0
}

.caldera-grid abbr[title] {
    border-bottom: 1px dotted
}

.caldera-grid b,
.caldera-grid strong {
    font-weight: 700
}

.caldera-grid dfn {
    font-style: italic
}

.caldera-grid h1 {
    font-size: 2em;
    margin: .67em 0
}

.caldera-grid mark {
    background: #ff0;
    color: #000
}

.caldera-grid small {
    font-size: 80%
}

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

.caldera-grid sup {
    top: -.5em
}

.caldera-grid sub {
    bottom: -.25em
}

.caldera-grid img {
    border: 0
}

.caldera-grid svg:not(:root) {
    overflow: hidden
}

.caldera-grid pre,
.caldera-grid textarea {
    overflow: auto
}

.caldera-grid figure {
    margin: 1em 40px
}

.caldera-grid hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.caldera-grid code,
.caldera-grid kbd,
.caldera-grid pre,
.caldera-grid samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.caldera-grid button,
.caldera-grid input,
.caldera-grid optgroup,
.caldera-grid select,
.caldera-grid textarea {
    font: inherit;
    margin: 0
}

.caldera-grid button {
    overflow: visible
}

.caldera-grid button,
.caldera-grid select {
    text-transform: none
}

.caldera-grid button,
.caldera-grid html input[type=button],
.caldera-grid input[type=reset],
.caldera-grid input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.caldera-grid button[disabled],
.caldera-grid html input[disabled] {
    cursor: default
}

.caldera-grid button::-moz-focus-inner,
.caldera-grid input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.caldera-grid input {
    line-height: normal
}

.caldera-grid input[type=checkbox],
.caldera-grid input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

.caldera-grid input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.caldera-grid optgroup {
    font-weight: 700
}

.caldera-grid table {
    border-collapse: collapse;
    border-spacing: 0
}

.caldera-grid td,
.caldera-grid th {
    padding: 0
}

@media print {
    .caldera-grid *,
    .caldera-grid :after,
    .caldera-grid :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    .caldera-grid a,
    .caldera-grid a:visited {
        text-decoration: underline
    }
    .caldera-grid a[href]:after {
        content: " (" attr(href) ")"
    }
    .caldera-grid abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .caldera-grid a[href^="#"]:after,
    .caldera-grid a[href^="javascript:"]:after {
        content: ""
    }
    .caldera-grid blockquote,
    .caldera-grid pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    .caldera-grid thead {
        display: table-header-group
    }
    .caldera-grid img,
    .caldera-grid tr {
        page-break-inside: avoid
    }
    .caldera-grid img {
        max-width: 100%!important
    }
    .caldera-grid h2,
    .caldera-grid h3,
    .caldera-grid p {
        orphans: 3;
        widows: 3
    }
    .caldera-grid h2,
    .caldera-grid h3 {
        page-break-after: avoid
    }
    .caldera-grid select {
        background: #fff!important
    }
    .caldera-grid .navbar {
        display: none
    }
    .caldera-grid .btn>.caret,
    .caldera-grid .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .caldera-grid .label {
        border: 1px solid #000
    }
    .caldera-grid .table {
        border-collapse: collapse!important
    }
    .caldera-grid .table td,
    .caldera-grid .table th {
        background-color: #fff!important
    }
    .caldera-grid .table-bordered td,
    .caldera-grid .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.caldera-grid .btn,
.caldera-grid .btn-danger.active,
.caldera-grid .btn-danger:active,
.caldera-grid .btn-default.active,
.caldera-grid .btn-default:active,
.caldera-grid .btn-info.active,
.caldera-grid .btn-info:active,
.caldera-grid .btn-primary.active,
.caldera-grid .btn-primary:active,
.caldera-grid .btn-success.active,
.caldera-grid .btn-success:active,
.caldera-grid .btn-warning.active,
.caldera-grid .btn-warning:active,
.caldera-grid .btn.active,
.caldera-grid .btn:active,
.caldera-grid .form-control,
.open>.dropdown-toggle.caldera-grid .btn-danger,
.open>.dropdown-toggle.caldera-grid .btn-default,
.open>.dropdown-toggle.caldera-grid .btn-info,
.open>.dropdown-toggle.caldera-grid .btn-primary,
.open>.dropdown-toggle.caldera-grid .btn-success,
.open>.dropdown-toggle.caldera-grid .btn-warning {
    background-image: none
}

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

.caldera-grid 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
}

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

.caldera-grid input[type=checkbox],
.caldera-grid input[type=radio] {
    margin: 0;
    line-height: normal
}

.caldera-grid .form-group,
.cf-color-picker .form-group {
    margin-bottom: 15px
}

.caldera-grid .form-control,
.caldera-grid output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

.caldera-grid input[type=file] {
    display: block
}

.caldera-grid input[type=range] {
    display: block;
    width: 100%
}

.caldera-grid select[multiple],
.caldera-grid select[size] {
    height: auto
}

.caldera-grid input[type=checkbox]:focus,
.caldera-grid input[type=file]:focus,
.caldera-grid input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.caldera-grid input[type=checkbox] {
    -webkit-appearance: checkbox
}

.caldera-grid input[type=radio] {
    -webkit-appearance: radio
}

.caldera-grid output {
    padding-top: 7px
}

.caldera-grid .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.caldera-grid .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)
}

.caldera-grid .form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.caldera-grid .form-control:-ms-input-placeholder {
    color: #999
}

.caldera-grid .form-control::-webkit-input-placeholder {
    color: #999
}

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

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

textarea .caldera-grid .form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .caldera-grid input[type=date],
    .caldera-grid input[type=datetime-local],
    .caldera-grid input[type=month],
    .caldera-grid input[type=time] {
        line-height: 34px
    }
    .caldera-grid input[type=date].input-sm,
    .caldera-grid input[type=datetime-local].input-sm,
    .caldera-grid input[type=month].input-sm,
    .caldera-grid input[type=time].input-sm,
    .input-group-sm .caldera-grid input[type=date],
    .input-group-sm .caldera-grid input[type=datetime-local],
    .input-group-sm .caldera-grid input[type=month],
    .input-group-sm .caldera-grid input[type=time] {
        line-height: 30px
    }
    .caldera-grid input[type=date].input-lg,
    .caldera-grid input[type=datetime-local].input-lg,
    .caldera-grid input[type=month].input-lg,
    .caldera-grid input[type=time].input-lg,
    .input-group-lg .caldera-grid input[type=date],
    .input-group-lg .caldera-grid input[type=datetime-local],
    .input-group-lg .caldera-grid input[type=month],
    .input-group-lg .caldera-grid input[type=time] {
        line-height: 46px
    }
}

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

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

.caldera-grid .checkbox input[type=checkbox],
.caldera-grid .checkbox-inline input[type=checkbox],
.caldera-grid .radio input[type=radio],
.caldera-grid .radio-inline input[type=radio] {
    margin-left: -20px
}

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

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

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

.caldera-grid .btn-block+.btn-block,
.caldera-grid .help-block,
.cf-toggle-switch .btn-block+.btn-block {
    margin-top: 5px
}

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

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

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

.caldera-grid .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

select.caldera-grid .input-sm {
    height: 30px;
    line-height: 30px
}

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

.caldera-grid .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

select.caldera-grid .form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

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

.caldera-grid .form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.caldera-grid .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

select.caldera-grid .input-lg {
    height: 46px;
    line-height: 46px
}

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

.caldera-grid .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

select.caldera-grid .form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

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

.caldera-grid .form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.caldera-grid .has-feedback {
    position: relative
}

.caldera-grid .has-feedback .form-control {
    padding-right: 42.5px
}

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

.caldera-grid .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.caldera-grid .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

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

.caldera-grid .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.caldera-grid .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.caldera-grid .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.caldera-grid .has-success .form-control-feedback {
    color: #3c763d
}

.caldera-grid .has-warning .checkbox,
.caldera-grid .has-warning .checkbox-inline,
.caldera-grid .has-warning .control-label,
.caldera-grid .has-warning .help-block,
.caldera-grid .has-warning .radio,
.caldera-grid .has-warning .radio-inline,
.caldera-grid .has-warning.checkbox label,
.caldera-grid .has-warning.checkbox-inline label,
.caldera-grid .has-warning.radio label,
.caldera-grid .has-warning.radio-inline label {
    color: #8a6d3b
}

.caldera-grid .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.caldera-grid .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.caldera-grid .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.caldera-grid .has-warning .form-control-feedback {
    color: #8a6d3b
}

.caldera-grid .has-error .checkbox,
.caldera-grid .has-error .checkbox-inline,
.caldera-grid .has-error .control-label,
.caldera-grid .has-error .help-block,
.caldera-grid .has-error .radio,
.caldera-grid .has-error .radio-inline,
.caldera-grid .has-error.checkbox label,
.caldera-grid .has-error.checkbox-inline label,
.caldera-grid .has-error.radio label,
.caldera-grid .has-error.radio-inline label {
    color: #a94442
}

.caldera-grid .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.caldera-grid .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.caldera-grid .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.caldera-grid .has-error .form-control-feedback {
    color: #a94442
}

.caldera-grid .has-feedback label~.form-control-feedback {
    top: 25px
}

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

.caldera-grid .help-block {
    display: block;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .caldera-grid .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .caldera-grid .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .caldera-grid .form-inline .form-control-static {
        display: inline-block
    }
    .caldera-grid .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .caldera-grid .form-inline .input-group .form-control,
    .caldera-grid .form-inline .input-group .input-group-addon,
    .caldera-grid .form-inline .input-group .input-group-btn {
        width: auto
    }
    .caldera-grid .form-inline .input-group>.form-control {
        width: 100%
    }
    .caldera-grid .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .caldera-grid .form-inline .checkbox,
    .caldera-grid .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .caldera-grid .form-inline .checkbox label,
    .caldera-grid .form-inline .radio label {
        padding-left: 0
    }
    .caldera-grid .form-inline .checkbox input[type=checkbox],
    .caldera-grid .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .caldera-grid .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .caldera-grid .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

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

.caldera-grid .form-horizontal .checkbox,
.caldera-grid .form-horizontal .radio {
    min-height: 27px
}

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

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

@media (min-width:768px) {
    .caldera-grid .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
    .caldera-grid .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.caldera-grid .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.caldera-grid .btn.active.focus,
.caldera-grid .btn.active:focus,
.caldera-grid .btn.focus,
.caldera-grid .btn:active.focus,
.caldera-grid .btn:active:focus,
.caldera-grid .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.caldera-grid .btn.focus,
.caldera-grid .btn:focus,
.caldera-grid .btn:hover {
    color: #333;
    text-decoration: none
}

.caldera-grid .btn.active,
.caldera-grid .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.caldera-grid .btn.disabled,
.caldera-grid .btn[disabled],
fieldset[disabled] .caldera-grid .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.caldera-grid .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.caldera-grid .btn-default.active,
.caldera-grid .btn-default.focus,
.caldera-grid .btn-default:active,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default:hover,
.open>.dropdown-toggle.caldera-grid .btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.caldera-grid .btn-default.disabled,
.caldera-grid .btn-default.disabled.active,
.caldera-grid .btn-default.disabled.focus,
.caldera-grid .btn-default.disabled:active,
.caldera-grid .btn-default.disabled:focus,
.caldera-grid .btn-default.disabled:hover,
.caldera-grid .btn-default[disabled],
.caldera-grid .btn-default[disabled].active,
.caldera-grid .btn-default[disabled].focus,
.caldera-grid .btn-default[disabled]:active,
.caldera-grid .btn-default[disabled]:focus,
.caldera-grid .btn-default[disabled]:hover,
fieldset[disabled] .caldera-grid .btn-default,
fieldset[disabled] .caldera-grid .btn-default.active,
fieldset[disabled] .caldera-grid .btn-default.focus,
fieldset[disabled] .caldera-grid .btn-default:active,
fieldset[disabled] .caldera-grid .btn-default:focus,
fieldset[disabled] .caldera-grid .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.caldera-grid .btn-default .badge {
    color: #fff;
    background-color: #333
}

.caldera-grid .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.caldera-grid .btn-primary.active,
.caldera-grid .btn-primary.focus,
.caldera-grid .btn-primary:active,
.caldera-grid .btn-primary:focus,
.caldera-grid .btn-primary:hover,
.open>.dropdown-toggle.caldera-grid .btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.caldera-grid .btn-primary.disabled,
.caldera-grid .btn-primary.disabled.active,
.caldera-grid .btn-primary.disabled.focus,
.caldera-grid .btn-primary.disabled:active,
.caldera-grid .btn-primary.disabled:focus,
.caldera-grid .btn-primary.disabled:hover,
.caldera-grid .btn-primary[disabled],
.caldera-grid .btn-primary[disabled].active,
.caldera-grid .btn-primary[disabled].focus,
.caldera-grid .btn-primary[disabled]:active,
.caldera-grid .btn-primary[disabled]:focus,
.caldera-grid .btn-primary[disabled]:hover,
fieldset[disabled] .caldera-grid .btn-primary,
fieldset[disabled] .caldera-grid .btn-primary.active,
fieldset[disabled] .caldera-grid .btn-primary.focus,
fieldset[disabled] .caldera-grid .btn-primary:active,
fieldset[disabled] .caldera-grid .btn-primary:focus,
fieldset[disabled] .caldera-grid .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.caldera-grid .btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.caldera-grid .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.caldera-grid .btn-success.active,
.caldera-grid .btn-success.focus,
.caldera-grid .btn-success:active,
.caldera-grid .btn-success:focus,
.caldera-grid .btn-success:hover,
.open>.dropdown-toggle.caldera-grid .btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.caldera-grid .btn-success.disabled,
.caldera-grid .btn-success.disabled.active,
.caldera-grid .btn-success.disabled.focus,
.caldera-grid .btn-success.disabled:active,
.caldera-grid .btn-success.disabled:focus,
.caldera-grid .btn-success.disabled:hover,
.caldera-grid .btn-success[disabled],
.caldera-grid .btn-success[disabled].active,
.caldera-grid .btn-success[disabled].focus,
.caldera-grid .btn-success[disabled]:active,
.caldera-grid .btn-success[disabled]:focus,
.caldera-grid .btn-success[disabled]:hover,
fieldset[disabled] .caldera-grid .btn-success,
fieldset[disabled] .caldera-grid .btn-success.active,
fieldset[disabled] .caldera-grid .btn-success.focus,
fieldset[disabled] .caldera-grid .btn-success:active,
fieldset[disabled] .caldera-grid .btn-success:focus,
fieldset[disabled] .caldera-grid .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.caldera-grid .btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.caldera-grid .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.caldera-grid .btn-info.active,
.caldera-grid .btn-info.focus,
.caldera-grid .btn-info:active,
.caldera-grid .btn-info:focus,
.caldera-grid .btn-info:hover,
.open>.dropdown-toggle.caldera-grid .btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.caldera-grid .btn-info.disabled,
.caldera-grid .btn-info.disabled.active,
.caldera-grid .btn-info.disabled.focus,
.caldera-grid .btn-info.disabled:active,
.caldera-grid .btn-info.disabled:focus,
.caldera-grid .btn-info.disabled:hover,
.caldera-grid .btn-info[disabled],
.caldera-grid .btn-info[disabled].active,
.caldera-grid .btn-info[disabled].focus,
.caldera-grid .btn-info[disabled]:active,
.caldera-grid .btn-info[disabled]:focus,
.caldera-grid .btn-info[disabled]:hover,
fieldset[disabled] .caldera-grid .btn-info,
fieldset[disabled] .caldera-grid .btn-info.active,
fieldset[disabled] .caldera-grid .btn-info.focus,
fieldset[disabled] .caldera-grid .btn-info:active,
fieldset[disabled] .caldera-grid .btn-info:focus,
fieldset[disabled] .caldera-grid .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.caldera-grid .btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.caldera-grid .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.caldera-grid .btn-warning.active,
.caldera-grid .btn-warning.focus,
.caldera-grid .btn-warning:active,
.caldera-grid .btn-warning:focus,
.caldera-grid .btn-warning:hover,
.open>.dropdown-toggle.caldera-grid .btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.caldera-grid .btn-warning.disabled,
.caldera-grid .btn-warning.disabled.active,
.caldera-grid .btn-warning.disabled.focus,
.caldera-grid .btn-warning.disabled:active,
.caldera-grid .btn-warning.disabled:focus,
.caldera-grid .btn-warning.disabled:hover,
.caldera-grid .btn-warning[disabled],
.caldera-grid .btn-warning[disabled].active,
.caldera-grid .btn-warning[disabled].focus,
.caldera-grid .btn-warning[disabled]:active,
.caldera-grid .btn-warning[disabled]:focus,
.caldera-grid .btn-warning[disabled]:hover,
fieldset[disabled] .caldera-grid .btn-warning,
fieldset[disabled] .caldera-grid .btn-warning.active,
fieldset[disabled] .caldera-grid .btn-warning.focus,
fieldset[disabled] .caldera-grid .btn-warning:active,
fieldset[disabled] .caldera-grid .btn-warning:focus,
fieldset[disabled] .caldera-grid .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.caldera-grid .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.caldera-grid .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.caldera-grid .btn-danger.active,
.caldera-grid .btn-danger.focus,
.caldera-grid .btn-danger:active,
.caldera-grid .btn-danger:focus,
.caldera-grid .btn-danger:hover,
.open>.dropdown-toggle.caldera-grid .btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.caldera-grid .btn-danger.disabled,
.caldera-grid .btn-danger.disabled.active,
.caldera-grid .btn-danger.disabled.focus,
.caldera-grid .btn-danger.disabled:active,
.caldera-grid .btn-danger.disabled:focus,
.caldera-grid .btn-danger.disabled:hover,
.caldera-grid .btn-danger[disabled],
.caldera-grid .btn-danger[disabled].active,
.caldera-grid .btn-danger[disabled].focus,
.caldera-grid .btn-danger[disabled]:active,
.caldera-grid .btn-danger[disabled]:focus,
.caldera-grid .btn-danger[disabled]:hover,
fieldset[disabled] .caldera-grid .btn-danger,
fieldset[disabled] .caldera-grid .btn-danger.active,
fieldset[disabled] .caldera-grid .btn-danger.focus,
fieldset[disabled] .caldera-grid .btn-danger:active,
fieldset[disabled] .caldera-grid .btn-danger:focus,
fieldset[disabled] .caldera-grid .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.caldera-grid .btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.caldera-grid .btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.caldera-grid .btn-link,
.caldera-grid .btn-link.active,
.caldera-grid .btn-link:active,
.caldera-grid .btn-link[disabled],
fieldset[disabled] .caldera-grid .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.caldera-grid .btn-link,
.caldera-grid .btn-link:active,
.caldera-grid .btn-link:focus,
.caldera-grid .btn-link:hover {
    border-color: transparent
}

.caldera-grid .btn-link:focus,
.caldera-grid .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.caldera-grid .btn-link[disabled]:focus,
.caldera-grid .btn-link[disabled]:hover,
fieldset[disabled] .caldera-grid .btn-link:focus,
fieldset[disabled] .caldera-grid .btn-link:hover {
    color: #777;
    text-decoration: none
}

.caldera-grid .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

.caldera-grid .btn-sm,
.caldera-grid .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

.caldera-grid .btn-sm {
    padding: 5px 10px
}

.caldera-grid .btn-xs {
    padding: 1px 5px
}

.caldera-grid .btn-block {
    display: block;
    width: 100%
}

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

.caldera-grid textarea.form-control {
    padding-right: 4px;
    height: auto
}

.caldera-grid .breadcrumb {
    padding: 6px 12px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.caldera-grid .breadcrumb>li {
    display: inline-block;
    margin: 0
}

.caldera-grid .breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.caldera-grid .breadcrumb>.active,
.caldera-grid .breadcrumb>.active>a {
    color: #777
}

.breadcrumb>li.active.error>a,
.breadcrumb>li.error>a {
    color: red
}

.caldera-grid .cf-credit-card {
    padding-left: 42px;
    background-image: url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/images/credit-card.svg);
    background-repeat: no-repeat!important;
    background-position-x: 4px!important;
    background-position-y: 3px!important
}

.caldera-grid .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

p.caldera-forms-consent-field-agreement {
    display: inline
}

@font-face {
    font-family: cf-raty;
    src: url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/css/fonts/cf-raty.eot?40481674);
    src: url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/css/fonts/cf-raty.eot?40481674#iefix) format('embedded-opentype'), url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/css/fonts/cf-raty.woff?40481674) format('woff'), url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/css/fonts/cf-raty.ttf?40481674) format('truetype'), url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/css/fonts/cf-raty.svg?40481674#cf-raty) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" raty-"]:before,
[class^=raty-]:before {
    font-family: cf-raty;
    font-style: normal;
    font-weight: 400;
    speak: none;
    font-size: 2em;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.raty-heart-on:before {
    content: '\e800'
}

.raty-heart-off:before {
    content: '\e801'
}

.raty-star-on:before {
    content: '\e802'
}

.raty-star-off:before {
    content: '\e803'
}

.raty-circle-on:before {
    content: '\e804'
}

.raty-circle-off:before {
    content: '\e805'
}

.raty-dot-off:before {
    content: '\e806'
}

.raty-dot-on:before {
    content: '\e807'
}

.raty-face-off:before {
    content: '\e808'
}

.raty-face-on:before {
    content: '\e809'
}

.raty-cancel-off:before {
    content: '\e80a'
}

.raty-cancel-on:before {
    content: '\e80b'
}

.calculation-group {
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    padding: 6px;
    margin: 6px 0
}

.cf-color-picker .input-group-btn:last-child>.btn,
.cf-color-picker .input-group-btn:last-child>.btn-group,
.cf-color-picker .input-group-btn>.btn+.btn,
.cf-toggle-switch .btn-group .btn+.btn,
.cf-toggle-switch .btn-group .btn+.btn-group,
.cf-toggle-switch .btn-group .btn-group+.btn,
.cf-toggle-switch .btn-group .btn-group+.btn-group,
.preview-color-selector {
    margin-left: -1px
}

.preview-color-selector {
    background: #F0F0F0;
    border: 1px solid #E2E2E2;
    display: inline;
    padding: 3px 12px;
    box-shadow: 0 0 0 2px #fff inset
}

.miniColors-trigger {
    border: 1px solid #999;
    -mz-border-radius: 0 1px 1px 0;
    -webkit-border-radius: 0 1px 1px 0;
    display: inline-block;
    height: 24px;
    margin: 0 0 -8px -1px;
    width: 30px
}

.miniColors-selector {
    background: #FFF;
    border: 1px solid #999;
    -moz-box-shadow: 0 3px 0 -1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 0 -1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 0 -1px rgba(0, 0, 0, .05);
    height: 162px;
    padding: 5px;
    position: absolute;
    width: 187px;
    z-index: 999999;
    margin-top: -1px
}

.miniColors-colors,
.miniColors-hues {
    top: 5px;
    height: 150px;
    cursor: crosshair;
    position: absolute
}

.miniColors-selector.black {
    background: #000;
    border-color: #000
}

.miniColors-colors {
    left: 5px;
    width: 150px;
    background: url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/css/minicolor-colors.png) right no-repeat
}

.miniColors-hues {
    left: 160px;
    width: 20px;
    background: url(//demo30.atiframe.com/wp-content/plugins/caldera-forms/assets/build/css/minicolor-colors.png) left no-repeat
}

.miniColors-colorPicker {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px
}

.miniColors-colorPicker-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

.miniColors-huePicker {
    position: absolute;
    left: -3px;
    width: 24px;
    height: 1px;
    border: 1px solid #fff;
    border-radius: 2px;
    background: #000
}

.cf-color-picker .form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.cf-color-picker .form-control:-ms-input-placeholder {
    color: #999
}

.cf-color-picker .form-control::-webkit-input-placeholder {
    color: #999
}

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

.cf-color-picker .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 120px
}

.cf-color-picker .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.cf-color-picker .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.cf-color-picker .input-group-lg>.form-control,
.cf-color-picker .input-group-lg>.input-group-addon,
.cf-color-picker .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.cf-color-picker .input-group-sm>.form-control,
.cf-color-picker .input-group-sm>.input-group-addon,
.cf-color-picker .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.cf-color-picker .input-group .form-control,
.cf-color-picker .input-group-addon,
.cf-color-picker .input-group-btn {
    display: table-cell
}

.cf-color-picker .input-group .form-control:not(:first-child):not(:last-child),
.cf-color-picker .input-group-addon:not(:first-child):not(:last-child),
.cf-color-picker .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.cf-color-picker .input-group-addon,
.cf-color-picker .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.cf-color-picker .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.cf-color-picker .text-hide,
.table-striped .cfdatepicker table tr td,
.table-striped .cfdatepicker table tr th {
    background-color: transparent
}

.cf-color-picker .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.cf-color-picker .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.cf-color-picker .input-group .form-control:first-child,
.cf-color-picker .input-group-addon:first-child,
.cf-color-picker .input-group-btn:first-child>.btn,
.cf-color-picker .input-group-btn:first-child>.btn-group>.btn,
.cf-color-picker .input-group-btn:first-child>.dropdown-toggle,
.cf-color-picker .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.cf-color-picker .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.cf-color-picker .input-group-addon:first-child {
    border-right: 0
}

.cf-color-picker .input-group .form-control:last-child,
.cf-color-picker .input-group-addon:last-child,
.cf-color-picker .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.cf-color-picker .input-group-btn:first-child>.btn:not(:first-child),
.cf-color-picker .input-group-btn:last-child>.btn,
.cf-color-picker .input-group-btn:last-child>.btn-group>.btn,
.cf-color-picker .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.cf-color-picker .input-group-addon:last-child {
    border-left: 0
}

.cf-color-picker .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.cf-color-picker .input-group-btn>.btn {
    position: relative
}

.cf-color-picker .input-group-btn>.btn:active,
.cf-color-picker .input-group-btn>.btn:focus,
.cf-color-picker .input-group-btn>.btn:hover {
    z-index: 2
}

.cf-color-picker .input-group-btn:first-child>.btn,
.cf-color-picker .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.cf-color-picker .clearfix:after,
.cf-color-picker .clearfix:before,
.cf-color-picker .form-horizontal .form-group:after,
.cf-color-picker .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.cfdatepicker-dropdown:after,
.cfdatepicker-dropdown:before {
    content: '';
    position: absolute;
    display: inline-block
}

.cf-color-picker .clearfix:after,
.cf-color-picker .form-horizontal .form-group:after {
    clear: both
}

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

.cf-color-picker .pull-right {
    float: right!important
}

.cf-color-picker .pull-left {
    float: left!important
}

.cf-color-picker .hide {
    display: none!important
}

.cf-color-picker .show {
    display: block!important
}

.cf-color-picker .invisible {
    visibility: hidden
}

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

.cf-color-picker .hidden {
    display: none!important;
    visibility: hidden!important
}

.cf-color-picker .affix {
    position: fixed
}

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

.cf-color-picker .visible-lg,
.cf-color-picker .visible-md,
.cf-color-picker .visible-print,
.cf-color-picker .visible-sm,
.cf-color-picker .visible-xs {
    display: none!important
}

@media (max-width:767px) {
    .cf-color-picker .visible-xs {
        display: block!important
    }
    .cf-color-picker table.visible-xs {
        display: table
    }
    .cf-color-picker tr.visible-xs {
        display: table-row!important
    }
    .cf-color-picker td.visible-xs,
    .cf-color-picker th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cf-color-picker .visible-sm {
        display: block!important
    }
    .cf-color-picker table.visible-sm {
        display: table
    }
    .cf-color-picker tr.visible-sm {
        display: table-row!important
    }
    .cf-color-picker td.visible-sm,
    .cf-color-picker th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .cf-color-picker .visible-md {
        display: block!important
    }
    .cf-color-picker table.visible-md {
        display: table
    }
    .cf-color-picker tr.visible-md {
        display: table-row!important
    }
    .cf-color-picker td.visible-md,
    .cf-color-picker th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .cf-color-picker .visible-lg {
        display: block!important
    }
    .cf-color-picker table.visible-lg {
        display: table
    }
    .cf-color-picker tr.visible-lg {
        display: table-row!important
    }
    .cf-color-picker td.visible-lg,
    .cf-color-picker th.visible-lg {
        display: table-cell!important
    }
    .cf-color-picker .hidden-lg {
        display: none!important
    }
}

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

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

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

@media print {
    .cf-color-picker .visible-print {
        display: block!important
    }
    .cf-color-picker table.visible-print {
        display: table
    }
    .cf-color-picker tr.visible-print {
        display: table-row!important
    }
    .cf-color-picker td.visible-print,
    .cf-color-picker th.visible-print {
        display: table-cell!important
    }
    .cf-color-picker .hidden-print {
        display: none!important
    }
}

.cfdatepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr
}

.cfdatepicker-inline {
    width: 220px
}

.cfdatepicker.cfdatepicker-rtl {
    direction: rtl
}

.cfdatepicker.cfdatepicker-rtl table tr td span {
    float: right
}

.cfdatepicker-dropdown {
    top: 0;
    left: 0
}

.cfdatepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2)
}

.cfdatepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0
}

.cfdatepicker-dropdown.cfdatepicker-orient-left:before {
    left: 6px
}

.cfdatepicker-dropdown.cfdatepicker-orient-left:after {
    left: 7px
}

.cfdatepicker-dropdown.cfdatepicker-orient-right:before {
    right: 6px
}

.cfdatepicker-dropdown.cfdatepicker-orient-right:after {
    right: 7px
}

.cfdatepicker-dropdown.cfdatepicker-orient-top:before {
    top: -7px
}

.cfdatepicker-dropdown.cfdatepicker-orient-top:after {
    top: -6px
}

.cfdatepicker-dropdown.cfdatepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.cfdatepicker-dropdown.cfdatepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.cfdatepicker>div {
    display: none
}

.cfdatepicker.days div.cfdatepicker-days,
.cfdatepicker.months div.cfdatepicker-months,
.cfdatepicker.years div.cfdatepicker-years {
    display: block
}

.cfdatepicker table {
    border: 0;
    width: auto;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cfdatepicker table tr td,
.cfdatepicker table tr th {
    text-align: center;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    border: none
}

.cfdatepicker table tr td.day.focused,
.cfdatepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.cfdatepicker table tr td.new,
.cfdatepicker table tr td.old {
    color: #999
}

.cfdatepicker table tr td.disabled,
.cfdatepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.cfdatepicker table tr td.today,
.cfdatepicker table tr td.today.disabled,
.cfdatepicker table tr td.today.disabled:hover,
.cfdatepicker table tr td.today:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.cfdatepicker table tr td.today.active,
.cfdatepicker table tr td.today.disabled.active,
.cfdatepicker table tr td.today.disabled:active,
.cfdatepicker table tr td.today.disabled:focus,
.cfdatepicker table tr td.today.disabled:hover,
.cfdatepicker table tr td.today.disabled:hover.active,
.cfdatepicker table tr td.today.disabled:hover:active,
.cfdatepicker table tr td.today.disabled:hover:focus,
.cfdatepicker table tr td.today.disabled:hover:hover,
.cfdatepicker table tr td.today:active,
.cfdatepicker table tr td.today:focus,
.cfdatepicker table tr td.today:hover,
.cfdatepicker table tr td.today:hover.active,
.cfdatepicker table tr td.today:hover:active,
.cfdatepicker table tr td.today:hover:focus,
.cfdatepicker table tr td.today:hover:hover,
.open .dropdown-toggle.cfdatepicker table tr td.today,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.today:hover {
    color: #000;
    background-color: #ffcd70;
    border-color: #f59e00
}

.cfdatepicker table tr td.today.active,
.cfdatepicker table tr td.today.disabled.active,
.cfdatepicker table tr td.today.disabled:active,
.cfdatepicker table tr td.today.disabled:hover.active,
.cfdatepicker table tr td.today.disabled:hover:active,
.cfdatepicker table tr td.today:active,
.cfdatepicker table tr td.today:hover.active,
.cfdatepicker table tr td.today:hover:active,
.open .dropdown-toggle.cfdatepicker table tr td.today,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.today.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.today:hover {
    background-image: none
}

.cfdatepicker table tr td.today.disabled,
.cfdatepicker table tr td.today.disabled.active,
.cfdatepicker table tr td.today.disabled.disabled,
.cfdatepicker table tr td.today.disabled.disabled.active,
.cfdatepicker table tr td.today.disabled.disabled:active,
.cfdatepicker table tr td.today.disabled.disabled:focus,
.cfdatepicker table tr td.today.disabled.disabled:hover,
.cfdatepicker table tr td.today.disabled:active,
.cfdatepicker table tr td.today.disabled:focus,
.cfdatepicker table tr td.today.disabled:hover,
.cfdatepicker table tr td.today.disabled:hover.disabled,
.cfdatepicker table tr td.today.disabled:hover.disabled.active,
.cfdatepicker table tr td.today.disabled:hover.disabled:active,
.cfdatepicker table tr td.today.disabled:hover.disabled:focus,
.cfdatepicker table tr td.today.disabled:hover.disabled:hover,
.cfdatepicker table tr td.today.disabled:hover[disabled],
.cfdatepicker table tr td.today.disabled:hover[disabled].active,
.cfdatepicker table tr td.today.disabled:hover[disabled]:active,
.cfdatepicker table tr td.today.disabled:hover[disabled]:focus,
.cfdatepicker table tr td.today.disabled:hover[disabled]:hover,
.cfdatepicker table tr td.today.disabled[disabled],
.cfdatepicker table tr td.today.disabled[disabled].active,
.cfdatepicker table tr td.today.disabled[disabled]:active,
.cfdatepicker table tr td.today.disabled[disabled]:focus,
.cfdatepicker table tr td.today.disabled[disabled]:hover,
.cfdatepicker table tr td.today:hover.disabled,
.cfdatepicker table tr td.today:hover.disabled.active,
.cfdatepicker table tr td.today:hover.disabled:active,
.cfdatepicker table tr td.today:hover.disabled:focus,
.cfdatepicker table tr td.today:hover.disabled:hover,
.cfdatepicker table tr td.today:hover[disabled],
.cfdatepicker table tr td.today:hover[disabled].active,
.cfdatepicker table tr td.today:hover[disabled]:active,
.cfdatepicker table tr td.today:hover[disabled]:focus,
.cfdatepicker table tr td.today:hover[disabled]:hover,
.cfdatepicker table tr td.today[disabled],
.cfdatepicker table tr td.today[disabled].active,
.cfdatepicker table tr td.today[disabled]:active,
.cfdatepicker table tr td.today[disabled]:focus,
.cfdatepicker table tr td.today[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.today,
fieldset[disabled] .cfdatepicker table tr td.today.active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled,
fieldset[disabled] .cfdatepicker table tr td.today.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover.active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:active,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.today:active,
fieldset[disabled] .cfdatepicker table tr td.today:focus,
fieldset[disabled] .cfdatepicker table tr td.today:hover,
fieldset[disabled] .cfdatepicker table tr td.today:hover.active,
fieldset[disabled] .cfdatepicker table tr td.today:hover:active,
fieldset[disabled] .cfdatepicker table tr td.today:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.today:hover:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.cfdatepicker table tr td.today:hover:hover {
    color: #000
}

.cfdatepicker table tr td.today.active:hover {
    color: #fff
}

.cfdatepicker table tr td.range,
.cfdatepicker table tr td.range.disabled,
.cfdatepicker table tr td.range.disabled:hover,
.cfdatepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0
}

.cfdatepicker table tr td.active.active,
.cfdatepicker table tr td.active.disabled.active,
.cfdatepicker table tr td.active.disabled:active,
.cfdatepicker table tr td.active.disabled:hover.active,
.cfdatepicker table tr td.active.disabled:hover:active,
.cfdatepicker table tr td.active:active,
.cfdatepicker table tr td.active:hover.active,
.cfdatepicker table tr td.active:hover:active,
.cfdatepicker table tr td.range.today.active,
.cfdatepicker table tr td.range.today.disabled.active,
.cfdatepicker table tr td.range.today.disabled:active,
.cfdatepicker table tr td.range.today.disabled:hover.active,
.cfdatepicker table tr td.range.today.disabled:hover:active,
.cfdatepicker table tr td.range.today:active,
.cfdatepicker table tr td.range.today:hover.active,
.cfdatepicker table tr td.range.today:hover:active,
.cfdatepicker table tr td.selected.active,
.cfdatepicker table tr td.selected.disabled.active,
.cfdatepicker table tr td.selected.disabled:active,
.cfdatepicker table tr td.selected.disabled:hover.active,
.cfdatepicker table tr td.selected.disabled:hover:active,
.cfdatepicker table tr td.selected:active,
.cfdatepicker table tr td.selected:hover.active,
.cfdatepicker table tr td.selected:hover:active,
.open .dropdown-toggle.cfdatepicker table tr td.active,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.active:hover,
.open .dropdown-toggle.cfdatepicker table tr td.range.today,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.range.today:hover,
.open .dropdown-toggle.cfdatepicker table tr td.selected,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.selected:hover {
    background-image: none
}

.cfdatepicker table tr td.range.today,
.cfdatepicker table tr td.range.today.disabled,
.cfdatepicker table tr td.range.today.disabled:hover,
.cfdatepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0
}

.cfdatepicker table tr td.range.today.active,
.cfdatepicker table tr td.range.today.disabled.active,
.cfdatepicker table tr td.range.today.disabled:active,
.cfdatepicker table tr td.range.today.disabled:focus,
.cfdatepicker table tr td.range.today.disabled:hover,
.cfdatepicker table tr td.range.today.disabled:hover.active,
.cfdatepicker table tr td.range.today.disabled:hover:active,
.cfdatepicker table tr td.range.today.disabled:hover:focus,
.cfdatepicker table tr td.range.today.disabled:hover:hover,
.cfdatepicker table tr td.range.today:active,
.cfdatepicker table tr td.range.today:focus,
.cfdatepicker table tr td.range.today:hover,
.cfdatepicker table tr td.range.today:hover.active,
.cfdatepicker table tr td.range.today:hover:active,
.cfdatepicker table tr td.range.today:hover:focus,
.cfdatepicker table tr td.range.today:hover:hover,
.open .dropdown-toggle.cfdatepicker table tr td.range.today,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4bb51;
    border-color: #bf800c
}

.cfdatepicker table tr td.range.today.disabled,
.cfdatepicker table tr td.range.today.disabled.active,
.cfdatepicker table tr td.range.today.disabled.disabled,
.cfdatepicker table tr td.range.today.disabled.disabled.active,
.cfdatepicker table tr td.range.today.disabled.disabled:active,
.cfdatepicker table tr td.range.today.disabled.disabled:focus,
.cfdatepicker table tr td.range.today.disabled.disabled:hover,
.cfdatepicker table tr td.range.today.disabled:active,
.cfdatepicker table tr td.range.today.disabled:focus,
.cfdatepicker table tr td.range.today.disabled:hover,
.cfdatepicker table tr td.range.today.disabled:hover.disabled,
.cfdatepicker table tr td.range.today.disabled:hover.disabled.active,
.cfdatepicker table tr td.range.today.disabled:hover.disabled:active,
.cfdatepicker table tr td.range.today.disabled:hover.disabled:focus,
.cfdatepicker table tr td.range.today.disabled:hover.disabled:hover,
.cfdatepicker table tr td.range.today.disabled:hover[disabled],
.cfdatepicker table tr td.range.today.disabled:hover[disabled].active,
.cfdatepicker table tr td.range.today.disabled:hover[disabled]:active,
.cfdatepicker table tr td.range.today.disabled:hover[disabled]:focus,
.cfdatepicker table tr td.range.today.disabled:hover[disabled]:hover,
.cfdatepicker table tr td.range.today.disabled[disabled],
.cfdatepicker table tr td.range.today.disabled[disabled].active,
.cfdatepicker table tr td.range.today.disabled[disabled]:active,
.cfdatepicker table tr td.range.today.disabled[disabled]:focus,
.cfdatepicker table tr td.range.today.disabled[disabled]:hover,
.cfdatepicker table tr td.range.today:hover.disabled,
.cfdatepicker table tr td.range.today:hover.disabled.active,
.cfdatepicker table tr td.range.today:hover.disabled:active,
.cfdatepicker table tr td.range.today:hover.disabled:focus,
.cfdatepicker table tr td.range.today:hover.disabled:hover,
.cfdatepicker table tr td.range.today:hover[disabled],
.cfdatepicker table tr td.range.today:hover[disabled].active,
.cfdatepicker table tr td.range.today:hover[disabled]:active,
.cfdatepicker table tr td.range.today:hover[disabled]:focus,
.cfdatepicker table tr td.range.today:hover[disabled]:hover,
.cfdatepicker table tr td.range.today[disabled],
.cfdatepicker table tr td.range.today[disabled].active,
.cfdatepicker table tr td.range.today[disabled]:active,
.cfdatepicker table tr td.range.today[disabled]:focus,
.cfdatepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today,
fieldset[disabled] .cfdatepicker table tr td.range.today.active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover.active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:active,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today:active,
fieldset[disabled] .cfdatepicker table tr td.range.today:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover.active,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover:active,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.range.today:hover:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.cfdatepicker table tr td.selected,
.cfdatepicker table tr td.selected.disabled,
.cfdatepicker table tr td.selected.disabled:hover,
.cfdatepicker table tr td.selected:hover {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.cfdatepicker table tr td.selected.active,
.cfdatepicker table tr td.selected.disabled.active,
.cfdatepicker table tr td.selected.disabled:active,
.cfdatepicker table tr td.selected.disabled:focus,
.cfdatepicker table tr td.selected.disabled:hover,
.cfdatepicker table tr td.selected.disabled:hover.active,
.cfdatepicker table tr td.selected.disabled:hover:active,
.cfdatepicker table tr td.selected.disabled:hover:focus,
.cfdatepicker table tr td.selected.disabled:hover:hover,
.cfdatepicker table tr td.selected:active,
.cfdatepicker table tr td.selected:focus,
.cfdatepicker table tr td.selected:hover,
.cfdatepicker table tr td.selected:hover.active,
.cfdatepicker table tr td.selected:hover:active,
.cfdatepicker table tr td.selected:hover:focus,
.cfdatepicker table tr td.selected:hover:hover,
.open .dropdown-toggle.cfdatepicker table tr td.selected,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.selected:hover {
    color: #fff;
    background-color: #858585;
    border-color: #373737
}

.cfdatepicker table tr td.selected.disabled,
.cfdatepicker table tr td.selected.disabled.active,
.cfdatepicker table tr td.selected.disabled.disabled,
.cfdatepicker table tr td.selected.disabled.disabled.active,
.cfdatepicker table tr td.selected.disabled.disabled:active,
.cfdatepicker table tr td.selected.disabled.disabled:focus,
.cfdatepicker table tr td.selected.disabled.disabled:hover,
.cfdatepicker table tr td.selected.disabled:active,
.cfdatepicker table tr td.selected.disabled:focus,
.cfdatepicker table tr td.selected.disabled:hover,
.cfdatepicker table tr td.selected.disabled:hover.disabled,
.cfdatepicker table tr td.selected.disabled:hover.disabled.active,
.cfdatepicker table tr td.selected.disabled:hover.disabled:active,
.cfdatepicker table tr td.selected.disabled:hover.disabled:focus,
.cfdatepicker table tr td.selected.disabled:hover.disabled:hover,
.cfdatepicker table tr td.selected.disabled:hover[disabled],
.cfdatepicker table tr td.selected.disabled:hover[disabled].active,
.cfdatepicker table tr td.selected.disabled:hover[disabled]:active,
.cfdatepicker table tr td.selected.disabled:hover[disabled]:focus,
.cfdatepicker table tr td.selected.disabled:hover[disabled]:hover,
.cfdatepicker table tr td.selected.disabled[disabled],
.cfdatepicker table tr td.selected.disabled[disabled].active,
.cfdatepicker table tr td.selected.disabled[disabled]:active,
.cfdatepicker table tr td.selected.disabled[disabled]:focus,
.cfdatepicker table tr td.selected.disabled[disabled]:hover,
.cfdatepicker table tr td.selected:hover.disabled,
.cfdatepicker table tr td.selected:hover.disabled.active,
.cfdatepicker table tr td.selected:hover.disabled:active,
.cfdatepicker table tr td.selected:hover.disabled:focus,
.cfdatepicker table tr td.selected:hover.disabled:hover,
.cfdatepicker table tr td.selected:hover[disabled],
.cfdatepicker table tr td.selected:hover[disabled].active,
.cfdatepicker table tr td.selected:hover[disabled]:active,
.cfdatepicker table tr td.selected:hover[disabled]:focus,
.cfdatepicker table tr td.selected:hover[disabled]:hover,
.cfdatepicker table tr td.selected[disabled],
.cfdatepicker table tr td.selected[disabled].active,
.cfdatepicker table tr td.selected[disabled]:active,
.cfdatepicker table tr td.selected[disabled]:focus,
.cfdatepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.selected,
fieldset[disabled] .cfdatepicker table tr td.selected.active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover.active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:active,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.selected:active,
fieldset[disabled] .cfdatepicker table tr td.selected:focus,
fieldset[disabled] .cfdatepicker table tr td.selected:hover,
fieldset[disabled] .cfdatepicker table tr td.selected:hover.active,
fieldset[disabled] .cfdatepicker table tr td.selected:hover:active,
fieldset[disabled] .cfdatepicker table tr td.selected:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.selected:hover:hover {
    background-color: #999;
    border-color: #555
}

.cfdatepicker table tr td.active,
.cfdatepicker table tr td.active.disabled,
.cfdatepicker table tr td.active.disabled:hover,
.cfdatepicker table tr td.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.cfdatepicker table tr td.active.active,
.cfdatepicker table tr td.active.disabled.active,
.cfdatepicker table tr td.active.disabled:active,
.cfdatepicker table tr td.active.disabled:focus,
.cfdatepicker table tr td.active.disabled:hover,
.cfdatepicker table tr td.active.disabled:hover.active,
.cfdatepicker table tr td.active.disabled:hover:active,
.cfdatepicker table tr td.active.disabled:hover:focus,
.cfdatepicker table tr td.active.disabled:hover:hover,
.cfdatepicker table tr td.active:active,
.cfdatepicker table tr td.active:focus,
.cfdatepicker table tr td.active:hover,
.cfdatepicker table tr td.active:hover.active,
.cfdatepicker table tr td.active:hover:active,
.cfdatepicker table tr td.active:hover:focus,
.cfdatepicker table tr td.active:hover:hover,
.open .dropdown-toggle.cfdatepicker table tr td.active,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td.active:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.cfdatepicker table tr td.active.disabled,
.cfdatepicker table tr td.active.disabled.active,
.cfdatepicker table tr td.active.disabled.disabled,
.cfdatepicker table tr td.active.disabled.disabled.active,
.cfdatepicker table tr td.active.disabled.disabled:active,
.cfdatepicker table tr td.active.disabled.disabled:focus,
.cfdatepicker table tr td.active.disabled.disabled:hover,
.cfdatepicker table tr td.active.disabled:active,
.cfdatepicker table tr td.active.disabled:focus,
.cfdatepicker table tr td.active.disabled:hover,
.cfdatepicker table tr td.active.disabled:hover.disabled,
.cfdatepicker table tr td.active.disabled:hover.disabled.active,
.cfdatepicker table tr td.active.disabled:hover.disabled:active,
.cfdatepicker table tr td.active.disabled:hover.disabled:focus,
.cfdatepicker table tr td.active.disabled:hover.disabled:hover,
.cfdatepicker table tr td.active.disabled:hover[disabled],
.cfdatepicker table tr td.active.disabled:hover[disabled].active,
.cfdatepicker table tr td.active.disabled:hover[disabled]:active,
.cfdatepicker table tr td.active.disabled:hover[disabled]:focus,
.cfdatepicker table tr td.active.disabled:hover[disabled]:hover,
.cfdatepicker table tr td.active.disabled[disabled],
.cfdatepicker table tr td.active.disabled[disabled].active,
.cfdatepicker table tr td.active.disabled[disabled]:active,
.cfdatepicker table tr td.active.disabled[disabled]:focus,
.cfdatepicker table tr td.active.disabled[disabled]:hover,
.cfdatepicker table tr td.active:hover.disabled,
.cfdatepicker table tr td.active:hover.disabled.active,
.cfdatepicker table tr td.active:hover.disabled:active,
.cfdatepicker table tr td.active:hover.disabled:focus,
.cfdatepicker table tr td.active:hover.disabled:hover,
.cfdatepicker table tr td.active:hover[disabled],
.cfdatepicker table tr td.active:hover[disabled].active,
.cfdatepicker table tr td.active:hover[disabled]:active,
.cfdatepicker table tr td.active:hover[disabled]:focus,
.cfdatepicker table tr td.active:hover[disabled]:hover,
.cfdatepicker table tr td.active[disabled],
.cfdatepicker table tr td.active[disabled].active,
.cfdatepicker table tr td.active[disabled]:active,
.cfdatepicker table tr td.active[disabled]:focus,
.cfdatepicker table tr td.active[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td.active,
fieldset[disabled] .cfdatepicker table tr td.active.active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled,
fieldset[disabled] .cfdatepicker table tr td.active.disabled.active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover.active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:active,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:hover,
fieldset[disabled] .cfdatepicker table tr td.active:active,
fieldset[disabled] .cfdatepicker table tr td.active:focus,
fieldset[disabled] .cfdatepicker table tr td.active:hover,
fieldset[disabled] .cfdatepicker table tr td.active:hover.active,
fieldset[disabled] .cfdatepicker table tr td.active:hover:active,
fieldset[disabled] .cfdatepicker table tr td.active:hover:focus,
fieldset[disabled] .cfdatepicker table tr td.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.cfdatepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.cfdatepicker table tr td span:hover {
    background: #eee
}

.cfdatepicker table tr td span.disabled,
.cfdatepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.cfdatepicker table tr td span.active,
.cfdatepicker table tr td span.active.disabled,
.cfdatepicker table tr td span.active.disabled:hover,
.cfdatepicker table tr td span.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.cfdatepicker table tr td span.active.active,
.cfdatepicker table tr td span.active.disabled.active,
.cfdatepicker table tr td span.active.disabled:active,
.cfdatepicker table tr td span.active.disabled:focus,
.cfdatepicker table tr td span.active.disabled:hover,
.cfdatepicker table tr td span.active.disabled:hover.active,
.cfdatepicker table tr td span.active.disabled:hover:active,
.cfdatepicker table tr td span.active.disabled:hover:focus,
.cfdatepicker table tr td span.active.disabled:hover:hover,
.cfdatepicker table tr td span.active:active,
.cfdatepicker table tr td span.active:focus,
.cfdatepicker table tr td span.active:hover,
.cfdatepicker table tr td span.active:hover.active,
.cfdatepicker table tr td span.active:hover:active,
.cfdatepicker table tr td span.active:hover:focus,
.cfdatepicker table tr td span.active:hover:hover,
.open .dropdown-toggle.cfdatepicker table tr td span.active,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td span.active:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.cfdatepicker table tr td span.active.active,
.cfdatepicker table tr td span.active.disabled.active,
.cfdatepicker table tr td span.active.disabled:active,
.cfdatepicker table tr td span.active.disabled:hover.active,
.cfdatepicker table tr td span.active.disabled:hover:active,
.cfdatepicker table tr td span.active:active,
.cfdatepicker table tr td span.active:hover.active,
.cfdatepicker table tr td span.active:hover:active,
.open .dropdown-toggle.cfdatepicker table tr td span.active,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled,
.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.cfdatepicker table tr td span.active:hover {
    background-image: none
}

.cfdatepicker table tr td span.active.disabled,
.cfdatepicker table tr td span.active.disabled.active,
.cfdatepicker table tr td span.active.disabled.disabled,
.cfdatepicker table tr td span.active.disabled.disabled.active,
.cfdatepicker table tr td span.active.disabled.disabled:active,
.cfdatepicker table tr td span.active.disabled.disabled:focus,
.cfdatepicker table tr td span.active.disabled.disabled:hover,
.cfdatepicker table tr td span.active.disabled:active,
.cfdatepicker table tr td span.active.disabled:focus,
.cfdatepicker table tr td span.active.disabled:hover,
.cfdatepicker table tr td span.active.disabled:hover.disabled,
.cfdatepicker table tr td span.active.disabled:hover.disabled.active,
.cfdatepicker table tr td span.active.disabled:hover.disabled:active,
.cfdatepicker table tr td span.active.disabled:hover.disabled:focus,
.cfdatepicker table tr td span.active.disabled:hover.disabled:hover,
.cfdatepicker table tr td span.active.disabled:hover[disabled],
.cfdatepicker table tr td span.active.disabled:hover[disabled].active,
.cfdatepicker table tr td span.active.disabled:hover[disabled]:active,
.cfdatepicker table tr td span.active.disabled:hover[disabled]:focus,
.cfdatepicker table tr td span.active.disabled:hover[disabled]:hover,
.cfdatepicker table tr td span.active.disabled[disabled],
.cfdatepicker table tr td span.active.disabled[disabled].active,
.cfdatepicker table tr td span.active.disabled[disabled]:active,
.cfdatepicker table tr td span.active.disabled[disabled]:focus,
.cfdatepicker table tr td span.active.disabled[disabled]:hover,
.cfdatepicker table tr td span.active:hover.disabled,
.cfdatepicker table tr td span.active:hover.disabled.active,
.cfdatepicker table tr td span.active:hover.disabled:active,
.cfdatepicker table tr td span.active:hover.disabled:focus,
.cfdatepicker table tr td span.active:hover.disabled:hover,
.cfdatepicker table tr td span.active:hover[disabled],
.cfdatepicker table tr td span.active:hover[disabled].active,
.cfdatepicker table tr td span.active:hover[disabled]:active,
.cfdatepicker table tr td span.active:hover[disabled]:focus,
.cfdatepicker table tr td span.active:hover[disabled]:hover,
.cfdatepicker table tr td span.active[disabled],
.cfdatepicker table tr td span.active[disabled].active,
.cfdatepicker table tr td span.active[disabled]:active,
.cfdatepicker table tr td span.active[disabled]:focus,
.cfdatepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .cfdatepicker table tr td span.active,
fieldset[disabled] .cfdatepicker table tr td span.active.active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled.active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:focus,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover.active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:active,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .cfdatepicker table tr td span.active:active,
fieldset[disabled] .cfdatepicker table tr td span.active:focus,
fieldset[disabled] .cfdatepicker table tr td span.active:hover,
fieldset[disabled] .cfdatepicker table tr td span.active:hover.active,
fieldset[disabled] .cfdatepicker table tr td span.active:hover:active,
fieldset[disabled] .cfdatepicker table tr td span.active:hover:focus,
fieldset[disabled] .cfdatepicker table tr td span.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.cfdatepicker table tr td span.new,
.cfdatepicker table tr td span.old {
    color: #999
}

.cfdatepicker th.cfdatepicker-switch {
    width: 145px
}

.cfdatepicker tfoot tr th,
.cfdatepicker thead tr:first-child th {
    cursor: pointer
}

.cfdatepicker tfoot tr th:hover,
.cfdatepicker thead tr:first-child th:hover {
    background: #eee
}

.cfdatepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.cfdatepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.cfdatepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143
}

.cfdatepicker.dropdown-menu td,
.cfdatepicker.dropdown-menu th {
    padding: 4px 5px
}

.image-thumb {
    margin-left: 63px;
    padding: 6px 0 6px 6px
}

.image-picker-content.image-thumb-lrg {
    margin-bottom: 6px
}

.image-picker-side-bar {
    float: left;
    margin-left: -68px;
    width: 62px;
    max-width: 100%
}

.image-thumb-lrg .image-picker-side-bar {
    background: #F6F6F6;
    border: 1px solid #DFDFDF;
    float: none;
    margin: 0 0 6px;
    padding: 6px 6px 2px;
    text-align: center;
    width: auto
}

.image-picker-side-bar>img {
    border: 1px solid #DFDFDF;
    width: 62px
}

.image-thumb-lrg .image-picker-side-bar>img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    width: auto
}

.image-thumb .image-picker-main-content {
    margin-right: 6px
}

.button.image-picker-button {
    margin: 7px 0 0;
    width: 110px;
    display: inline-block
}

.button.button-primary.image-picker-button {
    float: right;
    margin-left: 6px;
    width: 80px
}

.image-picker-main-content select {
    width: 100%
}

.image-picker-sizer:disabled {
    opacity: .7;
    box-shadow: none;
    color: #A1A1A1
}

.button-primary.image-picker-button.image-picker-button-solo,
.button.image-picker-button.image-picker-button-solo {
    width: 170px;
    margin-top: 0
}

.button-primary.image-picker-button.image-picker-button-solo {
    margin-top: 7px;
    margin-left: 0;
    float: none
}

.image-thumb-lrg .button.image-picker-button.cu-image-picker.image-picker-button-solo {
    width: 120px
}

.image-thumb-lrg .button.button-primary.image-picker-button.cu-image-remover.image-picker-button-solo {
    float: right;
    margin: 0 0 0 6px;
    width: auto
}

.image-thumb-lrg .button.button-primary.image-picker-button.cu-image-remover {
    width: 45%
}

input.cu-image-picker-file-select[type=file] {
    display: none
}

.rangeslider,
.rangeslider__fill {
    background: #e6e6e6;
    display: block;
    height: 8px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.rangeslider__handle,
.toggle_option_row input {
    display: inline-block
}

.rangeslider {
    position: relative
}

.rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}

.rangeslider__fill {
    background: #0f0;
    position: absolute;
    top: 0
}

.rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 3px rgba(100, 100, 100, .9);
    -moz-box-shadow: 0 0 3px rgba(100, 100, 100, .9);
    box-shadow: 0 0 3px rgba(100, 100, 100, .9)
}

.recaptchatable #recaptcha_response_field {
    height: 21px!important
}

.toggle_option_row {
    margin: 4px 0
}

.toggle_option_row .dashicons-sort {
    cursor: move
}

.toggle_option_row .toggle_label_field,
.toggle_option_row .toggle_value_field {
    width: 136px;
    line-height: 20px
}

.toggle_option_preview .button {
    border-radius: 0;
    margin-right: -5px
}

.toggle_option_preview .button:first-child {
    border-radius: 3px 0 0 3px
}

.toggle_option_preview .button:last-child {
    border-radius: 0 3px 3px 0
}

.toggle_option_preview.toggle_vertical .button {
    width: 100%
}

.toggle_option_preview.toggle_vertical .button:first-child {
    border-radius: 3px 3px 0 0
}

.toggle_option_preview.toggle_vertical .button:last-child {
    border-radius: 0 0 3px 3px
}

.cf-toggle-switch html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.cf-toggle-switch body {
    margin: 0
}

.cf-toggle-switch article,
.cf-toggle-switch aside,
.cf-toggle-switch details,
.cf-toggle-switch figcaption,
.cf-toggle-switch figure,
.cf-toggle-switch footer,
.cf-toggle-switch header,
.cf-toggle-switch hgroup,
.cf-toggle-switch main,
.cf-toggle-switch nav,
.cf-toggle-switch section,
.cf-toggle-switch summary {
    display: block
}

.cf-toggle-switch audio,
.cf-toggle-switch canvas,
.cf-toggle-switch progress,
.cf-toggle-switch video {
    display: inline-block;
    vertical-align: baseline
}

.cf-toggle-switch audio:not([controls]) {
    display: none;
    height: 0
}

.cf-toggle-switch [hidden],
.cf-toggle-switch template {
    display: none
}

.cf-toggle-switch a {
    background: 0 0
}

.cf-toggle-switch a:active,
.cf-toggle-switch a:hover {
    outline: 0
}

.cf-toggle-switch abbr[title] {
    border-bottom: 1px dotted
}

.cf-toggle-switch b,
.cf-toggle-switch strong {
    font-weight: 700
}

.cf-toggle-switch dfn {
    font-style: italic
}

.cf-toggle-switch h1 {
    font-size: 2em;
    margin: .67em 0
}

.cf-toggle-switch mark {
    background: #ff0;
    color: #000
}

.cf-toggle-switch .btn,
.cf-toggle-switch .btn-danger.active,
.cf-toggle-switch .btn-danger:active,
.cf-toggle-switch .btn-default.active,
.cf-toggle-switch .btn-default:active,
.cf-toggle-switch .btn-info.active,
.cf-toggle-switch .btn-info:active,
.cf-toggle-switch .btn-primary.active,
.cf-toggle-switch .btn-primary:active,
.cf-toggle-switch .btn-success.active,
.cf-toggle-switch .btn-success:active,
.cf-toggle-switch .btn-warning.active,
.cf-toggle-switch .btn-warning:active,
.cf-toggle-switch .btn.active,
.cf-toggle-switch .btn:active,
.cf-toggle-switch .open .dropdown-toggle.btn-danger,
.cf-toggle-switch .open .dropdown-toggle.btn-default,
.cf-toggle-switch .open .dropdown-toggle.btn-info,
.cf-toggle-switch .open .dropdown-toggle.btn-primary,
.cf-toggle-switch .open .dropdown-toggle.btn-success,
.cf-toggle-switch .open .dropdown-toggle.btn-warning {
    background-image: none
}

.cf-toggle-switch small {
    font-size: 80%
}

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

.cf-toggle-switch sup {
    top: -.5em
}

.cf-toggle-switch sub {
    bottom: -.25em
}

.cf-toggle-switch img {
    border: 0
}

.cf-toggle-switch svg:not(:root) {
    overflow: hidden
}

.cf-toggle-switch figure {
    margin: 1em 40px
}

.cf-toggle-switch hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.cf-toggle-switch pre {
    overflow: auto
}

.cf-toggle-switch code,
.cf-toggle-switch kbd,
.cf-toggle-switch pre,
.cf-toggle-switch samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.cf-toggle-switch button,
.cf-toggle-switch input,
.cf-toggle-switch optgroup,
.cf-toggle-switch select,
.cf-toggle-switch textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.cf-toggle-switch button {
    overflow: visible
}

.cf-toggle-switch button,
.cf-toggle-switch select {
    text-transform: none
}

.cf-toggle-switch button,
.cf-toggle-switch html input[type=button],
.cf-toggle-switch input[type=reset],
.cf-toggle-switch input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.cf-toggle-switch button[disabled],
.cf-toggle-switch html input[disabled] {
    cursor: default
}

.cf-toggle-switch button::-moz-focus-inner,
.cf-toggle-switch input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.cf-toggle-switch input {
    line-height: normal
}

.cf-toggle-switch input[type=checkbox],
.cf-toggle-switch input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

.cf-toggle-switch input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

.cf-toggle-switch fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.cf-toggle-switch legend {
    border: 0;
    padding: 0
}

.cf-toggle-switch textarea {
    overflow: auto
}

.cf-toggle-switch optgroup {
    font-weight: 700
}

.cf-toggle-switch table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf-toggle-switch td,
.cf-toggle-switch th {
    padding: 0
}

.cf-toggle-switch .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cf-toggle-switch .btn.active:focus,
.cf-toggle-switch .btn:active:focus,
.cf-toggle-switch .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.cf-toggle-switch .btn:focus,
.cf-toggle-switch .btn:hover {
    color: #333;
    text-decoration: none
}

.cf-toggle-switch .btn.active,
.cf-toggle-switch .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.cf-toggle-switch .btn.disabled,
.cf-toggle-switch .btn[disabled],
.cf-toggle-switch fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.cf-toggle-switch .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.cf-toggle-switch .btn-default.active,
.cf-toggle-switch .btn-default:active,
.cf-toggle-switch .btn-default:focus,
.cf-toggle-switch .btn-default:hover,
.cf-toggle-switch .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.cf-toggle-switch .btn-default.disabled,
.cf-toggle-switch .btn-default.disabled.active,
.cf-toggle-switch .btn-default.disabled:active,
.cf-toggle-switch .btn-default.disabled:focus,
.cf-toggle-switch .btn-default.disabled:hover,
.cf-toggle-switch .btn-default[disabled],
.cf-toggle-switch .btn-default[disabled].active,
.cf-toggle-switch .btn-default[disabled]:active,
.cf-toggle-switch .btn-default[disabled]:focus,
.cf-toggle-switch .btn-default[disabled]:hover,
.cf-toggle-switch fieldset[disabled] .btn-default,
.cf-toggle-switch fieldset[disabled] .btn-default.active,
.cf-toggle-switch fieldset[disabled] .btn-default:active,
.cf-toggle-switch fieldset[disabled] .btn-default:focus,
.cf-toggle-switch fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.cf-toggle-switch .btn-default .badge {
    color: #fff;
    background-color: #333
}

.cf-toggle-switch .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.cf-toggle-switch .btn-primary.active,
.cf-toggle-switch .btn-primary:active,
.cf-toggle-switch .btn-primary:focus,
.cf-toggle-switch .btn-primary:hover,
.cf-toggle-switch .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.cf-toggle-switch .btn-primary.disabled,
.cf-toggle-switch .btn-primary.disabled.active,
.cf-toggle-switch .btn-primary.disabled:active,
.cf-toggle-switch .btn-primary.disabled:focus,
.cf-toggle-switch .btn-primary.disabled:hover,
.cf-toggle-switch .btn-primary[disabled],
.cf-toggle-switch .btn-primary[disabled].active,
.cf-toggle-switch .btn-primary[disabled]:active,
.cf-toggle-switch .btn-primary[disabled]:focus,
.cf-toggle-switch .btn-primary[disabled]:hover,
.cf-toggle-switch fieldset[disabled] .btn-primary,
.cf-toggle-switch fieldset[disabled] .btn-primary.active,
.cf-toggle-switch fieldset[disabled] .btn-primary:active,
.cf-toggle-switch fieldset[disabled] .btn-primary:focus,
.cf-toggle-switch fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.cf-toggle-switch .btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.cf-toggle-switch .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.cf-toggle-switch .btn-success.active,
.cf-toggle-switch .btn-success:active,
.cf-toggle-switch .btn-success:focus,
.cf-toggle-switch .btn-success:hover,
.cf-toggle-switch .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.cf-toggle-switch .btn-success.disabled,
.cf-toggle-switch .btn-success.disabled.active,
.cf-toggle-switch .btn-success.disabled:active,
.cf-toggle-switch .btn-success.disabled:focus,
.cf-toggle-switch .btn-success.disabled:hover,
.cf-toggle-switch .btn-success[disabled],
.cf-toggle-switch .btn-success[disabled].active,
.cf-toggle-switch .btn-success[disabled]:active,
.cf-toggle-switch .btn-success[disabled]:focus,
.cf-toggle-switch .btn-success[disabled]:hover,
.cf-toggle-switch fieldset[disabled] .btn-success,
.cf-toggle-switch fieldset[disabled] .btn-success.active,
.cf-toggle-switch fieldset[disabled] .btn-success:active,
.cf-toggle-switch fieldset[disabled] .btn-success:focus,
.cf-toggle-switch fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.cf-toggle-switch .btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.cf-toggle-switch .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.cf-toggle-switch .btn-info.active,
.cf-toggle-switch .btn-info:active,
.cf-toggle-switch .btn-info:focus,
.cf-toggle-switch .btn-info:hover,
.cf-toggle-switch .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.cf-toggle-switch .btn-info.disabled,
.cf-toggle-switch .btn-info.disabled.active,
.cf-toggle-switch .btn-info.disabled:active,
.cf-toggle-switch .btn-info.disabled:focus,
.cf-toggle-switch .btn-info.disabled:hover,
.cf-toggle-switch .btn-info[disabled],
.cf-toggle-switch .btn-info[disabled].active,
.cf-toggle-switch .btn-info[disabled]:active,
.cf-toggle-switch .btn-info[disabled]:focus,
.cf-toggle-switch .btn-info[disabled]:hover,
.cf-toggle-switch fieldset[disabled] .btn-info,
.cf-toggle-switch fieldset[disabled] .btn-info.active,
.cf-toggle-switch fieldset[disabled] .btn-info:active,
.cf-toggle-switch fieldset[disabled] .btn-info:focus,
.cf-toggle-switch fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.cf-toggle-switch .btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.cf-toggle-switch .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.cf-toggle-switch .btn-warning.active,
.cf-toggle-switch .btn-warning:active,
.cf-toggle-switch .btn-warning:focus,
.cf-toggle-switch .btn-warning:hover,
.cf-toggle-switch .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.cf-toggle-switch .btn-warning.disabled,
.cf-toggle-switch .btn-warning.disabled.active,
.cf-toggle-switch .btn-warning.disabled:active,
.cf-toggle-switch .btn-warning.disabled:focus,
.cf-toggle-switch .btn-warning.disabled:hover,
.cf-toggle-switch .btn-warning[disabled],
.cf-toggle-switch .btn-warning[disabled].active,
.cf-toggle-switch .btn-warning[disabled]:active,
.cf-toggle-switch .btn-warning[disabled]:focus,
.cf-toggle-switch .btn-warning[disabled]:hover,
.cf-toggle-switch fieldset[disabled] .btn-warning,
.cf-toggle-switch fieldset[disabled] .btn-warning.active,
.cf-toggle-switch fieldset[disabled] .btn-warning:active,
.cf-toggle-switch fieldset[disabled] .btn-warning:focus,
.cf-toggle-switch fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.cf-toggle-switch .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.cf-toggle-switch .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.cf-toggle-switch .btn-danger.active,
.cf-toggle-switch .btn-danger:active,
.cf-toggle-switch .btn-danger:focus,
.cf-toggle-switch .btn-danger:hover,
.cf-toggle-switch .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.cf-toggle-switch .btn-danger.disabled,
.cf-toggle-switch .btn-danger.disabled.active,
.cf-toggle-switch .btn-danger.disabled:active,
.cf-toggle-switch .btn-danger.disabled:focus,
.cf-toggle-switch .btn-danger.disabled:hover,
.cf-toggle-switch .btn-danger[disabled],
.cf-toggle-switch .btn-danger[disabled].active,
.cf-toggle-switch .btn-danger[disabled]:active,
.cf-toggle-switch .btn-danger[disabled]:focus,
.cf-toggle-switch .btn-danger[disabled]:hover,
.cf-toggle-switch fieldset[disabled] .btn-danger,
.cf-toggle-switch fieldset[disabled] .btn-danger.active,
.cf-toggle-switch fieldset[disabled] .btn-danger:active,
.cf-toggle-switch fieldset[disabled] .btn-danger:focus,
.cf-toggle-switch fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.cf-toggle-switch .btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.cf-toggle-switch .btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.cf-toggle-switch .btn-link,
.cf-toggle-switch .btn-link:active,
.cf-toggle-switch .btn-link[disabled],
.cf-toggle-switch fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cf-toggle-switch .btn-link,
.cf-toggle-switch .btn-link:active,
.cf-toggle-switch .btn-link:focus,
.cf-toggle-switch .btn-link:hover {
    border-color: transparent
}

.cf-toggle-switch .btn-link:focus,
.cf-toggle-switch .btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.cf-toggle-switch .btn-link[disabled]:focus,
.cf-toggle-switch .btn-link[disabled]:hover,
.cf-toggle-switch fieldset[disabled] .btn-link:focus,
.cf-toggle-switch fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.cf-toggle-switch .btn-group-lg>.btn,
.cf-toggle-switch .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.cf-toggle-switch .btn-group-sm>.btn,
.cf-toggle-switch .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.cf-toggle-switch .btn-group-xs>.btn,
.cf-toggle-switch .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.cf-toggle-switch .btn-group-vertical>.btn:not(:first-child):not(:last-child),
.cf-toggle-switch .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.cf-toggle-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.cf-toggle-switch .btn-group>.btn-group:first-child>.btn:last-child,
.cf-toggle-switch .btn-group>.btn-group:first-child>.dropdown-toggle,
.cf-toggle-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.cf-toggle-switch .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

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

.cf-toggle-switch .btn-group,
.cf-toggle-switch .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.cf-toggle-switch .btn-group-vertical>.btn,
.cf-toggle-switch .btn-group>.btn {
    position: relative;
    float: left
}

.cf-toggle-switch .btn-group-vertical>.btn.active,
.cf-toggle-switch .btn-group-vertical>.btn:active,
.cf-toggle-switch .btn-group-vertical>.btn:focus,
.cf-toggle-switch .btn-group-vertical>.btn:hover,
.cf-toggle-switch .btn-group>.btn.active,
.cf-toggle-switch .btn-group>.btn:active,
.cf-toggle-switch .btn-group>.btn:focus,
.cf-toggle-switch .btn-group>.btn:hover {
    z-index: 2
}

.cf-toggle-switch .btn-group-vertical>.btn:focus,
.cf-toggle-switch .btn-group>.btn:focus {
    outline: 0
}

.cf-toggle-switch .btn-toolbar {
    margin-left: -5px
}

.cf-toggle-switch .btn-toolbar .btn-group,
.cf-toggle-switch .btn-toolbar .input-group {
    float: left
}

.cf-toggle-switch .btn-toolbar>.btn,
.cf-toggle-switch .btn-toolbar>.btn-group,
.cf-toggle-switch .btn-toolbar>.input-group {
    margin-left: 5px
}

.cf-toggle-switch .btn-group>.btn:first-child {
    margin-left: 0
}

.cf-toggle-switch .btn-group>.btn:last-child:not(:first-child),
.cf-toggle-switch .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.cf-toggle-switch .btn-group>.btn-group {
    float: left
}

.cf-toggle-switch .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.cf-toggle-switch .btn-group .dropdown-toggle:active,
.cf-toggle-switch .btn-group.open .dropdown-toggle {
    outline: 0
}

.cf-toggle-switch .btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.cf-toggle-switch .btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.cf-toggle-switch .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.cf-toggle-switch .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.cf-toggle-switch .btn .caret {
    margin-left: 0
}

.cf-toggle-switch .btn-lg .caret {
    border-width: 5px 5px 0
}

.cf-toggle-switch .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.cf-toggle-switch .btn-group-vertical>.btn,
.cf-toggle-switch .btn-group-vertical>.btn-group,
.cf-toggle-switch .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.cf-toggle-switch .btn-group-vertical>.btn-group>.btn {
    float: none
}

.cf-toggle-switch .btn-group-vertical>.btn+.btn,
.cf-toggle-switch .btn-group-vertical>.btn+.btn-group,
.cf-toggle-switch .btn-group-vertical>.btn-group+.btn,
.cf-toggle-switch .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.cf-toggle-switch .btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.cf-toggle-switch .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.cf-toggle-switch .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.cf-toggle-switch .btn-group-justified>.btn,
.cf-toggle-switch .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.cf-toggle-switch .btn-group-justified>.btn-group .btn {
    width: 100%
}

.cf-toggle-switch [data-toggle=buttons]>.btn>input[type=checkbox],
.cf-toggle-switch [data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.cf-toggle-switch .btn-group-vertical>.btn-group:after,
.cf-toggle-switch .btn-group-vertical>.btn-group:before,
.cf-toggle-switch .btn-toolbar:after,
.cf-toggle-switch .btn-toolbar:before,
.cf-toggle-switch .clearfix:after,
.cf-toggle-switch .clearfix:before {
    content: " ";
    display: table
}

.cf-toggle-switch .btn-group-vertical>.btn-group:after,
.cf-toggle-switch .btn-toolbar:after,
.cf-toggle-switch .clearfix:after {
    clear: both
}

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

.cf-toggle-switch .pull-right {
    float: right!important
}

.cf-toggle-switch .pull-left {
    float: left!important
}

.cf-toggle-switch .hide {
    display: none!important
}

.cf-toggle-switch .show {
    display: block!important
}

.cf-toggle-switch .invisible {
    visibility: hidden
}

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

.cf-toggle-switch .hidden {
    display: none!important;
    visibility: hidden!important
}

.cf-toggle-switch .affix {
    position: fixed
}

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

.cf-toggle-switch .visible-lg,
.cf-toggle-switch .visible-md,
.cf-toggle-switch .visible-print,
.cf-toggle-switch .visible-sm,
.cf-toggle-switch .visible-xs {
    display: none!important
}

@media (max-width:767px) {
    .cf-toggle-switch .visible-xs {
        display: block!important
    }
    .cf-toggle-switch table.visible-xs {
        display: table
    }
    .cf-toggle-switch tr.visible-xs {
        display: table-row!important
    }
    .cf-toggle-switch td.visible-xs,
    .cf-toggle-switch th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cf-toggle-switch .visible-sm {
        display: block!important
    }
    .cf-toggle-switch table.visible-sm {
        display: table
    }
    .cf-toggle-switch tr.visible-sm {
        display: table-row!important
    }
    .cf-toggle-switch td.visible-sm,
    .cf-toggle-switch th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .cf-toggle-switch .visible-md {
        display: block!important
    }
    .cf-toggle-switch table.visible-md {
        display: table
    }
    .cf-toggle-switch tr.visible-md {
        display: table-row!important
    }
    .cf-toggle-switch td.visible-md,
    .cf-toggle-switch th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .cf-toggle-switch .visible-lg {
        display: block!important
    }
    .cf-toggle-switch table.visible-lg {
        display: table
    }
    .cf-toggle-switch tr.visible-lg {
        display: table-row!important
    }
    .cf-toggle-switch td.visible-lg,
    .cf-toggle-switch th.visible-lg {
        display: table-cell!important
    }
    .cf-toggle-switch .hidden-lg {
        display: none!important
    }
}

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

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

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

@media print {
    .cf-toggle-switch .visible-print {
        display: block!important
    }
    .cf-toggle-switch table.visible-print {
        display: table
    }
    .cf-toggle-switch tr.visible-print {
        display: table-row!important
    }
    .cf-toggle-switch td.visible-print,
    .cf-toggle-switch th.visible-print {
        display: table-cell!important
    }
    .cf-toggle-switch .hidden-print {
        display: none!important
    }
}

.cf-toggle-group-buttons {
    width: 100%;
    clear: both
}

input.form-control.parsley-success,
select.form-control.parsley-success,
textarea.form-control.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6
}

input.form-control.parsley-error,
select.form-control.parsley-error,
textarea.form-control.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7
}

.form-control.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    color: #468847;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.form-control.parsley-errors-list.filled {
    opacity: 1
}

.breadcrumb a.has-error {
    color: red
}

.form-group .parsley-errors-list.filled,
.form-group .parsley-errors-list.filled .parsley-type {
    list-style: none
}

.caldera-grid .cf-multi-uploader-list>ul {
    list-style: none;
    margin: 0 0 12px;
    padding: 0
}

.caldera-grid .cf-multi-uploader-list>ul>li {
    margin: 0;
    padding: 0 0 22px;
    position: relative;
    clear: both
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-name {
    display: inline-block;
    font-weight: 700;
    left: 16px;
    right: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-name.file-uploaded {
    left: 0
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-size {
    float: right
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-type {
    float: left
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-error {
    clear: both;
    display: block
}

.caldera-grid .cf-multi-uploader-list>ul>li .cf-file-remove {
    color: #cf0000;
    text-decoration: none;
    border: 0
}

.caldera-grid .cf-multi-uploader-list>ul>li.has-error .bar {
    background-color: #cf0000!important
}

.caldera-grid .cf-multi-uploader-list>ul>li.has-error {
    color: #cf0000
}

.has-error.cf-toggle-switch .cf-toggle-group-buttons>a {
    background-color: #f2dede;
    border-color: #dd4b39
}

.caldera-grid .form-control.cf2-file {
    border: none;
    padding: 0
}

.caldera-grid .form-control.cf2-file .btn {
    color: #fff;
    background-color: #333;
    border: thin solid #333;
    transition: all .4s
}

.caldera-grid .form-control.cf2-file .btn:hover {
    color: #333;
    background-color: #fff
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control .cf2-file-field-img-preview {
    margin-bottom: 5px
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    vertical-align: top
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:after {
    content: " \2716";
    font-size: 90%;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:hover:after {
    text-decoration: none
}

.caldera-grid ul.cf2-list-files .cf2-file-listed progress.cf2-file-progress-bar {
    position: relative;
    width: 100%;
    height: 2px;
    vertical-align: top
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data {
    margin-top: -40px
}

.anif {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

body .shift1 {
    animation-name: shift1;
    animation-duration: 7s;
}

body .shift2 {
    animation-name: shift2;
    animation-duration: 6s;
}

body .shift3 {
    animation-name: shift3;
    animation-duration: 6s;
}

@keyframes shift1 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0);
        transform: translate(0px, 0px) rotate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px) rotate(-5deg);
        transform: translate(10px, 10px) rotate(-5deg);
    }
    50% {
        -webkit-transform: translate(-5px, 15px) rotate(-10deg);
        transform: translate(-5px, 15px) rotate(-10deg);
    }
    75% {
        -webkit-transform: translate(-10px, 5px) rotate(-5deg);
        transform: translate(-10px, 5px) rotate(-5deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shift2 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0);
        transform: translate(0px, 0px) rotate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px) rotate(5deg);
        transform: translate(-10px, -10px) rotate(5deg);
    }
    50% {
        -webkit-transform: translate(-20px, 0px) rotate(0);
        transform: translate(-20px, 0px) rotate(0);
    }
    75% {
        -webkit-transform: translate(-10px, -10px) rotate(-2deg);
        transform: translate(-10px, -10px) rotate(-2deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes shift3 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0);
        transform: translate(0px, 0px) rotate(0);
    }
    20% {
        -webkit-transform: translate(0px, -10px) rotate(-5deg);
        transform: translate(0px, -10px) rotate(-5deg);
    }
    40% {
        -webkit-transform: translate(15px, -15px) rotate(0deg);
        transform: translate(15px, -15px) rotate(0deg);
    }
    60% {
        -webkit-transform: translate(25px, 0px) rotate(7deg);
        transform: translate(25px, 0px) rotate(7deg);
    }
    80% {
        -webkit-transform: translate(10px, 10px) rotate(-2deg);
        transform: translate(10px, 10px) rotate(-2deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}

body .rotateIn10 {
    animation-name: rotate360;
    animation-duration: 10s;
}

body .rotateIn15 {
    animation-name: rotate360;
    animation-duration: 15s;
}

body .rotateIn20 {
    animation-name: rotate360;
    animation-duration: 20s;
}

body .rotateIn30 {
    animation-name: rotate360;
    animation-duration: 30s;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

body .rotateOut10 {
    animation-name: rotatem360;
    animation-duration: 10s;
}

body .rotateOut15 {
    animation-name: rotatem360;
    animation-duration: 15s;
}

body .rotateOut20 {
    animation-name: rotatem360;
    animation-duration: 20s;
}

body .rotateOut30 {
    animation-name: rotatem360;
    animation-duration: 30s;
}

@keyframes rotatem360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

body .bounceIn7 {
    animation-name: bounceBreak;
    animation-duration: 8s;
    animation-delay: 7s
}

body .bounceIn4 {
    animation-name: bounceBreak;
    animation-duration: 8s;
    animation-delay: 4s
}

body .bounceIn9 {
    animation-name: bounceBreak;
    animation-duration: 8s;
    animation-delay: 8.5s
}

@keyframes bounceBreak {
    2%,
    4%,
    6%,
    8%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        transform: scale3d(.3, .3, .3)
    }
    2% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    4% {
        transform: scale3d(.9, .9, .9)
    }
    6% {
        transform: scale3d(1.03, 1.03, 1.03)
    }
    8% {
        transform: scale3d(.97, .97, .97)
    }
    10% {
        transform: scale3d(1, 1, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

body .scaleUp8 {
    animation-name: scaleUp2;
    animation-duration: 8s;
}

body .scaleUp15 {
    animation-name: scaleUp2;
    animation-duration: 15s;
}

@keyframes scaleUp2 {
    0% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(0.7);
    }
}

body .scaleUpSmall8 {
    animation-name: scaleUp12;
    animation-duration: 8s;
}

body .scaleUpSmall15 {
    animation-name: scaleUp12;
    animation-duration: 15s;
}

@keyframes scaleUp12 {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.8);
    }
}

body .scaleDown8 {
    animation-name: scaleDown2;
    animation-duration: 8s;
}

body .scaleDown15 {
    animation-name: scaleDown2;
    animation-duration: 15s;
}

@keyframes scaleDown2 {
    0% {
        transform: scale(2);
    }
    50% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(2);
    }
}

body .scaleDownSmall8 {
    animation-name: scaleDown12;
    animation-duration: 8s;
}

body .scaleDownSmall15 {
    animation-name: scaleDown12;
    animation-duration: 15s;
}

@keyframes scaleDown12 {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1.2);
    }
}

body .fadeIn7 {
    animation-name: fadeIn50;
    animation-duration: 7s;
}

@keyframes fadeIn50 {
    0% {
        opacity: 0.4
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4
    }
}

body .fadeOut7 {
    animation-name: fadeIn50;
    animation-duration: 7s;
}

@keyframes fadeOut7 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1
    }
}

.kc_text_block a {
    transition: all 0.4s;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    line-height: 20px;
    box-sizing: content-box;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    border-radius: 50%;
    outline: none;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    border: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .25;
    background-color: #000;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kc-multi-icons-wrapper a {
    text-decoration: none;
}

body .bgrlabel {
    float: none;
    position: absolute;
    display: inline-block;
    width: auto;
}

body .svglabel {
    float: none;
    position: absolute;
    display: inline-block;
    width: auto;
}

.bgrlabel svg {
    width: 100%;
}

body .kc_accordion_header>span.ui-accordion-header-icon {
    font-family: unset
}

body .kc_accordion_header.pos_left>span.ui-accordion-header-icon {
    left: 0;
    right: auto;
}

body .kc_accordion_header>span.ui-accordion-header-icon:before {
    content: none !important;
}

section {
    position: relative;
}

.befbgr,
.befbgr5,
.befbgr6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    transition: all 300ms;
}

.aftbgr,
.aftbgr7,
.aftbgr8 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    transition: all 300ms;
}

.befbgr span,
.befbgr5 span,
.befbgr6 span,
.aftbgr span,
.aftbgr7 span,
.aftbgr8 span {
    display: inline-block;
    width: auto;
}

.befbgr img,
.befbgr5 img,
.befbgr6 img,
.aftbgr img,
.aftbgr7 img,
.aftbgr8 img,
.befbgr svg,
.befbgr5 svg,
.befbgr6 svg,
.aftbgr svg,
.aftbgr7 svg,
.aftbgr8 svg {
    max-width: 62%;
    height: auto;
}

.ssc-particles-section {
    z-index: 0;
}

.ssc-particles {
    position: absolute;
    top: 0;
    left: 0;
    ;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.intl-tel-input {
    width: 100%;
}

body .yikes-easy-mc-form .submit-button-inline-label {
    min-width: 40px;
}

.caldera-grid {
    width: 100%;
}

body .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.0);
}

body .caldera-grid .form-group {
    margin-bottom: 0;
    width: 100%
}

.ssc_caldf {
    clear: both
}

body.kc-css-system .caldera-grid input[type="submit"] {
    width: auto;
    transition: all 300ms
}

body.kc-css-system .caldera-grid textarea {
    overflow: hidden;
    resize: none;
}

body .caldera-grid .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .intl-tel-input.allow-dropdown .selected-flag,
body .intl-tel-input.separate-dial-code .selected-flag {
    width: 52px;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent
}

body .intl-tel-input .selected-flag {
    padding: 0 0 0 14px;
}

body .intl-tel-input {}

.caldera-grid .checkbox input[type=checkbox],
.caldera-grid .checkbox-inline input[type=checkbox],
.caldera-grid .radio input[type=radio],
.caldera-grid .radio-inline input[type=radio] {
    margin-left: -20px;
    line-height: 10px;
    height: auto;
    width: auto;
}

.single_line_form_right {
    position: relative;
}

.single_line_form_right .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
}

body.kc-css-system div.ssc_btn {}

a.ssc_button,
a.ssc_button {}

a.ssc_button {
    position: relative;
    display: inline-block;
    transition: all 300ms ease-in;
    overflow: hidden;
}

a.ssc_button span {
    position: relative;
    z-index: 5;
    display: inline-block
}

a.ssc_button i {
    transition: all 300ms ease-in;
}

a.ssc_button span strong {
    display: block
}

.ssc_searchf.kc-elm {
    width: auto
}

.ssc_searchf:after,
.ssc_btn:after {
    content: "";
    display: block;
    clear: both;
}

.ssc_searchf .search-submit {}

.rm.pos i {
    float: right;
}

.c_svg {
    display: table;
    z-index: 2;
    position: relative;
}

.c_svg div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.c_svg svg {
    max-width: 100%;
    max-height: 100%;
}

.ssc_icon_box.kc-elm {
    margin-bottom: 10px;
    width: auto;
}

.ssc_icon_box:after {
    content: "";
    display: block;
    clear: both;
}

.ssc_icon_box a,
.ssc_icon_box i {
    transition: all 300ms ease-in;
}

body .ssc_icon_box .title a {
    background-image: none !important;
}

.description img.alignleft {
    margin: 0 5px 0 0;
    float: none;
    display: inline-block;
}

.ssc_icon_box,
.ssc_icon_box .bgr_icon,
.ssc_icon_box .bgr_icon i,
.ssc_icon_box .bgr_img,
.ssc_icon_box .bgr_img img,
.ssc_icon_box .bgr_no,
.ssc_icon_box .c_icon,
.ssc_icon_box .c_img,
.ssc_icon_box .c_img img,
.ssc_icon_box .c_text,
.ssc_icon_box .icon_box,
.ssc_icon_box .cont_box,
.ssc_icon_box .title,
.ssc_icon_box .subtitle,
.ssc_icon_box .cont_box .description,
.ssc_icon_box .cont_box .rm,
.ssc_icon_box .c_svg,
.rm svg {
    transition: all 350ms ease-in
}

.ssc_icon_box.template1,
.ssc_icon_box.template2,
.ssc_icon_box.template17 {
    display: table;
}

.ssc_icon_box.template1>div,
.ssc_icon_box.template2>div,
.ssc_icon_box.template17>div {
    display: table-cell;
}

.ssc_icon_box.template1 .cont_box {
    padding-left: 30px;
}

.ssc_icon_box.template2 .cont_box {
    padding-right: 30px;
}

.ssc_icon_box.template2 {
    text-align: right
}

.ssc_icon_box.template2 .c_icon,
.ssc_icon_box.template2 .c_svg {
    float: right
}

.ssc_icon_box.template3 {
    text-align: center
}

.ssc_icon_box.template3 .title {
    margin-top: 20px;
}

.ssc_icon_box.template3 .bgr_icon i,
.ssc_icon_box.template3 .bgr_img img,
.ssc_icon_box.template3 .bgr_no {
    margin: 0 auto;
}

.ssc_icon_box.template3 .c_icon,
.ssc_icon_box.template3 .c_text,
.ssc_icon_box.template3 .c_svg {
    margin-left: auto;
    margin-right: auto;
}

.ssc_icon_box.template3 .icon_box {
    width: 100%;
}

.ssc_icon_box.template4 {
    text-align: left
}

.ssc_icon_box.template4 .wrap,
.ssc_icon_box.template4 .wrap {
    display: table;
}

.ssc_icon_box.template4 .wrap .icon_box,
.ssc_icon_box.template4 .wrap .cont_box {
    display: table-cell;
}

.ssc_icon_box.template4 .cont_box {
    padding-left: 30px;
}

.ssc_icon_box.template4 .cont_box .description {
    margin-top: -5px
}

.ssc_icon_box.template5 {
    text-align: right
}

.ssc_icon_box.template5 .wrap,
.ssc_icon_box.template5 .wrap {
    display: table;
}

.ssc_icon_box.template5 .wrap .icon_box,
.ssc_icon_box.template5 .wrap .cont_box {
    display: table-cell;
}

.ssc_icon_box.template5 .cont_box {
    padding-right: 30px;
}

.ssc_icon_box.template5 .cont_box .description {
    margin-top: -5px
}

.ssc_icon_box.template6 {
    text-align: center
}

.ssc_icon_box.template6 .title {
    margin-top: 20px;
}

.ssc_icon_box.template6 .bgr_icon i,
.ssc_icon_box.template6 .bgr_img img {
    margin: 0 auto;
}

.ssc_icon_box.template6 .c_icon,
.ssc_icon_box.template6 .c_svg {
    margin-left: auto;
    margin-right: auto
}

.ssc_icon_box.template6 .icon_box {
    width: 100%;
    padding-bottom: 15px;
}

.ssc_icon_box.template7 {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.ssc_icon_box.template7:after {
    content: "";
    display: block;
    clear: both
}

.ssc_icon_box.template7 .icon_box {
    width: 100%;
}

.ssc_icon_box.template7 .title {}

.ssc_icon_box.template7 .bgr_icon i,
.ssc_icon_box.template7 .bgr_img img {
    margin: 0 auto;
    width: 300px;
    height: auto;
    font-size: 300px;
}

.ssc_icon_box.template7 .c_icon,
.ssc_icon_box.template7 .c_svg {
    margin: 0 auto 0 auto
}

.ssc_icon_box.template7 .cont_box {
    position: relative;
    z-index: 9;
}

.ssc_icon_box.template8 {
    text-align: center;
    position: relative;
}

.ssc_icon_box.template8 .icon_box {
    width: 100%;
}

.ssc_icon_box.template8 .title {}

.ssc_icon_box.template8 .bgr_icon i,
.ssc_icon_box.template8 .bgr_img img {
    margin: 0 auto;
    width: 300px;
    height: auto;
    font-size: 300px;
}

.ssc_icon_box.template8 .c_icon,
.ssc_icon_box.template7 .c_svg {
    margin: 0 auto 0 auto
}

.ssc_icon_box.template8 .cont_box {
    position: relative;
    z-index: 9;
}

.ssc_icon_box.template9 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.ssc_icon_box.template9 .title {
    margin-top: 20px;
}

.ssc_icon_box.template9 .bgr_icon i,
.ssc_icon_box.template9 .bgr_img img {
    margin: 0 auto;
}

.ssc_icon_box.template9 .c_icon {
    margin-left: auto;
    margin-right: auto
}

.ssc_icon_box.template9 .icon_box {
    width: 100%;
    position: relative
}

.ssc_icon_box.template9:hover .icon_box {
    margin-top: -120px;
    opacity: 0
}

.ssc_icon_box.template9 .cont_box .description,
.ssc_icon_box.template9 .cont_box .description p,
.ssc_icon_box.template9 .cont_box .rm {
    opacity: 0;
    height: 0
}

.ssc_icon_box.template9:hover .cont_box .description,
.ssc_icon_box.template9 .cont_box .description p,
.ssc_icon_box.template9:hover .cont_box .rm {
    opacity: 1;
    height: auto
}

.ssc_icon_box.template10 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden
}

.ssc_icon_box.template10 .title {
    margin-top: 20px;
}

.ssc_icon_box.template10 .bgr_icon i,
.ssc_icon_box.template10 .bgr_img img {
    margin: 0 auto;
}

.ssc_icon_box.template10 .c_icon {
    margin-left: auto;
    margin-right: auto
}

.ssc_icon_box.template10 .title {
    margin-bottom: 10px
}

.ssc_icon_box.template10 .icon_box {
    width: 100%;
    position: relative
}

.ssc_icon_box.template10 .cont_box {
    opacity: 1;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: #f9f9f9;
    padding: 50px 20px 50px 20px;
}

.ssc_icon_box.template10:hover .cont_box {
    top: 0
}

.ssc_icon_box.template17 .cont_box {
    position: relative
}

.ssc_icon_box.template17 .cont_box span {
    border-radius: 30px;
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
}

.ssc_icon_box.template17 .cont_box .description {
    left: 0;
    width: 100%;
    top: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all 250ms
}

.ssc_icon_box.template17 .cont_box:hover .description {
    opacity: 1;
    z-index: 9
}

.ssc_icon_box.template17 .title {
    display: inline-block;
}

.ssc_icon_box .bgr_icon {
    position: relative;
    z-index: 1
}

.ssc_icon_box .bgr_icon i {
    display: block;
}

.ssc_icon_box .bgr_img {
    position: relative;
    z-index: 1;
    display: block;
}

.ssc_icon_box .bgr_img img {
    max-height: 100%;
    max-width: 100%
}

.ssc_icon_box .bgr_no {
    position: relative;
    z-index: 1;
    display: block;
}

.ssc_icon_box .bgr_no div {
    display: block;
}

.ssc_icon_box .c_icon {
    color: #ef5229;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
}

.ssc_icon_box .c_icon a {
    color: inherit;
    text-decoration: none
}

.ssc_icon_box .c_img {
    position: relative;
    z-index: 9;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ssc_icon_box .c_img img {
    margin-top: calc((90px - 40px)/2);
}

.ssc_icon_box .c_text {
    color: #ef5229;
    position: relative;
    z-index: 9;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.ssc_icon_box {}

.ssc_icon_box .icon_box {
    width: 10px;
}

.ssc_icon_box .cont_box {
    vertical-align: top;
}

.ssc_icon_box .title {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: bold;
}

.ssc_icon_box .subtitle {
    line-height: 1.3em;
    font-size: 13px;
    margin-bottom: 12px;
}

.ssc_icon_box .cont_box .description {
    line-height: 1.4em;
}

.ssc_icon_box .cont_box .description p:first-child {
    margin-top: 0
}

.ssc_icon_box .cont_box .description p:last-child {
    margin-bottom: 0
}

.ssc_icon_box .cont_box .rm {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.ssc_icon_box.template11 .tc,
.ssc_icon_box.template12 .tc {
    display: table;
}

.ssc_icon_box.template11 .tc>div,
.ssc_icon_box.template12 .tc>div {
    display: table-cell;
}

.ssc_icon_box.template11>span,
.ssc_icon_box.template12>span {
    display: block;
    width: 100%
}

.ssc_icon_box.template11 .title_box,
.ssc_icon_box.template12 .title_box {
    vertical-align: top
}

.ssc_icon_box.template11 .cont_box {
    padding-left: 0;
}

.ssc_icon_box.template12 .cont_box {
    padding-right: 0;
}

.ssc_icon_box.template12 {
    text-align: right
}

.ssc_icon_box.template12 .c_icon {
    float: right
}

.ssc_icon_box.template12 .c_icon {
    float: right
}

.ssc_icon_box.template14 .cont_box {
    text-align: right
}

.ssc_icon_box.template15 {
    display: table
}

.ssc_icon_box.template15>div {
    display: table-cell;
    vertical-align: top;
}

.ssc_icon_box.template15 .title,
.template15 .subtitle {
    display: table-cell;
}

.ssc_icon_box.template15 .subtitle {
    text-align: right
}

.ssc_icon_box.template15 .cont_box {
    clear: both;
    display: block;
}

.ssc_icon_box.template16>div {
    position: relative;
    z-index: 3;
}

.ssc_icon_box.template16>div.icon_box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.ssc_icon_box.template18 {
    text-align: center
}

.ssc_icon_box.template18 .title {
    margin-top: 20px;
}

.ssc_icon_box.template18 .bgr_icon i,
.ssc_icon_box.template18 .bgr_img img,
.ssc_icon_box.template18 .bgr_no {
    margin: 0 auto;
}

.ssc_icon_box.template18 .c_icon,
.ssc_icon_box.template18 .c_text,
.ssc_icon_box.template18 .c_svg,
.ssc_icon_box.template18 .c_img {
    position: absolute;
    left: 0;
    top: 0
}

.ssc_icon_box.template18 .icon_box {
    width: 100%;
    position: relative
}

.ssc_icon_box.template19 {
    position: relative;
}

.ssc_icon_box.template19 .icon_box {
    width: 100%
}

.ssc_icon_box.template19 .icon_box>div {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tbl {
    display: table;
    width: 100%;
    vertical-align: top;
}

.tbl>div {
    display: table-cell
}

.benefits {
    position: relative;
    text-align: center;
    padding: 0 0 0 0;
    height: 860px
}

.benefits:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.benefits .why {
    background-color: #fff;
    height: 410px;
    width: 410px;
    position: absolute;
    top: 105px;
    left: -webkit-calc(50% - 205px);
    left: -moz-calc(50% - 205px);
    left: calc(50% - 205px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
}

.benefits .why .headinginfo {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    height: 410px;
    width: 410px;
    padding: 70px 30px 70px 30px;
}

.benefits .why h2 {
    margin-top: 20px
}

.benefits .rhombus {
    position: absolute;
    display: block;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.benefits .rhombus .bgr {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 200ms
}

.benefits .beniconblock {
    text-align: center;
    display: block;
    visibility: visible;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.benefits .beniconblock i,
.beniconblock b {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -moz-transform: scale(0.66);
    transform: scale(0.66);
}

.benefits .beniconblock i {
    font-size: 60px;
    margin-bottom: 0;
    height: 60px;
    width: 60px;
    color: #fff;
}

.benefits .beniconblock i:before {
    line-height: 1 !important
}

.benefits .beniconblock b {
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
}

.benefits .bico {
    height: 100%;
    width: 100%;
    padding-top: -webkit-calc(50% - 50px);
    padding-top: -moz-calc(50% - 50px);
    padding-top: calc(50% - 50px);
}

.benefits .beniconsize1 {
    height: 210px;
    width: 210px;
    top: 25px;
    left: 260px;
}

.benefits .beniconsize2 {
    height: 240px;
    width: 240px;
    top: 0;
    right: 20px;
}

.benefits .beniconsize3 {
    height: 220px;
    width: 220px;
    top: 390px;
    left: 20px;
}

.benefits .beniconsize4 {
    height: 210px;
    width: 210px;
    top: 550px;
    left: 340px;
}

.benefits .beniconsize5 {
    height: 230px;
    width: 230px;
    top: 550px;
    right: 20px;
}

.benefits .tralign {
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.benefits .imgbgr {
    max-width: unset !important;
    z-index: -1;
    position: absolute;
    left: -100px;
    top: -50px;
    visibility: visible;
}

.benefits2 {
    position: relative;
    text-align: center;
    padding: 0 0 0 0;
    height: 860px
}

.benefits2:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.benefits2 .why {
    background-color: #fff;
    height: 410px;
    width: 410px;
    position: absolute;
    top: 105px;
    left: calc(50% - 205px);
    padding: 0;
}

.benefits2 .why .headinginfo {
    text-align: center;
    height: 410px;
    width: 410px;
    padding: 70px 30px 70px 30px;
}

.benefits2 .why h2 {
    margin-top: 20px
}

.benefits2 .rhombus {
    position: absolute;
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.benefits2 .rhombus .bgr {
    background-color: rgba(0, 0, 0, 0.7)
}

.benefits2 .beniconblock {
    text-align: center;
    display: block;
    visibility: visible;
}

.benefits2 .beniconblock i,
.beniconblock b {}

.benefits2 .beniconblock i {
    font-size: 60px;
    margin-bottom: 0;
    height: 60px;
    width: 60px;
    color: #fff;
}

.benefits2 .beniconblock i:before {
    line-height: 1 !important
}

.benefits2 .beniconblock b {
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
}

.benefits2 .bico {
    height: 100%;
    width: 100%;
    padding-top: calc(50% - 50px);
}

.benefits2 .beniconsize1 {
    height: 210px;
    width: 210px;
    top: 25px;
    left: 260px;
}

.benefits2 .beniconsize2 {
    height: 240px;
    width: 240px;
    top: 80px;
    right: 20px;
}

.benefits2 .beniconsize3 {
    height: 220px;
    width: 220px;
    top: 390px;
    left: 20px;
}

.benefits2 .beniconsize4 {
    height: 210px;
    width: 210px;
    top: 550px;
    left: 340px;
}

.benefits2 .beniconsize5 {
    height: 230px;
    width: 230px;
    top: 550px;
    right: 20px;
}

.benefits2 .tralign {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.benefits2 .imgbgr {
    max-width: unset !important;
    z-index: -1;
    position: absolute;
    left: -100px;
    top: -50px;
    visibility: visible;
}

.benefits3 {
    position: relative;
    text-align: center;
    padding: 0 0 0 0;
    height: 860px
}

.benefits3:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.benefits3 .why {
    background-color: #fff;
    height: 360px;
    width: 360px;
    position: absolute;
    top: 110px;
    left: calc(50% - 180px);
    padding: 0;
}

.benefits3 .why .headinginfo {
    text-align: center;
    height: 360px;
    width: 360px;
    padding: 50px 30px 50px 30px;
}

.benefits3 .why h2 {
    margin-top: 20px
}

.benefits3 .rhombus {
    position: absolute;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 220px;
    width: 220px;
}

.benefits3 .rhombus .bgr {
    background-color: rgba(0, 0, 0, 0.7)
}

.benefits3 .beniconblock {
    text-align: center;
    display: block;
    visibility: visible;
}

.benefits3 .beniconblock i,
.beniconblock b {}

.benefits3 .beniconblock i {
    font-size: 60px;
    margin-bottom: 0;
    height: 60px;
    width: 60px;
    color: #fff;
}

.benefits3 .beniconblock i:before {
    line-height: 1 !important
}

.benefits3 .beniconblock b {
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
}

.benefits3 .bico {
    height: 100%;
    width: 100%;
    padding-top: calc(50% - 50px);
}

.benefits3 .beniconsize1 {
    top: 60px;
    left: 40px;
}

.benefits3 .beniconsize2 {
    top: 440px;
    left: 80px;
}

.benefits3 .beniconsize3 {
    top: 550px;
    left: calc(50% - 110px);
}

.benefits3 .beniconsize4 {
    top: 440px;
    right: 80px;
}

.benefits3 .beniconsize5 {
    top: 60px;
    right: 40px;
}

.benefits3 .tralign {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.benefits3 .imgbgr {
    max-width: unset !important;
    z-index: -1;
    position: absolute;
    left: -100px;
    top: -50px;
    visibility: visible;
}

.ssc_post_grid {}

.ssc_post_grid .thumb span {
    width: 100%
}

.ssc_post_grid .thumb a {
    text-decoration: none
}

.ssc_post_grid .date {
    -webkit-filter: grayscale(0) !important;
    filter: none !important;
}

.ssc_post_grid:after,
.ssc-products-grid:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.ssc_post_grid .nav-links,
.ssc-products-grid .nav-links {
    margin-top: 0
}

.ssc_post_grid .title a,
.ssc-products-grid .title a {
    text-decoration: none
}

.ssc_post_grid.col1 .grid-item,
.ssc-products-grid.col1 .grid-item,
.ssc-grid.col1 .grid-item {
    width: 100%
}

.ssc_post_grid.col2 .grid-item,
.ssc-products-grid.col2 .grid-item,
.ssc-grid.col2 .grid-item {
    width: 50%
}

.ssc_post_grid.col2 #grid .grid-item:nth-child(2n+1),
.ssc-products-grid.col2 #grid .grid-item:nth-child(2n+1),
.ssc-grid.col2 #grid .grid-item:nth-child(2n+1) {
    clear: both
}

.ssc_post_grid.col3 .grid-item,
.ssc-products-grid.col3 .grid-item,
.ssc-grid.col3 .grid-item {
    width: 33.3333333333333333%
}

.ssc_post_grid.col3 #grid .grid-item:nth-child(3n+1),
.ssc-products-grid.col3 #grid .grid-item:nth-child(3n+1),
.ssc-grid.col3 #grid .grid-item:nth-child(3n+1) {
    clear: both
}

.ssc_post_grid.col4 .grid-item,
.ssc-products-grid.col4 .grid-item,
.ssc-grid.col4 .grid-item {
    width: 25%
}

.ssc_post_grid.col4 #grid .grid-item:nth-child(4n+1),
.ssc-products-grid.col4 #grid .grid-item:nth-child(4n+1),
.ssc-grid.col4 #grid .grid-item:nth-child(4n+1) {
    clear: both
}

.ssc_post_grid.col5 .grid-item,
.ssc-products-grid.col5 .grid-item,
.ssc-grid.col5 .grid-item {
    width: 20%
}

.ssc_post_grid.col5 #grid .grid-item:nth-child(5n+1),
.ssc-products-grid.col5 #grid .grid-item:nth-child(5n+1),
.ssc-grid.col5 #grid .grid-item:nth-child(5n+1) {
    clear: both
}

.ssc_post_grid.col6 .grid-item,
.ssc-products-grid.col6 .grid-item,
.ssc-grid.col6 .grid-item {
    width: 16.6666666666%
}

.ssc_post_grid.col6 #grid .grid-item:nth-child(6n+1),
.ssc-products-grid.col6 #grid .grid-item:nth-child(6n+1),
.ssc-grid.col6 #grid .grid-item:nth-child(6n+1) {
    clear: both
}

.ssc_post_grid.col7 .grid-item,
.ssc-products-grid.col7 .grid-item,
.ssc-grid.col7 .grid-item {
    width: 14.2857%
}

.ssc_post_grid.col7 #grid .grid-item:nth-child(7n+1),
.ssc-products-grid.col7 #grid .grid-item:nth-child(7n+1),
.ssc-grid.col7 #grid .grid-item:nth-child(7n+1) {
    clear: both
}

.grid-item:focus,
.slick-slide:focus,
.ssc-products-gridus,
.slick-slide:focus {
    outline: none
}

.ssc_post_grid .grid-item .thumb,
.ssc-products-grid .grid-item .thumb {
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ssc_post_grid .grid-item .thumb img,
.ssc-products-grid .grid-item .thumb img {
    width: 100%;
    height: 100%;
    margin: 0 auto -8px auto
}

.ssc_post_grid .grid-item,
.ssc-products-grid .grid-item {
    float: left;
}

.ssc_post_grid #grid .grid-item,
.ssc-products-grid #grid .grid-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

.ssc_post_grid .grid-item .over,
.ssc-products-grid .grid-item .over {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    opacity: 0;
    transition: all 400ms;
    display: block;
}

.ssc_post_grid .grid-item .over:hover,
.ssc-products-grid .grid-item .over:hover {
    opacity: 1
}

.ssc_post_grid .grid-item .over .pgtab,
.ssc-products-grid .grid-item .over .pgtab {
    display: table;
    height: 100%;
    width: 100%
}

.ssc_post_grid .grid-item .over .body,
.ssc-products-grid .grid-item .over .body {
    margin-left: -100%;
    padding: 30px 25px;
    text-align: left;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.ssc_post_grid .grid-item .over:hover .body,
.ssc-products-grid .grid-item .over:hover .body {
    margin-left: 0;
    transition: all 200ms;
    transition-delay: 200ms
}

.ssc_post_grid .grid-item .title a,
.ssc-products-grid .grid-item .title a {
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    outline: none
}

.ssc_post_grid .grid-item .title a:hover,
.ssc-products-grid .grid-item .title a:hover {}

.ssc_post_grid .grid-item .meta,
.ssc-products-grid .grid-item .meta {
    color: inherit;
    margin-bottom: 15px
}

.ssc_post_grid .grid-item .meta i {
    margin-right: 5px
}

.ssc_post_grid .grid-item .meta>span {
    margin-right: 15px
}

.ssc_post_grid .grid-item p,
.ssc-products-grid .grid-item .description {
    margin-bottom: 15px
}

.ssc_post_grid .grid-item a.rm,
.grid-item a.rm svg {
    display: inline-block;
    transition: all 300ms ease-in;
}

.ssc_post_grid .grid-item .pbody:after,
.ssc-products-grid .grid-item .pbody:after {
    content: "";
    display: block;
    clear: both;
}

.ssc_post_grid .grid-item .pbody,
.ssc-products-grid .grid-item .pbody {
    transition: all 300ms;
    overflow: hidden
}

.ssc_post_grid .nav-previous,
.ssc_post_grid .nav-next,
.ssc-products-grid .nav-previous,
.ssc-products-grid .nav-next {
    width: auto;
}

.ssc_post_grid.template2,
.ssc-products-grid.template2 {}

.ssc_post_grid.template2 .grid-item .over,
.ssc-products-grid.template2 .grid-item .over {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssc_post_grid.template2 .grid-item .over i {
    width: 100px;
    height: 100px;
    font-size: 30px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    display: block;
    line-height: 100px;
}

.ssc_post_grid.template2 .grid-item .title a,
.ssc-products-grid.template2 .grid-item .title a {
    margin: 20px 0 15px 0;
}

.ssc-products-grid.template3 .grid-item .thumb {
    overflow: visible;
}

.ssc_post_grid.template3 .grid-item .over i {
    width: 100px;
    height: 100px;
    color: #fff;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    display: block;
    line-height: 100px;
}

.ssc_post_grid.template3 .grid-item .title a,
.ssc-products-grid.template3 .grid-item .title a {
    margin: 20px 0 15px 0;
}

.ssc_post_grid.template3 .grid-item .body,
.ssc-products-grid.template3 .grid-item .body {
    margin-bottom: 70px
}

.ssc_post_grid.template3 .grid-item p,
.ssc-products-grid.template3 .grid-item .description {
    margin-bottom: 25px
}

.ssc_post_grid.template4,
.ssc-products-grid.template4 {}

.ssc_post_grid.template4 .grid-item,
.ssc-products-grid.template4 .grid-item {}

.ssc_post_grid.template4 .grid-item .pbody,
.ssc-products-grid.template4 .grid-item .pbody {
    height: 100%;
}

.ssc_post_grid.template4 .grid-item .thumb,
.ssc-products-grid.template4 .grid-item .thumb {
    float: left;
    display: inline-block;
    width: auto
}

.ssc_post_grid.template5,
.ssc-products-grid.template5 {}

.ssc_post_grid.template5 .grid-item,
.ssc-products-grid.template5 .grid-item {}

.ssc_post_grid.template5 .grid-item .pbody,
.ssc-products-grid.template5 .grid-item .pbody {
    height: 100%;
}

.ssc_post_grid.template5 .grid-item .thumb,
.ssc-products-grid.template5 .grid-item .thumb {
    float: none;
    display: block;
}

.ssc_post_grid.template5 .date {
    position: absolute;
    background-color: #f6f6f6;
    right: 0;
    top: 0;
    padding: 6px 21px 12px 21px;
    text-align: center;
    width: auto
}

.ssc_post_grid.template5 .date span {
    display: block
}

.ssc_post_grid.template5 .date .dc {
    font-size: 1.5em;
    font-weight: 500
}

.ssc_post_grid.template5 .date .dm {
    text-transform: uppercase;
    font-size: 1.1em
}

.ssc_post_grid.template5 .commentsc {
    background-color: #f6f6f6;
    padding: 0 15px 0 15px;
    line-height: 44px;
    display: inline-block;
    margin-right: 15px;
    color: #d9d9d9;
}

.ssc_post_grid.template5 .commentsc:hover {}

.ssc_post_grid.template5 .commentsc a {
    text-decoration: none;
    font-weight: bold
}

.ssc_post_grid.template5 .commentsc a:hover {}

.ssc_post_grid.template5 .commentsc i {
    margin-right: 6px
}

.ssc_post_grid.template5 .grid-item .over i,
.ssc-products-grid.template5 .grid-item .over i {
    width: 100px;
    height: 100px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    display: block;
    line-height: 100px;
}

.ssc_post_grid.template6 {}

.ssc_post_grid.template6 .grid-item {}

.ssc_post_grid.template6 .grid-item .pbody,
.ssc-products-grid.template6 .grid-item .pbody {
    height: 100%;
}

.ssc_post_grid.template6 .grid-item .thumb,
.ssc-products-grid.template6 .grid-item .thumb {
    float: none;
    display: block;
}

.ssc_post_grid.template6 .date {
    position: absolute;
    background-color: #666666;
    right: 0;
    top: 0;
    padding: 1px 20px 1px 20px;
    text-align: center;
    white-space: nowrap;
    width: auto
}

.ssc_post_grid.template6 .grid-item .over i {
    width: 100px;
    height: 100px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    display: block;
    line-height: 100px;
}

.ssc_post_grid.template7 {}

.ssc_post_grid.template7 .grid-item {}

.ssc_post_grid.template7 .grid-item .over,
.ssc-products-grid.template7 .grid-item .over {
    display: block;
    height: 100%
}

.ssc_post_grid.template7 .grid-item .over .t,
.ssc-products-grid.template7 .grid-item .over .t {
    display: table;
    height: 100%;
    width: 100%
}

.ssc_post_grid.template7 .grid-item .over .t .c,
.ssc-products-grid.template7 .grid-item .over .t .c {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.ssc_post_grid.template7 .grid-item .pbody,
.ssc-products-grid.template7 .grid-item .pbody {
    text-align: center;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    width: 100%;
}

.ssc_post_grid.template10 {}

.ssc_post_grid.template10 .grid-item {}

.ssc_post_grid.template10 .grid-item .over,
.ssc-products-grid.template10 .grid-item .over {
    display: block;
    opacity: 1;
    top: auto;
    height: auto;
    text-align: left;
}

.ssc_post_grid.template10 .grid-item .over .t,
.ssc-products-grid.template10 .grid-item .over .t {
    display: table;
    height: 100%;
    width: 100%
}

.ssc_post_grid.template10 .grid-item .over .t .c,
.ssc-products-grid.template10 .grid-item .over .t .c {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.ssc_post_grid.template10 .grid-item .pbody,
.ssc-products-grid.template10 .grid-item .pbody {
    text-align: center;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    width: 100%;
}

.ssc_post_grid.template10 .grid-item .title,
.ssc-products-grid.template10 .grid-item .title {
    display: inline-block;
    float: left
}

.ssc_post_grid.template10 .grid-item .icoli {
    display: inline-block;
    float: right;
    text-decoration: none
}

.ssc_post_grid.template10 .grid-item .rm,
.ssc-products-grid.template10 .grid-item .rm {
    display: inline-block;
    float: right
}

.ssc_post_grid.template8 {}

.ssc_post_grid.template8 .grid-item {}

.ssc_post_grid.template8 .grid-item .over,
.ssc-products-grid.template8 .grid-item .over {
    overflow: hidden;
    margin-bottom: -100%;
    transition: all 400ms;
    top: auto;
    opacity: 1;
}

.ssc_post_grid.template8 .grid-item:hover .over,
.ssc-products-grid.template8 .grid-item:hover .over {
    margin-bottom: 0;
}

.ssc_post_grid.template8 .grid-item .over .body,
.ssc-products-grid.template8 .grid-item .over .body {
    margin-left: 0;
    position: relative
}

.ssc_post_grid.template8 .icoli i {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.82);
    line-height: 54px;
    text-align: center;
    width: 46px;
    display: inline-block;
}

.ssc_post_grid.template11 .grid-item .pbody,
.ssc-products-grid.template11 .grid-item .pbody {
    height: 100%;
}

.ssc_post_grid.template11 .grid-item .thumb,
.ssc-products-grid.template11 .grid-item .thumb {
    float: none;
    display: block;
}

.ssc_post_grid.template11 .grid-item i {}

.ssc_post_grid.template11 .grid-item .body,
.ssc-products-grid.template11 .grid-item .body {
    margin-bottom: 3px
}

.ssc_post_grid.template11 .grid-item .meta,
.ssc-products-grid.template11 .grid-item .meta {
    display: block
}

.ssc_post_grid.template11 .grid-item .meta>span {
    display: block;
    float: left
}

.ssc_post_grid.template11 .grid-item .meta>span.updated {
    display: none
}

.ssc_post_grid.template11 .grid-item .meta:after,
.ssc-products-grid.template11 .grid-item .meta:after {
    content: "";
    clear: both;
    display: block
}

.ssc_post_grid.template12 .post-author img {
    width: 20px;
    float: left;
    margin-right: 15px
}

.ssc_post_grid.template12 .post-author a {
    float: left;
}

.ssc_post_grid.template12 .grid-item .meta {
    width: 100%;
    display: block;
}

.ssc_post_grid.template13 .thumb .icoli {
    position: absolute;
    z-index: 9;
    bottom: 0;
    display: block;
    left: 50%;
}

.ssc_post_grid.template13 .thumb .icoli i {
    font-size: 30px;
    line-height: 80px;
    border-radius: 50px;
    padding: 20px;
}

.ssc_post_grid.template13 .grid-item .over {
    opacity: 1
}

.ssc_post_grid.template13 .grid-item .thumb {
    overflow: visible
}

.ssc_post_grid.template13 .grid-item .thumb span.thumb {
    overflow: hidden
}

.filter {
    margin: 0 auto 35px auto;
    padding: 0px 0 0 0;
    display: block;
    list-style: none;
    text-align: center;
    float: none;
}

.filter li {
    display: inline-block;
}

.filter li .fbut {
    display: block;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    padding: 6px 25px 5px 25px;
    margin: 0 10px;
    color: #717171;
    border: 2px #f5f5f5 solid;
    background-color: #fff;
    transition: all 200ms;
    opacity: 0.7;
    line-height: 26px;
}

.filter li .fbut:hover {
    color: #0087c9;
    opacity: 1;
}

.filter li .fbut.current {
    opacity: 1;
}

.filter li {
    margin: 0;
    padding: 0
}

.filter li:before {
    content: none
}

.filter li .fbut,
.filter li .fbut:hover {}

.main [class*="lines"],
.footer-widget [class*="lines"] {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lines0 {}

.lines1 {
    -webkit-line-clamp: 1;
}

.lines2 {
    -webkit-line-clamp: 2;
}

.lines3 {
    -webkit-line-clamp: 3;
}

.lines4 {
    -webkit-line-clamp: 4;
}

.lines5 {
    -webkit-line-clamp: 5;
}

.lines6 {
    -webkit-line-clamp: 6;
}

.lines7 {
    -webkit-line-clamp: 7;
}

.lines8 {
    -webkit-line-clamp: 8;
}

.lines9 {
    -webkit-line-clamp: 9;
}

.lines10 {
    -webkit-line-clamp: 10;
}

.ssc_post_grid.template20 .grid-item,
.ssc-products-grid.template20 .grid-item {
    position: relative;
}

.ssc_post_grid.template20 .over,
.ssc-products-grid.template20 .over {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ssc_post_grid.template20 .fbut,
.ssc-products-grid.template20 .fbut {
    display: block;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    padding: 5px;
    color: #000;
    border: none;
    transition: all 200ms;
    opacity: 0.7;
    line-height: 26px;
}

.ssc_post_grid.template20 .filter,
.ssc-products-grid.template20 .filter {
    text-align: right;
    margin: 0;
}

.ssc_post_grid.template20 .fbut:hover,
.ssc-products-grid.template20 .fbut:hover {
    color: #f32556;
    opacity: 1;
}

.ssc_post_grid.template20 .fbut.current,
.ssc-products-grid.template20 .fbut.current {
    color: #f32556;
    opacity: 1;
}

.ssc_post_grid.template20 .grid-item .pbody,
.ssc-products-grid.template20 .grid-item .pbody {
    position: relative;
}

.ssc_post_grid.template20 .t,
.ssc-products-grid.template20 .t {
    width: 100%;
}

.ssc_post_grid.template22 .slick-prev,
.ssc_post_grid.template22 .slick-next {
    top: 100%;
}

.ssc-products-grid .onsale {
    position: absolute;
    z-index: 999;
}

.ssc-products-grid .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.4em;
    font-family: star
}

.ssc-products-grid .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.ssc-products-grid .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.ssc-rooms-grid.template1 .atiframebuilder-term-block,
.ssc-rooms-grid.template20 .atiframebuilder-term-block {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ssc-rooms-grid.template1 .atiframebuilder-term-block .atiframebuilder-term-title,
.ssc-rooms-grid.template20 .atiframebuilder-term-block .atiframebuilder-term-title {
    display: none;
}

.ssc-rooms-grid .room-img a {
    display: block;
}

.room-title h4 a {
    text-decoration: none;
}

.ssc-room.template1 .room-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ssc-room.template1 .room-info-wrapper {
    position: absolute;
    z-index: 1;
}

.ssc-room.template1 .room-img-wrapper {
    position: relative;
    width: 70%;
    margin-left: auto;
}

.ssc-room.template1 .room-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: auto;
    right: 0;
}

.ssc-room.template1 .atiframebuilder-term-block {
    width: 8.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ssc-room.template1 .atiframebuilder-term-block .atiframebuilder-term-title {
    display: none;
    position: absolute;
    bottom: 150%;
    padding: 20px;
    background: #fff;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 100px -30px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 100px -30px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 100px -30px rgba(0, 0, 0, 1);
}

.ssc-room.template1 .atiframebuilder-term-block:hover .atiframebuilder-term-title {
    display: flex;
}

.ssc-room.template1 .atiframebuilder-terms-block-title {
    display: none;
}

.ssc-pi {
    margin-bottom: -7px
}

.ssc-pi a {
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 1em;
    overflow: hidden;
}

.ssc-pi-link {
    width: 100%
}

.ssc-pi .ssc-pi-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 16px;
    line-height: 1em;
}

.ssc-pi .ssc-pi-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1em;
}

.ssc-pi a:hover .ssc-pi-overlay {
    right: 0;
    left: 0;
    z-index: 999;
}

.ssc-pi .ssc-pi-title {}

.ssc-pi-gallery a {
    display: none;
}

.ssc-pi-gallery a:first-child {
    display: inline-block;
}

.multi-icons-link span {
    display: none;
}

@media screen and (max-width: 1024px) {
    .ssc_post_grid.template4 .grid-item,
    .ssc-products-grid.template4 .grid-item {
        width: 100%
    }
    .befbgr,
    .befbgr5,
    .befbgr6,
    .aftbgr,
    .aftbgr7,
    .aftbgr8 {
        overflow: hidden;
    }
    .benefits .beniconsize1 {
        left: 180px;
    }
    .benefits .beniconsize2 {
        right: 50px;
    }
    .benefits .beniconsize5 {
        right: 50px;
    }
}

@media screen and (max-width: 999px) {
    .ssc_post_grid.col2 .grid-item,
    .ssc_post_grid.col3 .grid-item,
    .ssc_post_grid.col4 .grid-item,
    .ssc_post_grid.col5 .grid-item,
    .ssc_post_grid.col6 .grid-item,
    .ssc_post_grid.col7 .grid-item,
    .ssc-products-grid.col2 .grid-item,
    .ssc-products-grid.col3 .grid-item,
    .ssc-products-grid.col4 .grid-item,
    .ssc-products-grid.col5 .grid-item,
    .ssc-products-grid.col6 .grid-item,
    .ssc-products-grid.col7 .grid-item {
        width: 50%
    }
    .ssc_post_grid.col4 .grid-item img,
    .ssc_post_grid.col5 .grid-item img,
    .ssc_post_grid.col6 .grid-item img,
    .ssc_post_grid.col7 .grid-item img,
    .ssc-products-grid.col4 .grid-item img,
    .ssc-products-grid.col5 .grid-item img,
    .ssc-products-grid.col6 .grid-item img,
    .ssc-products-grid.col7 .grid-item img {
        width: 100%
    }
    .ssc_post_grid.col2 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col3 .grid-item:nth-child(3n+1),
    .ssc_post_grid.col4 .grid-item:nth-child(4n+1),
    .ssc_post_grid.col5 .grid-item:nth-child(5n+1),
    .ssc_post_grid.col6 .grid-item:nth-child(6n+1),
    .ssc_post_grid.col7 .grid-item:nth-child(7n+1),
    .ssc-products-grid.col2 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col3 .grid-item:nth-child(3n+1),
    .ssc-products-grid.col4 .grid-item:nth-child(4n+1),
    .ssc-products-grid.col5 .grid-item:nth-child(5n+1),
    .ssc-products-grid.col6 .grid-item:nth-child(6n+1),
    .ssc-products-grid.col7 .grid-item:nth-child(7n+1) {
        clear: none
    }
    .ssc_post_grid.col2 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col3 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col4 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col5 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col6 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col7 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col2 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col3 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col4 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col5 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col6 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col7 .grid-item:nth-child(2n+1) {
        clear: both
    }
    .ssc_post_grid.col2 .grid-item.slick-slide:nth-child(2n+1),
    .ssc_post_grid.col3 .grid-item.slick-slide:nth-child(2n+1),
    .ssc_post_grid.col4 .grid-item.slick-slide:nth-child(2n+1),
    .ssc_post_grid.col5 .grid-item.slick-slide:nth-child(2n+1),
    .ssc_post_grid.col6 .grid-item.slick-slide:nth-child(2n+1),
    .ssc_post_grid.col7 .grid-item.slick-slide:nth-child(2n+1),
    .ssc-products-grid.col2 .grid-item.slick-slide:nth-child(2n+1),
    .ssc-products-grid.col3 .grid-item.slick-slide:nth-child(2n+1),
    .ssc-products-grid.col4 .grid-item.slick-slide:nth-child(2n+1),
    .ssc-products-grid.col5 .grid-item.slick-slide:nth-child(2n+1),
    .ssc-products-grid.col6 .grid-item.slick-slide:nth-child(2n+1),
    .ssc-products-grid.col7 .grid-item.slick-slide:nth-child(2n+1) {
        clear: none
    }
    .benefits2 .beniconsize1 {
        top: 25px;
        left: 50px;
    }
    .ssc_post_grid.template4 .grid-item,
    .ssc-products-grid.template4 .grid-item {
        width: 100%
    }
    .ssc_post_grid.col3.items3 .grid-item:last-child,
    .ssc_post_grid.col5.items5 .grid-item:last-child,
    .ssc_post_grid.col7.items7 .grid-item:last-child,
    .ssc_post_grid.col9.items9 .grid-item:last-child,
    .ssc-products-grid.col3.items3 .grid-item:last-child,
    .ssc-products-grid.col5.items5 .grid-item:last-child,
    .ssc-products-grid.col7.items7 .grid-item:last-child,
    .ssc-products-grid.col9.items9 .grid-item:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .kc-image-hover-effects .overlay-content,
    .kc-image-hover-effects .content-desc {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
    .ssc-breadcrumbs>span,
    .ssc-breadcrumbs>a {
        display: inline;
        float: none;
    }
    .benefits .beniconsize1 {
        top: 5px;
        left: 30px;
    }
    .benefits .beniconsize4 {
        top: 580px;
        left: 190px;
    }
    .filter li {
        margin-bottom: 15px;
    }
    .benefits {
        height: auto;
    }
    .benefits .bico {
        padding: 20px;
    }
    .benefits .rhombus,
    .benefits .why {
        position: relative;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .benefits .beniconblock {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .benefits .beniconblock i,
    .beniconblock b {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .benefits .why .headinginfo {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        height: auto;
        width: 100%;
        padding: 30px 30px;
        margin-top: 50px;
    }
    .benefits .tralign {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .benefits2 .why {
        top: 160px
    }
    .benefits2 .beniconsize1 {
        top: 10px;
        left: 0;
    }
    .benefits2 .beniconsize2 {
        top: 10px;
        right: 0;
    }
    .benefits2 .beniconsize3 {
        top: 460px;
        left: 0;
    }
    .benefits2 .beniconsize4 {
        top: 640px;
        left: 40px;
    }
    .benefits2 .beniconsize5 {
        top: 530px;
        right: 20px;
    }
    .benefits3 .why {
        top: 160px
    }
    .benefits3 .beniconsize1 {
        left: 0;
        top: 0
    }
    .benefits3 .beniconsize2 {
        left: 460px;
        top: 0
    }
    .benefits3 .beniconsize4 {
        right: 0;
    }
    .benefits3 .beniconsize5 {
        right: 0;
    }
    main section.kc_row {}
    .ssc-room.template1 .room-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ssc-room.template1 .room-info-wrapper {
        position: relative;
    }
    .ssc-room.template1 .room-img-wrapper {
        width: 100%;
    }
    .ssc-room.template1 .room-info {
        bottom: 0;
        right: 0;
    }
    .ssc-room.template1 .atiframebuilder-term-block {
        width: 16.66666667%;
    }
}

@media screen and (max-width: 670px) {
    .ssc_post_grid .grid-item,
    .ssc-products-grid .grid-item {
        float: none
    }
    .ssc_post_grid .grid-item.slick-slide,
    .ssc-products-grid .grid-item.slick-slide {
        float: left
    }
    .ssc_post_grid.template4 .grid-item,
    .ssc-products-grid.template4 .grid-item {
        height: auto !important
    }
    .ssc_post_grid.template4 .grid-item .thumb,
    .ssc-products-grid.template4 .grid-item .thumb {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 600px) {
    .ssc_post_grid.col2 .grid-item,
    .ssc_post_grid.col3 .grid-item,
    .ssc_post_grid.col4 .grid-item,
    .ssc_post_grid.col5 .grid-item,
    .ssc_post_grid.col6 .grid-item,
    .ssc_post_grid.col7 .grid-item,
    .ssc-products-grid.col2 .grid-item,
    .ssc-products-grid.col3 .grid-item,
    .ssc-products-grid.col4 .grid-item,
    .ssc-products-grid.col5 .grid-item,
    .ssc-products-grid.col6 .grid-item,
    .ssc-products-grid.col7 .grid-item {
        width: 100%
    }
    .ssc_post_grid.col2 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col3 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col4 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col5 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col6 .grid-item:nth-child(2n+1),
    .ssc_post_grid.col7 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col2 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col3 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col4 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col5 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col6 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col7 .grid-item:nth-child(2n+1) {
        clear: none
    }
    .ssc_post_grid.template4 .grid-item,
    .ssc-products-grid.template4 .grid-item {
        width: 100%
    }
    body .kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav {
        float: none;
        width: 100%;
    }
    body .kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab {
        float: none;
        width: 100%;
    }
    body .kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li {
        border-right-width: 1px !important;
    }
}

@media screen and (max-width: 540px) {
    body .kc-cta-3.kc-is-button .kc-cta-desc,
    body .kc-cta-3 .kc-cta-button {
        width: 100%;
        display: block
    }
    body .kc-call-to-action .kc-cta-button a,
    body .kc-cta-3 .kc-cta-button a {
        float: none
    }
    body .kc-call-to-action {
        padding: 30px 20px;
    }
    .benefits2,
    .benefits3 {
        height: auto;
    }
    .benefits2 .bico,
    .benefits3 .bico {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .benefits2 .rhombus,
    .benefits2 .why,
    .benefits3 .rhombus,
    .benefits3 .why {
        position: relative;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .benefits2 .beniconblock,
    .benefits3 .beniconblock {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .benefits2 .beniconblock i,
    .benefits2 .beniconblock b,
    .benefits3 .beniconblock i,
    .benefits3 .beniconblock b {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .benefits2 .why .headinginfo,
    .benefits3 .why .headinginfo {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        height: auto;
        width: 100%;
        padding: 30px 30px;
        margin-top: 50px;
    }
    .benefits2 .tralign,
    .benefits3 .tralign {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 480px) {
    body .kc_wrapper>ul.ui-tabs-nav>li {
        width: 100%
    }
    .ssc_icon_box .bgr_icon i,
    .ssc_icon_box .c_icon,
    .ssc_icon_box .bgr_img img,
    .ssc_icon_box .c_img,
    .ssc_icon_box .c_text,
    .ssc_icon_box .bgr_no {
        margin-left: auto;
        margin-right: auto;
    }
    .ssc_icon_box .icon_box {
        text-align: center
    }
    .ssc_icon_box.template1 .cont_box,
    .ssc_icon_box.template4 .cont_box {
        padding-left: 15px
    }
    .ssc_icon_box.template2 .cont_box,
    .ssc_icon_box.template4 .cont_box .description {
        padding-right: 10px
    }
    .ssc_icon_box.template2 .c_icon {
        float: none;
    }
    .ssc_post_grid.template4 .grid-item .thumb,
    .ssc-products-grid.template4 .grid-item .thumb {
        float: none;
        display: block;
        width: 100%;
    }
    body.kc-css-system .ssc_post_grid.template4 .grid-item .thumb img,
    body.kc-css-system .ssc-products-grid.template4 .grid-item .thumb img {
        width: 100%;
        height: auto;
    }
    .ssc_post_grid.template4 .grid-item .body,
    .ssc_post_grid.template4 .grid-item .meta,
    .ssc_post_grid.template4 .grid-item .title,
    .ssc-products-grid.template4 .grid-item .body,
    .ssc-products-grid.template4 .grid-item .meta,
    .ssc-products-grid.template4 .grid-item .title {
        margin-left: 20px
    }
    .ssc_post_grid.template4 .grid-item .thumb,
    .ssc-products-grid.template4 .grid-item .thumb {
        margin-right: 0px;
        width: 100%;
    }
    .ssc_icon_box.template6 .cont_box {
        margin-top: 15px;
    }
    .ssc_icon_box.template7 .bgr_icon i,
    .ssc_icon_box.template7 .bgr_img img,
    .ssc_icon_box.template7_above .bgr_icon i,
    .ssc_icon_box.template7_above .bgr_img img {
        max-width: 100%;
        font-size: 260px !important;
    }
    .ssc_icon_box.template7 .bgr_no {
        max-width: 100%;
    }
    .ssc_icon_box.template5 .cont_box {
        padding-right: 0;
    }
}

@media screen and (max-width: 320px) {
    .ssc_icon_box.template7 {
        min-width: 260px;
        width: 260px !important;
    }
}

.ssc_menu {
    position: relative;
}

#stickymenu {}

#stickymenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10005;
    padding: 15px 0;
    margin: 0;
}

.ssc_menu {
    position: relative
}

.atiframebuilder_menuline,
.secretlab_menuline {
    position: relative;
    z-index: 99;
}

.atiframebuilder_menuline:after,
.secretlab_menuline:after,
.composer-block-post:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.atiframebuilder_menuline.slmm-above,
.secretlab_menuline.slmm-above {
    position: relative;
}

.atiframebuilder_menuline.slmm-over,
.secretlab_menuline.slmm-over {
    position: absolute;
    left: 0;
    right: 0;
}

.ssc_menu .slmm,
.slmm * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.slmm {
    position: relative;
    z-index: 999;
}

.slmm:after {
    content: "";
    display: block;
    clear: both
}

.slmm-respmenu {
    display: none;
}

.slmm-respmenu .slm-open-menu-list {
    z-index: 99;
    display: inline-block;
    padding: 0 18px 0 18px;
    line-height: 45px;
    box-sizing: border-box;
}

.slmm li {
    position: relative;
    white-space: nowrap;
    list-style: none;
}

.slmm li span {
    display: inline-block;
    cursor: pointer;
}

.slmm li>ul {}

.slmm li ul li ul li {
    white-space: normal;
}

.slmm li ul li a span {
    display: inline;
}

.slmm li ul li>span {
    width: 100%;
    display: inline-block
}

.slmm li ul li>span:after {}

.slmm li ul li .caret {
    padding-left: 5px
}

.slmm li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s;
}

.slmm li a i {
    text-decoration: none
}

.slmm li:hover a i,
.slmm li a:hover i {
    text-decoration: none
}

.slmm li ul {
    overflow: visible;
}

.slmm li ul,
.slmm li .slm-menu-item-cart-block,
.slmm li .slm-composer-block-widget {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.slmm li .slm-menu-item-cart-block {
    transition: all 0.4s;
}

.slmm li ul:after {
    content: '';
    display: block;
    clear: both;
}

.slm-composer-block-full-width {
    padding: 0 15px;
}

.slmm li:hover>ul.slm-sub-menu,
.slmm li:hover>.slm-menu-item-cart-block,
.slmm li:hover>.slm-composer-block-widget {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
}

.slmm li:hover>ul.slm-submenu-pos-left,
.slmm li:hover>.slm-menu-item-cart-block {
    right: 0;
    left: auto;
}

.slmm li:hover>ul.slmm-container[style*="right:0px"],
.slmm li:hover>div.slm-submenu-pos-right {
    left: auto;
}

.slmm li:hover>div.slm-submenu-pos-right {
    right: 0;
}

.slmm li:hover>ul.slmm-container.slm-submenu-pos-center {
    left: 50%;
}

.slmm .menu-item-icon {
    line-height: 1;
    display: inline-block
}

.slmm li.slm-mega-block ul li {}

.slmm li.slm-mega-block ul li a {
    white-space: normal
}

.slmm li li>ul,
.slmm li.slm-vertical-menu-item:hover ul {
    top: 0;
}

.slmm li li>ul.slm-sub-menu:after,
.slmm li.slm-vertical-menu-item>ul:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%;
}

.slmm li li:hover ul.slm-submenu-pos-right,
.slmm li li:hover ul.slm-submenu-pos-left:after,
.slmm li.slm-vertical-menu-item:hover ul.slm-submenu-pos-left:after {
    left: 100%;
}

.slmm li li:hover>ul.slm-submenu-pos-left,
.slmm li.slm-mega-item.slm-vertical-menu-item:hover>ul.slm-submenu-pos-left {
    right: 100%;
    left: auto;
}

.slmm li li:hover>ul.slm-submenu-pos-left.slmm-container {
    right: 0;
}

.slmm li.slm-vertical-menu-item:hover ul.slm-submenu-pos-right {
    left: 100%;
}

.slmm li.slm-vertical-menu-item.slm-cart-menu-item>a.slm-cart-icon {}

.slmm li.slm-vertical-menu-item.slm-cart-menu-item .slm-menu-item-cart-block {
    top: 0;
    margin-top: 0;
    transform: translate(0px, 0);
}

.slmm li.slm-vertical-menu-item.slm-search-menu-item .slm-search-block {
    display: block;
    position: relative;
    width: 100%;
}

.slmm li.slm-vertical-menu-item.slm-search-menu-item form {
    position: relative;
}

.slmm li.slm-vertical-menu-item.slm-search-menu-item a.slm-search-icon,
.slmm li.slm-vertical-menu-item.slm-search-menu-item span.slm-search-close {
    display: none;
}

body.kc-css-system .slmm .slm-mega-block li.slmm-column {
    display: inline-block;
    vertical-align: top;
    height: initial;
    position: relative;
}

.slm-mega-block .slmm-container>.slmm-column>ul.slmm-container.slm-sub-menu {
    position: relative;
    left: auto;
    width: 100%;
    opacity: 1;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
}

.slmm li ul li ul.sub-sub-menu {
    width: 240px
}

.slmm-anim-slide li>ul.slm-sub-menu,
.slmm-anim-slide li.slm-cart-menu-item>.slm-menu-item-cart-block {
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}

.slmm-anim-slide li:hover>ul.slm-sub-menu,
.slmm-anim-slide li.slm-cart-menu-item:hover>.slm-menu-item-cart-block {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.slmm-anim-slide li.slm-vertical-menu-item:hover>ul.slm-sub-menu,
.slmm-anim-slide li.slm-cart-menu-item.slm-vertical-menu-item:hover>.slm-menu-item-cart-block {}

.slmm-anim-scale li>ul.slm-sub-menu,
.slmm-anim-scale li.slm-cart-menu-item>.slm-menu-item-cart-block {
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

.slmm-anim-scale li.slm-vertical-menu-item>ul.slm-sub-menu,
.slmm-anim-scale li.slm-cart-menu-item.slm-vertical-menu-item>.slm-menu-item-cart-block {}

.slmm-anim-scale li:hover>ul.slm-sub-menu,
.slmm-anim-scale li.slm-cart-menu-item:hover>.slm-menu-item-cart-block {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.slmm-anim-scale .slmm li.slm-vertical-menu-item:hover>ul.slm-sub-menu,
.slmm-anim-scale .slmm li.slm-cart-menu-item.slm-vertical-menu-item:hover>.slm-menu-item-cart-block {}

.slmm-anim-flip {
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
}

.slmm-anim-flip.no-flip {
    perspective: none;
    -o-perspective: none;
    -moz-perspective: none;
    -webkit-perspective: none;
}

.slmm-anim-flip li>ul,
.slmm-anim-flip li>.slm-menu-item-cart-block {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.slmm-anim-flip li:hover>ul.slm-sub-menu,
.slmm-anim-flip li.slm-cart-menu-item:hover>.slm-menu-item-cart-block {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.slmm-anim-flip .slmm li.slm-vertical-menu-item:hover>ul.slm-sub-menu,
.slmm-anim-flip .slmm li.slm-cart-menu-item.slm-vertical-menu-item:hover>.slm-menu-item-cart-block {}

.slm-search-menu-item {
    z-index: 999 !important
}

.slm-search-icon {
    cursor: pointer;
}

.slm-search-icon i {
    text-align: center;
    display: inline-block;
}

.slm-search-block {
    position: fixed;
    top: -105%;
    left: 0;
    width: 100%;
    height: 100%!important;
    margin: 0;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.slm-search-block.opened {
    top: 0;
    -webkit-animation: background-auto .8s ease-out forwards;
    animation: background-auto .8s ease-out forwards;
    height: 100%
}

.slm-search-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, .73);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(.04) translateY(9999px);
    -ms-transform: scale(.04) translateY(9999px);
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    opacity: 0
}

.slm-search-block.opened:before {
    -webkit-animation: menu-animation .8s ease-out forwards;
    animation: menu-animation .8s ease-out forwards;
    height: 100%
}

.slm-search-block.opened form {
    -webkit-transition: all .9s linear;
    -o-transition: all .9s linear;
    transition: all .9s linear;
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

.slm-search-block form {
    left: 50%;
    border-radius: 5px!important;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    font-weight: 700;
    transform: scale(.5) translateX(-50%) translateY(-50%);
    max-width: 800px;
    opacity: 0;
    transition: all 0s linear;
    transition-delay: 0s
}

body.kc-css-system .ssc_menu .slmm .slm-search-block:not(.opened) form {
    width: 20%;
}

.slm-search-block.opened form {
    opacity: 1;
    width: 100%;
    transform: scale(1) translateX(-50%) translateY(-50%);
}

.slm-search-block form input {
    border: none;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0);
        transform: scale(.02) translateY(0)
    }
    61% {
        -webkit-transform: scale(.04);
        transform: scale(.04)
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0);
        transform: scale(.02) translateY(0)
    }
    61% {
        -webkit-transform: scale(.04);
        transform: scale(.04)
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

@-webkit-keyframes background-auto {
    0% {
        background: 0 0
    }
    75% {
        background: 0 0
    }
}

@keyframes background-auto {
    0% {
        background: 0 0
    }
    75% {
        background: 0 0
    }
}

.slm-search-block form .slm-search-input {
    width: 100%;
    color: #fff;
}

.slm-search-submit-icon svg {
    width: 26px;
}

.slm-search-submit-icon {
    position: absolute;
    top: 8px;
    right: 2%;
    width: 26px;
}

.slm-search-submit {
    position: absolute !important;
    top: 0;
    right: 2%;
    width: 21px;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    border-radius: 20px;
    padding: 0 !important;
}

.slm-search-close svg {
    width: 25px;
    height: 25px;
}

body .slmm span.slm-search-close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

span.slm-search-close.sl-remove.fa-close {
    margin-top: -1px;
}

.slm-menu-item-cart-block {
    text-align: left
}

.slmm .slm-cart-menu-item .slm-menu-item-cart-block h4 {
    margin-bottom: 5px;
}

.slm-menu-item-cart-block strong {}

.slm-cart-menu-item>a {
    cursor: pointer;
}

.slmm .slm-menu-item-cart-block:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: transparent;
}

.slm-cart-menu-item div>div {
    position: relative;
    box-shadow: none;
    margin: 0;
}

.slm-cart-menu-item div strong {
    font-size: 16px;
    padding: 5px 0 0 5px;
}

.slm-cart-menu-item .slm-link-to-cart {
    text-align: center;
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    line-height: 0;
}

.ssc-carousel-main-img .owl-controls .owl-buttons div {
    border-radius: 0;
}

.ssc-carousel-controls .control-dots ul {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.ssc-carousel-controls .control-dots li {
    display: inline-block;
    cursor: pointer;
}

.ssc-carousel-controls .control-dots li span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #272727;
    transition: all 0.3s;
}

.ssc-carousel-controls .control-dots li.active span,
.ssc-carousel-controls .control-dots li:hover span {
    transform: scale(1.3);
}

.ssc-pi {}

.ssc-pi a {
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 1em;
    overflow: hidden;
}

.ssc-pi .ssc-pi-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 16px;
    line-height: 1em;
}

.ssc-pi .ssc-pi-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1em;
}

.ssc-pi a:hover .ssc-pi-overlay {
    right: 0;
    left: 0;
    z-index: 999;
}

.ssc-pi .ssc-pi-title {}

.ssc-pi-gallery a {
    display: none;
}

.ssc-pi-gallery a:first-child {
    display: inline-block;
}

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow-x: scroll;
}

#ouibounce-modal .modal>i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    line-height: 60px;
    width: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 200ms;
}

#ouibounce-modal .modal>i:focus {
    padding-top: 1px;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#ouibounce-modal .modal {
    width: 750px;
    height: 450px;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

.modal-post {
    width: 750px;
    height: 450px;
}

#ouibounce-modal h3 {}

#ouibounce-modal form {
    text-align: center;
    margin-top: 35px;
}

#ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: 0.8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: 0.9em;
}

#ouibounce-modal .modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

.modal_window-template-default .modal-post {
    margin: 100px;
}

body.modal_window-template-default {
    background-color: rgba(0, 0, 0, 0.8);
}

body.modal_window-template-default.single main {
    width: 600px;
    max-width: 100%;
    padding: 110px 0 20px 0;
    background-color: transparent !important;
}

body.modal_window-template-default.single .headline {
    display: none
}

body.modal_window-template-default.single .footer-widget {
    display: none
}

.wp-admin select {
    max-width: 100%;
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-viber:before {
    content: "\f409"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-usb:before {
    content: "\f287"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-uber:before {
    content: "\f402"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trello:before {
    content: "\f181"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-strava:before {
    content: "\f428"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slack:before {
    content: "\f198"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-safari:before {
    content: "\f267"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-react:before {
    content: "\f41b"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-php:before {
    content: "\f457"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-node:before {
    content: "\f419"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-less:before {
    content: "\f41d"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github:before {
    content: "\f09b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gg:before {
    content: "\f260"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-fly:before {
    content: "\f417"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-envira:before {
    content: "\f299"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-edge:before {
    content: "\f282"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-discord:before {
    content: "\f392"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-aws:before {
    content: "\f375"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apper:before {
    content: "\f371"
}

.fa-angular:before {
    content: "\f420"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-android:before {
    content: "\f17b"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-adn:before {
    content: "\f170"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-accessible-icon:before {
    content: "\f368"
}

body .ssc_img_ef {
    overflow: hidden;
    position: relative;
    width: auto;
    transition: all 300ms ease-in;
    display: table
}

.ssc_img_ef:hover {
    z-index: 9
}

.ssc_img_ef .ib {
    transition: all 300ms ease-in;
}

.ssc_img_ef .ib a {
    cursor: pointer
}

.ssc_img_ef img {
    display: inline;
    transition: all 400ms;
    margin-bottom: -8px
}

.ssc_img_ef>div {
    overflow: hidden;
    display: table-cell;
    width: 100%;
    height: 100%;
}

.ssc_img_ef .rm {
    transition: all 300ms ease-in;
}

.ssc_img_ef strong {
    display: inline-block
}

.ssc_img_ef a strong,
.ssc_img_ef a i {
    text-decoration: none;
    transition: all 300ms ease-in;
}

.ssc_img_ef i {
    position: absolute;
    top: 0;
    right: 0;
}

.ssc_img_ef .mov {
    margin-top: 10px
}

.ssc_img_ef .mov p {
    padding-bottom: 15px;
    margin-bottom: 0
}

.ssc_img_ef .mov p:first-child {
    margin-top: 0
}

.ssc_img_ef .ieslide {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    transition: all 200ms ease-in;
}

.ssc_img_ef.type1 {
    display: table
}

.ssc_img_ef.type1>div {
    display: block;
}

.ssc_img_ef.type1 .ieslide {
    position: relative;
    display: block;
}

.ssc_img_ef.scaleupall {
    transform: scale(1)
}

.ssc_img_ef.scaleupall:hover {
    transform: scale(1.15)
}

.ssc_img_ef.type2 {
    width: auto;
}

.ssc_img_ef.type2 .mov {
    overflow: hidden;
}

.ssc_img_ef.type2:hover mov {}

.ssc_img_ef.type2 .mov p {
    margin-bottom: -100%;
    transition: all 400ms;
}

.ssc_img_ef.type2:hover .mov p {
    margin-bottom: 0
}

.ssc_img_ef.type3 {
    width: auto;
}

.ssc_img_ef.type3 i {
    display: inline-block;
    float: left;
    position: relative;
}

.ssc_img_ef.type3 .mov {
    overflow: hidden;
}

.ssc_img_ef.type3:hover mov {}

.ssc_img_ef.type3 .mov p {
    margin-bottom: -100%;
    transition: all 400ms;
}

.ssc_img_ef.type3:hover .mov p {
    margin-bottom: 0
}

.ssc_img_ef.type4 {
    width: auto;
}

.ssc_img_ef.type4 .ieslide {
    overflow: hidden;
    margin-bottom: -100%;
    transition: all 400ms;
}

.ssc_img_ef.type4:hover .ieslide {
    margin-bottom: 0
}

.ssc_img_ef.type5 {
    width: auto;
}

.ssc_img_ef.type5 i {
    display: inline-block;
    float: left;
    position: relative;
}

.ssc_img_ef.type5 .ieslide {
    overflow: hidden;
    margin-bottom: -100%;
    transition: all 400ms;
}

.ssc_img_ef.type5:hover .ieslide {
    margin-bottom: 0
}

.ssc_img_ef.type6 {
    width: auto;
    text-align: center
}

.ssc_img_ef.type6 .ieslide {
    top: 0px;
    text-align: center;
}

.ssc_img_ef.type6 strong {
    display: block;
}

.ssc_img_ef.type6 .mov {
    display: block;
}

.ssc_img_ef.type6 i {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
}

.ssc_img_ef.type6 .ieslide {
    transform: scale(0, 0);
    transition: all 400ms;
}

.ssc_img_ef.type6:hover .ieslide {
    transform: scale(1)
}

.ssc_img_ef .rm {
    display: inline-block;
}

.ieslide a {
    text-decoration: none;
}

.ssc_img_ef.type7 {}

.ssc_img_ef.type7 .ieslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ssc_img_ef.type7 .ieslide div {
    width: 100%;
    text-align: center
}

.ssc_img_ef.type7:hover .ieslide {}

.ssc_img_ef.type7 i {
    position: relative;
    top: auto;
    right: auto;
}

.ssc_img_ef.type8 {
    display: block;
}

.ssc_img_ef.type8 .ieslide,
.ssc_img_ef.type11 .ieslide {
    top: -100%;
    height: 100%;
    display: block;
    opacity: 0
}

.ssc_img_ef.type8:hover .ieslide,
.ssc_img_ef.type11:hover .ieslide {
    top: 0;
    opacity: 1
}

.ssc_img_ef.type8 .ieslide .icop {
    height: 100%
}

.ssc_img_ef.type8 .ieslide .icop i {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
}

.ssc_img_ef.type8 .ieslide .textop {
    bottom: -100%;
    transition-delay: 200ms;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.ssc_img_ef.type8:hover .ieslide .textop {
    bottom: 0;
}

.ssc_img_ef.type8 .ieslide .textop strong {
    width: 100%
}

.ssc_img_ef.type9 {
    display: table
}

.ssc_img_ef.type9 .ieslide>div {
    width: 100%
}

.ssc_img_ef.type9 .ieslide {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-align: center;
}

.ssc_img_ef.type9 .ieslide i {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto
}

.ssc_img_ef.type10 {}

.ssc_img_ef.type10 .ieslide>div {}

.ssc_img_ef.type10 .ieslide {
    top: 0;
}

.ssc_img_ef.type10 .ieslide i {
    position: relative;
}

.ssc_img_ef.type11 {
    display: block;
}

.ssc_img_ef.type11 i {
    position: relative;
    top: auto;
    right: auto;
}

.ssc_img_ef.type12>div {
    display: block
}

.ssc_img_ef.type12 .ieslide,
.ssc_img_ef.type12 i {
    position: relative;
    top: auto;
    right: auto;
}

.ssc_team {
    overflow: hidden;
    position: relative;
    width: auto;
    transition: all 400ms ease-in;
}

.ssc_team .content-socials a {
    transition: all 400ms ease-in;
}

.ssc_team img {
    margin-bottom: -8px;
    transition: all 400ms;
}

.ssc_team figure {
    overflow: hidden;
    position: relative
}

.ssc_team figure:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.ssc_team .content-title {
    margin: 0;
}

.ssc_team .content-subtitle {
    float: none;
}

.ssc_team strong {
    display: inline-block
}

.ssc_team a strong,
.ssc_team a i {
    text-decoration: none
}

.ssc_team i {
    transition: all 200ms;
}

.ssc_team .mov p {
    padding-bottom: 15px;
}

.ssc_team .islide {
    overflow: hidden;
    transition: all 400ms ease-in;
    z-index: 2;
    position: relative
}

.ssc_team .islide>div {
    transition: all 400ms ease-in;
}

.ssc_team.type1 .content-socials {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}

.ssc_team.type1 .islide {
    margin-top: -1px
}

.ssc_team.type2 .islide {
    position: relative
}

.ssc_team.type2 .islide .content-socials {
    margin-left: -28px;
    display: inline;
    float: left;
    margin-right: 30px;
    transition: all 400ms;
}

.ssc_team.type2 .islide .content-socials a {
    width: 35px;
    line-height: 35px
}

.ssc_team.type2:hover .islide .content-socials {
    margin-left: 0
}

.ssc_team.type3 .islide {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: -100%;
    width: 100%;
    text-align: center;
    height: 100%;
}

.ssc_team.type3:hover .islide {
    left: 0
}

.ssc_team.type3 .content-socials {
    text-align: center;
}

.ssc_team.type4 .islide {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    transform: rotateX(90deg)
}

.ssc_team.type4:hover .islide {
    transform: rotateX(0deg)
}

.ssc_team.type5 .islide {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    transform: scale(0)
}

.ssc_team.type5:hover .islide {
    transform: scale(1)
}

.ssc_team.type5 .content-title,
.ssc_team.type5 .content-subtitle {
    text-align: left;
}

.ssc_team.type5 .content-socials {
    position: absolute;
    width: 120px;
    bottom: 0;
    right: 0;
    padding: 20px 15px 20px 0;
    text-align: right
}

.ssc_team.type5 .content-socials a {
    padding: 0;
    color: #e84265;
    background-color: rgba(255, 255, 255, 0.85);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 8px 8px 0;
    line-height: 40px;
    text-align: center;
}

.ssc_team.type5 .content-socials a:hover {
    background-color: #fff
}

.ssc_team.type6 {}

.ssc_team.type6 .islide,
.ssc_team.type6 .islide {
    overflow: visible;
    position: relative;
    z-index: 2
}

.ssc_team.type7 .islide {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    transform: scale(0)
}

.ssc_team.type7:hover .islide {
    transform: scale(1)
}

.ssc_team.type7 .content-title,
.ssc_team.type7 .content-subtitle {
    text-align: left;
}

.ssc_team.type7 .content-socials {
    width: 100%;
    padding: 20px 15px 20px 0;
    text-align: left
}

.ssc_team.type7 .content-socials a {
    padding: 0;
    color: #e84265;
    background-color: rgba(255, 255, 255, 0.85);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 8px 8px 0;
    line-height: 40px;
    text-align: center;
}

.ssc_team.type7 .content-socials a:hover {
    background-color: #fff
}

.ssc_team.type8 .islide {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    transform: scale(0)
}

.ssc_team.type8 .posa {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.ssc_team.type8:hover .islide {
    transform: scale(1)
}

.ssc_team.type8 .content-title,
.ssc_team.type8 .content-subtitle {
    text-align: left;
}

.ssc_team.type8 .content-socials {
    padding: 20px 15px 20px 0;
    text-align: right
}

.ssc_team.type8 .content-socials a {
    padding: 0;
    color: #e84265;
    background-color: rgba(255, 255, 255, 0.85);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 8px 8px 0;
    line-height: 40px;
    text-align: center;
}

.ssc_team.type8 .content-socials a:hover {
    background-color: #fff
}

.ssc_team.type10 .content-socials {
    text-align: center;
    margin-top: -32px;
    position: relative;
    z-index: 6
}

.ssc_team.type10 .content-socials a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #1c1c1c
}

.ssc_team.type10 .content-socials a:hover {
    background-color: #1c1c1c;
    color: #fff
}

.ssc_team.type10 .content-socials a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.ssc_team.type10 .opener {
    display: inline-block;
}

.ssc_team.type10 .opened {
    display: inline-block;
}

.ssc_team.type10 .opened a {
    transition: all 0.3s ease-in;
}

.ssc_team.type10 .opened.open {}

.ssc_team.type10 .opened.open a {}

.ssc_team.type10 .islide {
    overflow: visible;
}

.ssc_team .content-title a {
    color: inherit;
    text-decoration: none;
}

body .css_counter {
    overflow: hidden;
    position: relative;
    width: auto;
    transition: all 400ms;
    margin: 0 auto;
    float: none;
}

.css_counter.type4 .lbl {
    vertical-align: middle;
    display: table-cell;
}

.css_counter .countbox {
    margin: 0 auto;
    display: table;
    transition: all 300ms
}

.css_counter .countbox>span {
    display: table-cell;
}

.css_counter.type4,
.css_counter.type5 {
    display: table
}

.css_counter.type4>div,
.css_counter.type5>div {
    display: table-cell;
    vertical-align: middle;
}

.css_counter.type4>div:first-child {}

.css_counter.type4>div:last-child {}

.css_counter .divider {
    display: inline-block;
    transition: all 400ms;
}

.css_counter .description {
    transition: all 400ms;
}

.css_counter .description p {
    margin: 0;
}

.ssc_mltttl {}

.ssc_mltttl .wr {}

.ssc_mltttl .wr p {
    margin: 0
}

.ssc_mltttl .rm {
    text-decoration: none;
    display: inline-block
}

.ssc_mltttl>h1,
.ssc_mltttl>h2,
.ssc_mltttl>h3,
.ssc_mltttl>h4,
.ssc_mltttl>h5,
.ssc_mltttl>h6,
.ssc_mltttl>p,
.ssc_mltttl>span {
    display: inline-block;
    width: auto;
    position: relative;
}

.ssc_mltttl>div {
    display: block;
    width: auto;
    position: relative;
}

body .owl-carousel:after,
.ssc-carousel-controls:before {
    content: "";
    clear: both;
    display: block
}

.ssc_carousel {}

.ssc_carousel .owl-theme .owl-controls {
    margin-top: 0
}

.ssc_carousel.template-1 {}

.ssc_carousel.template-2 .owl-carousel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ssc_carousel.template-2 .owl-theme .owl-controls {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.ssc_carousel.template-3 .owl-theme .owl-controls {
    float: left;
    width: 200px
}

.ssc_carousel.template-3 .owl-carousel .owl-wrapper-outer {
    float: right;
    width: calc(100% - 200px);
}

.ssc_carousel.template-4 .owl-theme .owl-controls {
    float: right;
    width: 200px;
}

.ssc_carousel.template-4 .owl-carousel.owl-theme {
    float: left;
    width: calc(100% - 200px);
}

.ssc_carousel.template-5 .kc-tabs-slider-nav {
    padding: 0
}

.ssc_carousel.template-5 .owl-carousel {}

.ssc_carousel.template-5 ul.kc-tabs-slider-nav li {
    padding: 0;
}

.ssc_carousel.template-6 .owl-carousel {}

.ssc_carousel.template-6 ul.kc-tabs-slider-nav li {
    padding: 0;
}

.ssc_carousel.template-6 .owl-theme .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.ssc_carousel.template-6 .owl-theme .kc-tabs-slider-nav+.owl-controls {
    top: -100%;
}

.ssc_carousel.template-6 .owl-theme .owl-controls .owl-prev,
.ssc_carousel.template-6 .owl-theme .owl-controls .owl-next {
    position: absolute;
}

.ssc_carousel.template-6 .owl-theme .owl-controls .owl-prev {
    left: 0;
}

.ssc_carousel.template-6 .owl-theme .owl-controls .owl-next {
    right: 0;
}

.ssc_carousel.template-5 ul.kc-tabs-slider-nav li.kc-title-active,
.ssc_carousel.template-5 ul.kc-tabs-slider-nav li:focus {
    background: none;
    outline: none;
}

.ssc_carousel.template-5 li.slick-slide {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 250ms ease-in-out;
}

.ssc_carousel.template-5 li.slick-active {}

.ssc_carousel.template-5 li.slick-center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ssc_carousel .owl-theme .owl-controls {
    position: relative;
    z-index: 3;
}

.owl-next,
.owl-next i,
.owl-prev,
.owl-prev i {
    transition: all 200ms
}

.ssc_carousel.template-7 .owl-controls {
    position: absolute;
    top: 0;
    width: 100%;
}

.ssc_carousel.template-7 .owl-prev {
    float: left;
}

.ssc_carousel.template-7 .owl-next {
    float: right;
}

.ssc_carousel.template-8 {
    position: relative;
}

.ssc_carousel.template-8 .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 0;
}

.ssc_carousel.template-8 .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
}

.ssc_carousel.template-8 .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0
}

.switcher-nav>div.ssc-switch-btn:last-child {
    display: none;
}

.switcher-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ssc-switch-btn {
    display: inline-block;
    width: 70px;
    height: 40px;
    border-radius: 20px;
    background: #bfbfbf;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.ssc-switch-btn:after {
    content: "";
    height: 36px;
    width: 36px;
    border-radius: 18px;
    background: #fff;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 0 10px 0 #999999;
    box-shadow: 0 0 10px 0 #999999;
    position: absolute;
    z-index: 1;
}

.switch-next {
    background: #fff;
    -webkit-box-shadow: inset 0 0 10px 0 #999999;
    box-shadow: inset 0 0 10px 0 #999999;
}

.switch-next:after {
    left: 32px;
    background: inherit;
}

.ssc-switch-btn:active:after {
    width: calc(100% - 4px);
}

.ssc-switch-btn.switch-next:active:after {
    left: 2px;
    width: calc(100% - 4px);
}

.switcher-nav svg,
.switcher-nav img,
.switcher-nav i {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.kc-testimo .content-image {
    float: none
}

.ssc_testi {
    transition: all 200ms
}

.ssc_testi.type4 {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.ssc_testi.type4 .desc {
    clear: both
}

.ssc_testi.type7 {}

.ssc_testi.type7 {}

.ssc_testi.type7 {}

.ssc_testi.type9 .user-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ssc_testi.type9 figure {
    margin: 0 15px;
}

.ssc_testi .rating svg {
    width: 40px;
    height: 40px;
}

.kc-pricing-tables {
    position: relative
}

.sticker.st1 {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 20px;
    right: -60px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotatez(45deg);
    z-index: 7;
}

.sticker.st2 {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 50px;
    right: -10px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotatez(90deg);
    border-width: 15px 15px 15px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    z-index: 7;
}

.sticker.st2 div {
    margin-top: -15px;
}

.sticker.st3 {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 7;
    border-radius: 0 30px 30px 0;
}

body .kc-pricing-tables .content-title {
    z-index: 3;
    position: relative;
    background-color: transparent
}

.kc-pricing-layout-5 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 21px rgba(0, 0, 0, 0.21);
    background: #42BCE2
}

.kc-pricing-layout-5 .header-pricing {
    float: left;
    width: 100%;
    line-height: 1.4
}

.kc-pricing-layout-5 .header-pricing .kc-pricing-price {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px
}

.kc-pricing-price span {
    display: inline-block
}

.kc-pricing-layout-5 .kc-pricing-price span {
    font-weight: 300;
    color: #fff;
    font-size: 60px;
    display: inline-block
}

.kc-pricing-layout-5 .kc-pricing-price .content-price {
    line-height: 60px;
    margin: 0 5px
}

.kc-pricing-layout-5 .kc-pricing-price .content-duration {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    vertical-align: bottom
}

.kc-pricing-layout-5 .kc-pricing-price .content-currency {
    font-size: 16px;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.75)
}

.kc-pricing-layout-5 .content-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 10px
}

.kc-pricing-layout-5 .content-icon-header i {
    margin: 30px 0;
    font-size: 90px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 160px;
    height: 160px;
    line-height: 160px
}

.kc-pricing-layout-5 .content-desc {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    background: #fff;
    text-align: center
}

.kc-pricing-layout-5 .content-desc li {
    float: left;
    width: 100%;
    padding: 8px 0;
    color: #888;
    font-size: 14px;
    color: #173d50
}

.kc-pricing-layout-5 .content-desc li:nth-of-type(2n+1) {
    background: #F1F3F5
}

.kc-pricing-layout-5 .content-button {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center
}

.kc-pricing-layout-5 .content-button a {
    display: block;
    background: #42BCE2;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff
}

.content-button a div {
    display: inline-block;
}

.content-button .button-svg,
.content-button svg,
.content-button i,
.content-button img {
    transition: inherit;
}

.ssc-breadcrumb {
    max-width: 200px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: none;
}

.ssc-breadcrumbs>span,
.ssc-breadcrumbs>a {
    line-height: 24px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

body.kc-css-system .ssc-breadcrumbs {
    float: none;
    margin: 0 auto;
    clear: both;
    display: inline-block;
}

body.kc-css-system .kc-elm.ssc-breadcrumbs {
    width: auto;
}

.ssc-breadcrumbs .divider {
    display: inline-block;
    overflow: hidden;
}

.ssc-breadcrumbs:after {
    content: "";
    display: block;
    clear: both
}

.moyes,
.moyes img,
.moyes i {
    filter: gray;
    transition: all 400ms;
}

.moyes:hover,
.moyes:hover img,
.moyes:hover i,
.grid-item:hover .moyes {
    -webkit-filter: grayscale(0) !important;
    filter: none !important;
}

.blur img,
.blur>i {
    filter: blur(0px) !important;
    transition: all 400ms;
}

.blur:hover img,
.blur:hover>i {
    filter: blur(2px) !important;
}

.noblur img,
.noblur>i {
    filter: blur(2px) !important;
    transition: all 400ms;
}

.noblur:hover img,
.noblur:hover>i {
    filter: blur(0px) !important;
}

.scaleup img,
.scaleup>i {
    transition: all 400ms;
}

.scaleup:hover img,
.scaleup:hover>i,
.scaleup:hover .countbox {
    transform: scale(1.1);
}

.flip img,
.flip>i {
    transition: all 400ms;
}

.flip:hover img,
.flip:hover>i,
.flip:hover .countbox {
    transform: rotateX(360deg);
}

.flipy img,
.flip>i {
    transition: all 400ms;
}

.flipy:hover img,
.flipy:hover>i,
.flipy:hover .countbox {
    transform: rotateY(360deg);
}

.rotate img,
.rotate>i {
    transform: scale(1.19);
    transition: all 400ms;
}

.rotate:hover img,
.rotate:hover>i,
.rotate:hover .countbox {
    transform: scale(1.19) rotate(5deg);
}

.scaleupall {
    transform: scale(1)
}

.scaleupall:hover {
    transform: scale(1.15)
}

.anim1 a {
    overflow: hidden;
    position: relative;
}

.anim1 a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 2;
}

.anim1 a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.anim2 a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: -101%;
    transition: all 650ms cubic-bezier(.68, -0.55, .27, 1.55)
}

.anim2 a:hover:before {
    left: 0
}

.anim3 a:before,
.anim3 a:after {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    transform: skewX(45deg);
    background: rgba(255, 255, 255, 0.22);
}

.anim3 a:before {
    left: -130%;
}

.anim3 a:hover:before {
    left: -20%
}

.anim3 a:after {
    right: -130%;
}

.anim3 a:hover:after {
    right: -20%
}

.anim4 a.ssc_button {
    overflow: visible
}

.anim4 a:before,
.anim4 a:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 300ms cubic-bezier(.6, .04, .98, .34)
}

.anim4 a:before {
    border: 2px solid #000
}

.anim4 a:hover:before {
    margin-top: 8px;
    margin-left: 8px
}

.anim4 a:after {
    width: 0%;
    background-color: #000
}

.anim4 a:hover:after {
    width: 100%
}

.anim5 a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: -101%;
    left: 0;
    transition: all 650ms cubic-bezier(.68, -0.55, .27, 1.55)
}

.anim5 a:hover:before {
    top: 0
}

.anim6 a:before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: -131%;
    transition: all 300ms cubic-bezier(.55, .06, .68, .19)
}

.anim6 a:hover:before {
    left: -15%
}

.anim7 a:before {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background-color: #000;
    position: absolute;
    top: -201%;
    left: 0;
    transition: all 300ms cubic-bezier(.55, .06, .68, .19)
}

.anim7 a:hover:before {
    top: -50%
}

.anim8 a:before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    transform: skewX(45deg);
    background-color: #000;
    position: absolute;
    top: 0;
    left: -145%;
    transition: all 300ms cubic-bezier(.46, .03, .52, .96)
}

.anim8 a:hover:before {
    left: -15%
}

.anim9 a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 300ms cubic-bezier(.46, .03, .52, .96)
}

.anim9 a:hover:before {
    transform: translate(-50%, -50%) scale(1.15)
}

.anim10 a:before {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 600ms linear
}

.anim10 a:hover:before {
    transform: translate(-50%, -50%) scale(1.15);
}

.anim11 a:before,
.anim11 a:after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    transform: scale(0);
    top: -45px;
    background-color: #000;
    position: absolute;
    transition: all 300ms cubic-bezier(.46, .03, .52, .96)
}

.anim11 a:before {
    left: -10%;
}

.anim11 a:after {
    right: -10%;
}

.anim11 a:hover:before,
.anim11 a:hover:after {
    transform: scale(2)
}

.deb:before,
.dea:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    transition: all 400ms;
}

.deb.none:before,
.dea.nonea:after {
    content: none;
}

.delb:before,
.dela:after {
    left: 0
}

.derb:before,
.dera:after {
    right: 0
}

.decb:before,
.deca:after {
    left: 49%
}

.bcircle:before,
.brhombus:before,
.bsquare:before,
.bcirclea:after,
.brhombusa:after,
.bsquarea:after {
    height: 40px;
    width: 40px;
}

.scircle:before,
.srhombus:before,
.ssquare:before,
.scirclea:after,
.srhombusa:after,
.ssquarea:after {
    height: 8px;
    width: 8px;
}

.brhombus:before,
.brhombusa:after,
.srhombus:before,
.srhombusa:after {
    transform: rotate(45deg);
}

.bsquare:before,
.bsquarea:after {
    border-radius: 0 !important
}

.rectangle:before,
.rectanglea:after {
    transform: skewX(35deg);
    height: 20px;
    width: 40px;
}

.arc:before,
.arca:after {
    border-radius: 0 100px 0 0 !important;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-top-right-radius: 20px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-right: -4px;
}

.angle:before,
.anglea:after {
    transform: rotate(45deg);
    border-top: 2px solid rgba(0, 0, 0, 0.30);
    border-right: 2px solid rgba(0, 0, 0, 0.30);
    height: 30px;
    width: 30px;
}

.line:before,
.linea:after {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 0 !important;
    width: 40px;
    height: 2px;
    margin-top: 20px;
    margin-right: -27px;
}

.lline:before,
.llinea:after {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 0 !important;
    width: 60px;
    height: 2px;
    margin-top: 20px;
    margin-right: -47px
}

.owl-item:hover {
    z-index: 5
}

.kc-col-container {}

.kc-col-container:after {
    content: "";
    display: block;
    clear: both;
}

.sst-flex-row-inner {
    position: relative;
    z-index: 1;
    min-height: 30px;
}

.sst-flex-row-sloped-bg {
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    transform-origin: 100%;
    z-index: -1;
}

.sst-flex-row-sloped-bg-top.sst-left-top-right-bottom {
    top: 0;
    transform: skewY(1.5deg);
}

.sst-flex-row-sloped-bg-top.sst-right-top-left-bottom {
    bottom: 100%;
    transform: skewY(-1.5deg);
}

.sst-flex-row-sloped-bg-bottom.sst-left-top-right-bottom {
    top: 100%;
    transform: skewY(1.5deg);
}

.sst-flex-row-sloped-bg-bottom.sst-right-top-left-bottom {
    bottom: 0;
    transform: skewY(-1.5deg);
}

.ssc-mockup .outer {
    position: relative;
    width: 425px;
    height: 745px;
    margin: 0 auto;
    padding: 22px 52px;
    z-index: 1;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.side-pop {
    margin-bottom: 20px;
}

.side-pop:after {
    content: "";
    display: table;
    clear: both;
}

.side-pop:last-child {
    margin-bottom: 0;
}

.side-pop-img {
    margin-bottom: 5px;
    position: relative;
}

.side-pop-content {
    text-align: center;
}

.side-pop-content h4 {
    margin-bottom: 5px;
}

.side-pop-content span.sp-date {
    display: block;
}

.side-count {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    background-color: #121212;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.side-pop.list .side-count {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 13px;
}

.side-pop .sp-date {
    text-transform: uppercase;
}

.side-pop.overlay .side-pop-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    padding: 80px 20px 15px;
    box-sizing: border-box;
}

.side-pop.overlay .side-pop-img {
    margin-bottom: 0;
}

.side-pop.overlay .side-pop-img img {
    vertical-align: middle;
}

.side-pop.list {
    margin-bottom: 30px;
    display: table;
}

.side-pop.list:last-child {
    margin-bottom: 0;
}

.side-pop.list .side-pop-img {
    display: table-cell;
    width: 94px;
    margin-bottom: 0;
}

.side-pop.list .side-pop-content {
    text-align: left;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

@media (min-width: 1025px) {
    .kc_column.ssc-full-col {
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
    }
    .ssc-full-col.ssc-col-right {
        right: 0;
    }
    .ssc-full-col.ssc-col-left {
        left: 0;
    }
    .kc_column.ssc-col-left+.kc_column {
        margin-left: auto;
    }
}

@media screen and (max-width: 999px) {
    .slmm li.slm-vertical-menu-item.slm-cart-menu-item>a.slm-cart-icon {
        display: none;
    }
    html body.kc-css-system .slmm {
        z-index: 9;
        left: auto;
    }
    html body.kc-css-system .slmm-mobile-hide .slmm {
        width: 100vw !important;
        position: absolute;
    }
    .slmm {
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
    }
    .slmm li ul:after {
        position: relative
    }
    .slmm-respmenu {
        padding: 10px 0;
    }
    .slmm-respmenu button {
        border-radius: 0;
    }
    .slmm-respmenu button i {
        font-size: 22px;
    }
    .slm-menu-item-cart-block {
        margin-bottom: 15px
    }
    .ssc_post_grid.col3 .grid-item:nth-child(2n+1),
    .ssc-products-grid.col3 .grid-item:nth-child(2n+1) {
        clear: both
    }
    .ssc_post_grid.col3 #grid .grid-item:nth-child(3n+1),
    .ssc-products-grid.col3 #grid .grid-item:nth-child(3n+1) {
        clear: none
    }
    .ssc_post_grid.col5 #grid .grid-item:nth-child(5n+1),
    .ssc-products-grid.col5 #grid .grid-item:nth-child(5n+1) {
        clear: none
    }
    .ssc_post_grid.col7 #grid .grid-item:nth-child(7n+1),
    .ssc-products-grid.col7 #grid .grid-item:nth-child(7n+1) {
        clear: none
    }
    .scc-column-grid.kc-col-container {
        width: 100%;
    }
    .slmm .slmm-respmenu {
        width: 100%
    }
    .slmm .slm-search-menu-item {
        width: 100%
    }
    .slmm .slm-cart-menu-item {
        width: 100%
    }
    .slm-cart-menu-item .slm-link-to-cart {
        display: inline-block
    }
    .slm-search-submit,
    .slm-search-submit-icon {
        right: 25px;
        top: 12px;
    }
    .slm-search-block form {
        opacity: 1
    }
    .slm-search-submit-icon svg {
        fill: #666 !important;
    }
    .slmm-respmenu .slm-open-menu-list {}
    .slm-open-menu-list .slmm-icon-menu-shown,
    .slm-open-menu-list.menu-shown .slmm-icon-menu-hiden {
        display: none!important;
    }
    .slm-open-menu-list.menu-shown .slmm-icon-menu-shown,
    .slm-open-menu-list .slmm-icon-menu-hiden {
        display: inline-block!important;
    }
    .slmm-respmenu {
        display: block;
    }
    .slmm-mobile-hide .slmm {
        display: none !important;
    }
    .slmm-mobile-hide.shown .slmm {
        display: block !important;
    }
    .slmm-mobile-hide .slmm {
        width: 100%;
        clear: both;
    }
    .slmm {
        float: none;
        margin-top: 0;
    }
    .slmm li {
        position: relative;
        white-space: nowrap;
    }
    .slmm li:hover {
        height: auto !important;
    }
    .shown .navbar-nav .slmm li:hover .slm-sub-menu {
        position: relative;
        float: none;
    }
    .slmm li.slm-mega-item:hover>ul.slm-sub-menu,
    .slmm li.slm-mega-item.slm-vertical-menu-item:hover>ul.slm-submenu-pos-left,
    .slmm li.slm-mega-item.slm-vertical-menu-item:hover>ul.slm-submenu-pos-right {
        top: 100%;
        left: -9999px;
        opacity: 0;
    }
    .slmm li.slm-mega-item>ul.slm-sub-menu.slmm-dropdown-show,
    .slmm li.slm-mega-item.slm-vertical-menu-item>ul.slm-submenu-pos-left.slmm-dropdown-show,
    .slmm li.slm-mega-item.slm-vertical-menu-item>ul.slm-submenu-pos-right.slmm-dropdown-show {
        position: relative;
        float: none;
        width: 100% !important;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        margin: 0 !important;
    }
    .slmm li.slm-vertical-menu-item:hover>ul.slm-sub-menu,
    .slmm li.slm-cart-menu-item.slm-vertical-menu-item:hover>.slm-menu-item-cart-block {}
    .slmm li li:hover>ul.slm-sub-menu {
        top: 0;
        opacity: 0;
        left: 0 !important;
        position: relative !important;
    }
    .slmm li li>ul.slm-sub-menu.slmm-dropdown-show {
        opacity: 1;
        position: relative;
        float: none;
        width: 100% !important;
        top: 0;
        left: 0 !important;
        right: 0 !important;
    }
    .slmm .slm-search-block {
        display: block !important
    }
    .slm-search-menu-item a.slm-search-icon,
    .slm-search-menu-item span.slm-search-close {
        display: none;
    }
    .slm-search-block {
        display: block;
        position: relative;
        width: 100%;
    }
    .slm-search-block form {
        position: relative;
        width: 100% !important;
        left: 0;
        transform: none;
        padding: 0;
        top: 0;
        bottom: 0;
    }
    .slm-search-block form .slm-search-input {
        height: auto !important;
    }
    .main-menu-item.slm-cart-menu-item {
        height: auto !important;
        padding-bottom: 10px;
    }
    .slm-cart-menu-item>a.slm-cart-icon {}
    .slmm li.slm-cart-menu-item>.slm-menu-item-cart-block {
        top: 0;
        position: initial;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        transform: translate(0px, 0);
    }
    .slm-cart-icon {
        display: none
    }
    .slm-cart-menu-item h4 {}
    .slm-cart-menu-item div>div {}
    .slmm-anim-slide li>ul.slm-sub-menu,
    .slmm-anim-slide li.slm-cart-menu-item>.slm-menu-item-cart-block {
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .slmm-anim-scale li>ul.slm-sub-menu,
    .slmm-anim-scale li.slm-cart-menu-item>.slm-menu-item-cart-block {
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .slmm-anim-flip li>ul,
    .slmm-anim-flip li>.slm-menu-item-cart-block {
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
}

.ssc-hotspot .hotspot-container {
    position: relative
}

.ssc-hotspot .background-image {
    display: block;
    height: 100%;
    width: 100%
}

.ssc-hotspot .button {
    position: absolute;
    z-index: 999;
    cursor: pointer
}

.ssc-hotspot .button img,
.ssc-hotspot .button svg {
    width: 20px
}

.ssc-hotspot .popup {
    position: absolute;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    overflow: hidden
}

.ssc-hotspot .popup-close-wrapper {
    text-align: right
}

.ssc-hotspot .popup-close {
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer
}

.ssc-hotspot .popup-close svg {
    width: 15px;
    height: 15px;
    fill: #000
}

.ssc-hotspot .popup.opened {
    z-index: 999;
    opacity: 1
}

.ssc-google-map {
    height: 400px;
}

@media screen and (max-width: 768px) {
    .slmm li ul li a span {
        display: inline;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .slmm li {
        white-space: normal
    }
    body.kc-css-system .slmm .slm-mega-block li.slmm-column {
        width: 100% !important;
        display: block;
        float: none;
    }
    body #ouibounce-modal .modal {
        width: 100%;
        height: auto;
    }
    #ouibounce-modal .modal-body {
        padding: 20px 15px;
    }
    .ssc_team.type5 .content-socials {
        top: auto;
        bottom: 0
    }
    .scc-column-grid.kc-col-container,
    body section[data-kc-equalheight-align="middle"]>.kc-row-container>.kc-wrap-columns>.kc_column>.scc-column-grid.kc-col-container {
        width: 100%;
    }
    .ssc_carousel.template-5 .kc-tabs-slider-nav,
    .ssc_carousel.template-5 .owl-carousel {
        float: none;
        width: 100%;
    }
    .ssc_carousel.template-3 .owl-theme .owl-controls {
        float: none;
        width: 100%
    }
    .ssc_carousel.template-3 .owl-carousel .owl-wrapper-outer {
        float: none;
        width: 100%;
    }
    .ssc_carousel.template-4 .owl-theme .owl-controls {
        float: none;
        width: 100%
    }
    .ssc_carousel.template-4 .owl-carousel.owl-theme {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    table.responsive {
        margin-bottom: 0;
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap;
    }
    .pinned td:last-child {
        border-bottom: 0;
    }
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }
    div.table-wrapper div.scrollable {
        margin-left: 35%;
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none;
    }
}

@media only screen and (max-width: 601px) {
    .pinned {
        width: 45%;
    }
    .pinned table th,
    .pinned table td {
        white-space: inherit;
    }
    div.table-wrapper div.scrollable {
        margin-left: 45%;
    }
}

@media only screen and (max-width: 400px) {
    .ssc-breadcrumbs>span,
    .ssc-breadcrumbs>a {
        float: none;
    }
}