.grid1 .ShellImages.SingleImage, .grid2 .ShellImages.SingleImage{
    display: none;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: normal;
}
.LoggedOut .ShellHeader .LoggedOut, .LoggedOut .ShellSideBar, .LoggedOut #Brand, .LoggedOut #Category {
    display: none;
}
.LoggedOut #Brand, .LoggedOut #Category {
    opacity:0;
    visibility:hidden;
}
    .LoggedIn .ShellHeader .LoggedIn {
    display: none;
}

.CartItemCount{
    display: none;
}

.ShellMainContent > .Center {
    max-width: 1220px;
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    min-height: 500px;
}

.Content.col-sm-12.col-md-6.col-lg-9.row {
    margin-right: 0;
    margin-left: 0;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
ul li {
    list-style:none;
    display:inline-block;
    }
    .Center{
    max-width:1200px;
    margin:0 auto;
    padding:0 5px;
    clear:both;
    width:100%;
}
div#sp-logo {
    margin-top: 10px;
}
.ui-autocomplete .ui-menu-item {
    display: block;
}
/*Header*/
.HeaderTop {
    color: #000;
    display: inline-block;
    width: 100%;
    padding:15px 0;
    border-bottom:2px solid #ccc;
}

ul.TopLeft {
    float: left;
}

    ul.TopLeft li a{
        color:#FFF;
    }
.searchandicons{
    margin:20px 0;
    text-align:center;
}
.searchandicons ul li{
    margin:0 10px;
}
    .searchandicons ul li img {
        margin:0 5px;
        max-width:20px;
    }
        .ShellSearch {
    float: left;
}

      .SearchControls {
        width: 375px;
    }

     .ShellSearch input.SearchTextBox {
        float: left;
        height: 40px;
        clear: right;
        width: 100%;
        margin-right: 0;
        border: none;
        display: inline-block;
        color:#000;
        border: solid 1px #CCC
    }

input#HeaderSearchButton, span.CartItemCount{
    display: none !important;
}

 .SearchControls .SearchButton {
    height: 30px;
    min-width: 20px;
    max-width: 40px;
    float: right;
    clear: right;
    display: table;
    width: 40px;
    color: #CCC;
    margin: -36px 0px 0;
}

.SearchControls .SearchButton:hover {
    cursor: pointer;
    opacity: .6
}
.SearchControls .SearchTextBox {
    border:none;
    border-bottom:1px solid #000;
    border-radius:0;
    width:100%;
    box-shadow:none;
}
    .SearchControls .SearchTextBox::placeholder {
        text-transform:unset !important;
        font-size:16px;
        font-style:unset!important;
    }
    .SearchControls .SearchButton img {
    width: 100%;
    max-width: 20px
}
    ul.TopRight {
        clear: right;
        float: right;
        margin-right:40px;
    }
ul.TopRight li{
    margin:0 10px;
    padding:2px 0px;
    margin-top:-5px;
}
ul.TopRight li.TopCart {
    border-right: none;
}
ul.TopRight li a{
    color:#FFF;
    text-align:center;
    display:block;
}
    ul.TopRight li a:hover{
        text-decoration:none;
        opacity:0.6;
    }
    ul.TopRight li a {
        color: #000;
    }
        ul.TopRight li a span{
            display:block;
        }
    ul.TopRight li img {
        float: none;
        clear: both;
        max-width: 27px;
        margin: 1px;
    }

    .Logo {
        float: left;
        max-width: 250px;
        width:100%;
    }
.Logo img{
    width:100%;
}
.text-right ul li a {
    padding: 25px 5px;
    font-size: 14px;
    display: block;
}
.text-right ul li img{
    max-width:20px;
    margin-top:-5px;
}
/*Footer*/
.ShellFooter {
    color: #FFF;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 30px;
}
.FooterContent ul li {
    display: table;
    padding:5px 0;
}
.FooterContent ul li a{
    color:#FFF;
    text-transform:uppercase;
    font-weight:200;
}
    .FooterContent ul li img{
        max-width:25px;
    }
    .FooterContent ul li small{
        margin-left:30px;
    }
    .FooterContent h1 {
        color: #FFF;
        text-transform: uppercase;
        font-weight: bold;
    }
.footerBottom {
    float: left;
    clear: both;
    color: #FFF;
    width: 100%;
    padding: 10px 0;
    background-color: #b7b5ae;
    font-size:17px;
    font-weight:bold;
}
    .footerBottom .Left {
    float:left;
    }
    .footerBottom .Right{
    clear:right;
    float:right;
}
        .footerBottom .Right ul li {
            padding: 0 2px;
            margin: 0;
            padding-right: 4px;
        }
        /*Responsive*/
.DropDown.Small .MenuButton {
    float: right;
    margin: 10px;
    font-size: 25px;
    color: #5eaece;
}
.DropDown.Small ul.topnav{
    margin-top:5px;
}

.DropDown.Small ul.topnav li > a {
    color: #000;
    padding: 5px;
}
.subnav.CLONED {
    width: 100% !important;
    left: 0 !important;
}
    /*.DropDown.Small ul.topnav li > a:hover {
        background-color:#FFF;
        color:#000;
    }*/
        @media (max-width: 1200px) {
            .HeaderTop .ShellSearch .SearchControls {
                width: 250px;
            }
        }
@media (max-width: 1011px) {

    .ShellSideBar {
        display: none;
    }
    .ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
        float: left;
        width: 100% !important;
    }
}

    @media (max-width: 991px) {
        .DropDown.Small .sp-menu-item a {
            color: #303030 !important;
        }

        .DropDown.Small div.icon-menu {
            color: #303030;
            display: block !important;
            font-size: 20px;
            padding-top: 10px;
        }
        .DropDown.Small .sp-megamenu-parent > li.sp-has-child > a:after {
            display: none;
        }

        .DropDown.Small .Links.MultiLevel > ul > li > ul > li > a {
            padding: 5px;
            padding-left: 20px;
        }
        .right-nav{
            text-align:center !important;
        }

    }

    .search-mobile {
        display: none;
    }

    @media (max-width: 767px) {
        .search-mobile {
            display: inline-block;
        }

        .right-nav ul li span, .searchandicons .SearchControls {
            display: none;
        }

        .HeaderTop {
            padding: 8px 0px;
        }

        #sp-topsearch{
            display:none;
        }

        ul.TopRight {
            float: none;
            clear: both;
            margin-right: 0px;
            margin: 5px;
        }

        ul.TopLeft, ul.TopRight {
            width: 100%;
            float: none;
            text-align: center;
        }

        ul.TopRight {
            max-width: 350px;
            margin: 0 auto;
        }

        #sp-logo{
            width:100%;
            text-align:center;
        }
        #sp-logo img{
            max-width:150px;
            margin:0 auto;
        }

        ul.TopRight li a span {
            display: none;
        }

        .HeaderTop .ShellSearch input.SearchTextBox {
            height: 30px;
        }

        .HeaderTop .SearchControls .SearchButton {
            margin: -30px 0px 0;
        }
    }

    @media (max-width: 650px) {
    }
    .form-control {
        display: block;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
        }

        .form-control::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .form-control:-ms-input-placeholder {
            color: #999;
        }

        .form-control::-webkit-input-placeholder {
            color: #999;
        }

        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            cursor: not-allowed;
            background-color: #eeeeee;
            opacity: 1;
        }

    textarea.form-control {
        height: auto;
    }
    .DropDown.Small .subnav.CLONED h1 {
        display: none;
    }
    .DropDown.Small ul.topnav > li > a {
        text-transform: uppercase;
    }
    .DropDown ul.topnav li > a {
        float: left !important;
    }

    

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        display: block;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -moz-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;
    }

        select:focus,
        textarea:focus,
        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="datetime"]:focus,
        input[type="datetime-local"]:focus,
        input[type="date"]:focus,
        input[type="month"]:focus,
        input[type="time"]:focus,
        input[type="week"]:focus,
        input[type="number"]:focus,
        input[type="email"]:focus,
        input[type="url"]:focus,
        input[type="search"]:focus,
        input[type="tel"]:focus,
        input[type="color"]:focus,
        .uneditable-input: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,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
        }

        select::-moz-placeholder,
        textarea::-moz-placeholder,
        input[type="text"]::-moz-placeholder,
        input[type="password"]::-moz-placeholder,
        input[type="datetime"]::-moz-placeholder,
        input[type="datetime-local"]::-moz-placeholder,
        input[type="date"]::-moz-placeholder,
        input[type="month"]::-moz-placeholder,
        input[type="time"]::-moz-placeholder,
        input[type="week"]::-moz-placeholder,
        input[type="number"]::-moz-placeholder,
        input[type="email"]::-moz-placeholder,
        input[type="url"]::-moz-placeholder,
        input[type="search"]::-moz-placeholder,
        input[type="tel"]::-moz-placeholder,
        input[type="color"]::-moz-placeholder,
        .uneditable-input::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        select:-ms-input-placeholder,
        textarea:-ms-input-placeholder,
        input[type="text"]:-ms-input-placeholder,
        input[type="password"]:-ms-input-placeholder,
        input[type="datetime"]:-ms-input-placeholder,
        input[type="datetime-local"]:-ms-input-placeholder,
        input[type="date"]:-ms-input-placeholder,
        input[type="month"]:-ms-input-placeholder,
        input[type="time"]:-ms-input-placeholder,
        input[type="week"]:-ms-input-placeholder,
        input[type="number"]:-ms-input-placeholder,
        input[type="email"]:-ms-input-placeholder,
        input[type="url"]:-ms-input-placeholder,
        input[type="search"]:-ms-input-placeholder,
        input[type="tel"]:-ms-input-placeholder,
        input[type="color"]:-ms-input-placeholder,
        .uneditable-input:-ms-input-placeholder {
            color: #999;
        }

        select::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder,
        input[type="text"]::-webkit-input-placeholder,
        input[type="password"]::-webkit-input-placeholder,
        input[type="datetime"]::-webkit-input-placeholder,
        input[type="datetime-local"]::-webkit-input-placeholder,
        input[type="date"]::-webkit-input-placeholder,
        input[type="month"]::-webkit-input-placeholder,
        input[type="time"]::-webkit-input-placeholder,
        input[type="week"]::-webkit-input-placeholder,
        input[type="number"]::-webkit-input-placeholder,
        input[type="email"]::-webkit-input-placeholder,
        input[type="url"]::-webkit-input-placeholder,
        input[type="search"]::-webkit-input-placeholder,
        input[type="tel"]::-webkit-input-placeholder,
        input[type="color"]::-webkit-input-placeholder,
        .uneditable-input::-webkit-input-placeholder {
            color: #999;
        }

        select[disabled],
        select[readonly],
        fieldset[disabled] select,
        textarea[disabled],
        textarea[readonly],
        fieldset[disabled] textarea,
        input[type="text"][disabled],
        input[type="text"][readonly],
        fieldset[disabled] input[type="text"],
        input[type="password"][disabled],
        input[type="password"][readonly],
        fieldset[disabled] input[type="password"],
        input[type="datetime"][disabled],
        input[type="datetime"][readonly],
        fieldset[disabled] input[type="datetime"],
        input[type="datetime-local"][disabled],
        input[type="datetime-local"][readonly],
        fieldset[disabled] input[type="datetime-local"],
        input[type="date"][disabled],
        input[type="date"][readonly],
        fieldset[disabled] input[type="date"],
        input[type="month"][disabled],
        input[type="month"][readonly],
        fieldset[disabled] input[type="month"],
        input[type="time"][disabled],
        input[type="time"][readonly],
        fieldset[disabled] input[type="time"],
        input[type="week"][disabled],
        input[type="week"][readonly],
        fieldset[disabled] input[type="week"],
        input[type="number"][disabled],
        input[type="number"][readonly],
        fieldset[disabled] input[type="number"],
        input[type="email"][disabled],
        input[type="email"][readonly],
        fieldset[disabled] input[type="email"],
        input[type="url"][disabled],
        input[type="url"][readonly],
        fieldset[disabled] input[type="url"],
        input[type="search"][disabled],
        input[type="search"][readonly],
        fieldset[disabled] input[type="search"],
        input[type="tel"][disabled],
        input[type="tel"][readonly],
        fieldset[disabled] input[type="tel"],
        input[type="color"][disabled],
        input[type="color"][readonly],
        fieldset[disabled] input[type="color"],
        .uneditable-input[disabled],
        .uneditable-input[readonly],
        fieldset[disabled] .uneditable-input {
            cursor: not-allowed;
            background-color: #eeeeee;
            opacity: 1;
        }

        textareaselect,
        textareatextarea,
        textareainput[type="text"],
        textareainput[type="password"],
        textareainput[type="datetime"],
        textareainput[type="datetime-local"],
        textareainput[type="date"],
        textareainput[type="month"],
        textareainput[type="time"],
        textareainput[type="week"],
        textareainput[type="number"],
        textareainput[type="email"],
        textareainput[type="url"],
        textareainput[type="search"],
        textareainput[type="tel"],
        textareainput[type="color"],
        textarea.uneditable-input {
            height: auto;
        }



    input {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

        input:focus {
            box-shadow: none !important;
        }

    .pull-left {
        margin-right: 20px;
        margin-bottom: 3px;
    }

    .pull-center {
        margin: 0 auto 10px;
        text-align: center;
    }

    .pull-right {
        margin-left: 20px;
        margin-bottom: 3px;
    }

    .svgwhite {
        background: url(../images/svgwhite.svg) center center repeat;
    }

    .shadow {
        box-shadow: -25px 0 30px -15px rgba(0,0,0,0.15), 25px 0 30px -15px rgba(0,0,0,0.15);
    }

    .text-shadow {
        text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }

        .text-shadow .sppb-cta-title {
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

    .border-radius {
        border-radius: 5px;
    }

    .padding30 {
        padding: 0 30px;
    }

    #sp-top-bar .sp-module {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }

       
    ul.social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        ul.social-icons > li {
            display: inline-block;
            margin: 0 7px;
        }

            ul.social-icons > li a {
                color: #999999;
            }


            .sp-module-content .mod-languages ul.lang-block.vertical li > a:before {
                display: none;
            }

    .signature {
        position: relative;
        overflow: auto;
        width: 100%;
        height: 0;
        padding-bottom: 55.30973%;
    }

        .signature svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .sp-contact-info {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sp-contact-info li {
            display: inline-block;
            margin: 0 7px;
            font-size: 90%;
        }

        .sp-contact-info .with-img img {
            float: left;
            max-width: 20px;
            margin: 0 5px;
        }

        .sp-contact-info li i {
            margin: 0 3px;
            color: #5eaece;
            font-size:15px;
        }

            .sp-contact-info li i.pe {
                font-size: 125%;
                line-height: 1;
                margin-top: -2px;
                vertical-align: middle;
            }

        .sp-contact-info li span[id*="cloak"] {
            text-indent: -9999em;
        }

    
    .sp-module .tagscloud,
    .sppb-addon-module .tagscloud {
        margin: -2px 0;
    }

        .sp-module .tagscloud .tag-name,
        .sppb-addon-module .tagscloud .tag-name {
            display: inline-block;
            padding: 4px 10px;
            font-size: 85%;
            color: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
            margin: 3px 0 3px 2px;
        }

            .sp-module .tagscloud .tag-name span,
            .sppb-addon-module .tagscloud .tag-name span {
                display: inline-block;
                min-width: 8px;
                margin: 0 -1px 0 3px;
                padding: 3px 7px;
                font-size: 11px;
                font-weight: 700;
                line-height: 1.3;
                text-align: center;
                white-space: nowrap;
                vertical-align: baseline;
                background-color: rgba(0,0,0,0.12);
                border-radius: 10px;
            }

    .top-search-wrapper {
        position: relative;
        line-height: 32px;
        width: 42px;
        z-index: 3;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

        .top-search-wrapper .icon-top-wrapper {
            cursor: pointer;
        }

            .top-search-wrapper .icon-top-wrapper i.fa {
                font-size: 15px;
                text-align: center;
                width: 42px;
                margin: 0 auto;
            }

            .top-search-wrapper .icon-top-wrapper i.pe {
                font-size: 18px;
                text-align: center;
                font-weight: bold;
                width: 42px;
                margin: 0 auto;
            }

            .top-search-wrapper .icon-top-wrapper .search-close-icon {
                display: none;
            }

                .top-search-wrapper .icon-top-wrapper .search-close-icon.open {
                    display: block;
                }

            .top-search-wrapper .icon-top-wrapper i.pe.search-close-icon.open {
                font-size: 22px;
            }

            .top-search-wrapper .icon-top-wrapper .search-close-icon,
            .top-search-wrapper .icon-top-wrapper .search-open-icon {
                width: 42px;
                text-align: center;
                line-height: 32px;
            }

    .top-search-input-wrap {
        display: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .top-search-input-wrap .top-search-wrap {
            position: absolute;
            right: -10px;
            left: auto;
            float: left;
            width: 360px;
            margin: -20px 0 0 0;
            z-index: 8;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
            -moz-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
            -ms-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
            -o-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
            transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
            -webkit-transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
            -moz-transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
            -o-transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
            transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
            opacity: 0;
        }

            .top-search-input-wrap .top-search-wrap .searchwrapper {
                background-color: rgba(255,255,255,0.95);
                padding: 8px 0;
                border-radius: 3px;
                margin-top: -1px;
            }

            .top-search-input-wrap .top-search-wrap .sp_search_input {
                width: 360px;
            }

                .top-search-input-wrap .top-search-wrap .sp_search_input input {
                    background-color: transparent;
                    width: 100%;
                    height: auto;
                    font-size: 18px;
                    font-weight: 600;
                    border: 0;
                    box-shadow: none;
                    text-align: center;
                }

            .top-search-input-wrap .top-search-wrap.active {
                margin-top: 1vh;
                -webkit-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
                -moz-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
                -ms-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
                -o-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
                transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
                opacity: 1;
            }

    .search input#mod-search-searchword {
        width: 100%;
        border-radius: 4px;
    }

        .search input#mod-search-searchword:focus {
            box-shadow: none;
        }

    .search button[name="Search"] {
        position: absolute;
        right: -19px;
        border-radius: 0 4px 4px 0;
        line-height: 1;
        width: 42px;
        height: 34px;
        padding-left: 5px;
        padding-right: 4px;
    }





    footer {
        margin-top: auto;
    }

    #sp-footer {
        color: #fff;
        text-align: center;
        padding: 20px 0;
    }

        #sp-footer a {
            color: rgba(255,255,255,0.9);
        }

            #sp-footer a:hover {
                color: #fff;
            }

    #sp-footer-wrapper ul {
        display: inline-block;
    }

        #sp-footer-wrapper ul.nav {
            display: inline-block;
            list-style: none;
            padding: 0;
            margin: 0 5px;
        }

            #sp-footer-wrapper ul.nav li {
                display: inline-block;
                margin: 0 5px;
            }

                #sp-footer-wrapper ul.nav li a {
                    display: block;
                }

                    #sp-footer-wrapper ul.nav li a:hover {
                        background: none;
                    }

    #sp-footer-wrapper .helix-framework {
        display: inline-block;
    }

    #sp-footer-wrapper .copyright {
        display: block;
    }

    .sp-comingsoon {
        width: 100%;
        height: 100%;
        min-height: 100%;
    }

        .sp-comingsoon body {
            width: 100%;
            height: 100%;
            min-height: 100%;
            color: #fff;
        }

            .sp-comingsoon body #sp-comingsoon,
            .sp-comingsoon body .sp-comingsoon-wrap {
                z-index: 1;
                position: relative;
            }

            .sp-comingsoon body a.logo {
                padding: 25px;
                width: 100%;
                text-align: center;
                display: table;
                margin: 0 auto 0;
                background: rgba(20,20,20,0.6);
                box-shadow: 0 30px 200px rgba(0,0,0,0.2);
            }

                .sp-comingsoon body a.logo img.sp-default-logo {
                    text-align: center;
                    margin: 0 0 0 -140px;
                    padding: 5px;
                    display: inline-table;
                    -webkit-transition: all 300ms .4s;
                    transition: all 300ms .4s;
                }

                .sp-comingsoon body a.logo div.backhome {
                    margin: 0 auto;
                    text-indent: -20px;
                    padding: 0 5px;
                    font-size: 17px;
                    color: #ddd;
                    line-height: 20px;
                    display: inline-block;
                    opacity: 0;
                    -webkit-transition: all 500ms .5s;
                    transition: all 500ms .5s;
                }

                .sp-comingsoon body a.logo + .fa-clock-o {
                    height: auto;
                    position: fixed;
                    overflow: hidden;
                    top: 28%;
                    left: 50%;
                    margin: 0 0 0 -184px;
                    text-align: center;
                    font-size: 430px;
                    color: rgba(0,0,0,0.12);
                    opacity: 0.4;
                    z-index: 0;
                    -webkit-transition: transform .7s .7s, opacity .7s .8s;
                    transition: transform .7s .7s, opacity .7s .8s;
                    -ms-transform: rotate(30deg);
                    -webkit-transform: rotate(30deg);
                    transform: rotate(30deg);
                }

                .sp-comingsoon body a.logo:hover {
                    background: rgba(0,0,0,0.6);
                }

                    .sp-comingsoon body a.logo:hover img.sp-default-logo {
                        text-align: center;
                        margin: 0 0 0 10px;
                    }

                    .sp-comingsoon body a.logo:hover div.backhome {
                        text-indent: -20px;
                        opacity: 1;
                    }

                    .sp-comingsoon body a.logo:hover + .fa-clock-o {
                        opacity: 0.6;
                        -ms-transform: rotate(-400deg);
                        -webkit-transform: rotate(-400deg);
                        transform: rotate(-400deg);
                    }

        .sp-comingsoon .sp-comingsoon-title {
            margin: 60px auto 0;
            font-size: 370%;
            font-weight: 300;
        }

        .sp-comingsoon .sp-comingsoon-content {
            margin: 20px auto 0;
            font-size: 26px;
            font-weight: 300;
        }

        .sp-comingsoon .days,
        .sp-comingsoon .hours,
        .sp-comingsoon .minutes,
        .sp-comingsoon .seconds {
            display: inline-block;
            margin: 70px 15px;
        }

            .sp-comingsoon .days .number,
            .sp-comingsoon .hours .number,
            .sp-comingsoon .seconds .number,
            .sp-comingsoon .minutes .number {
                width: 125px;
                height: 120px;
                line-height: 120px;
                border: 1px solid rgba(255,255,255,0.5);
                border-radius: 4px;
                display: inline-block;
                font-size: 48px;
                font-weight: 100;
                background-color: rgba(0,0,0,0.07);
            }

            .sp-comingsoon .days .string,
            .sp-comingsoon .minutes .string,
            .sp-comingsoon .seconds .string,
            .sp-comingsoon .hours .string {
                display: block;
                font-size: 18px;
                margin-top: 10px;
            }

        .sp-comingsoon .social-icons li {
            display: inline-block;
            margin: 25px 15px 40px;
        }

            .sp-comingsoon .social-icons li a {
                color: rgba(255,255,255,0.7);
                font-size: 24px;
                -webkit-transition: color 400ms;
                transition: color 400ms;
            }

                .sp-comingsoon .social-icons li a:hover {
                    color: #fff;
                }

        .sp-comingsoon .social-icons.with-bckg-img .social-icons {
            margin: 15px auto;
            padding: 3px 5px;
            border-radius: 5px;
        }

            .sp-comingsoon .social-icons.with-bckg-img .social-icons li {
                display: inline-table;
                margin: 5px 15px 2px;
            }

    .error-page {
        width: 100%;
        height: 100%;
        min-height: 100%;
    }

        .error-page body {
            width: 100%;
            height: 100%;
            min-height: 100%;
        }

        .error-page .error-page-inner {
            height: 100%;
            min-height: 100%;
            width: 100%;
            display: table;
            text-align: center;
        }

            .error-page .error-page-inner > div.container {
                display: table-cell;
                vertical-align: middle;
            }

                .error-page .error-page-inner > div.container .btn-error {
                    background: #38b2e4;
                    color: #fff;
                    margin: 25px auto 40px;
                }

                    .error-page .error-page-inner > div.container .btn-error > i {
                        margin-right: 5px;
                    }

                    .error-page .error-page-inner > div.container .btn-error:hover {
                        background: #22a9e1;
                    }

                .error-page .error-page-inner > div.container .fa-exclamation-triangle {
                    font-size: 64px;
                    line-height: 1;
                    margin-bottom: 0;
                    color: #65c3ea;
                }

                .error-page .error-page-inner > div.container .error-code {
                    font-weight: 100;
                    font-size: 120px;
                    line-height: 1;
                    color: #4fbae7;
                    margin: -10px 0 30px 0;
                    padding: 0;
                }

                .error-page .error-page-inner > div.container .error-code-message {
                    font-weight: 300;
                    font-size: 40px;
                    color: #777;
                    line-height: 1;
                    margin: 20px 0;
                    padding: 0;
                }

                .error-page .error-page-inner > div.container .error-message {
                    font-size: 24px;
                    line-height: 1;
                    color: #aaa;
                    margin-bottom: 30px;
                }

            .error-page .error-page-inner.with-bckg-img div.container .pe-7s-compass {
                font-size: 100px;
                font-weight: 100;
                color: #fff;
                text-shadow: 1px 3px 6px rgba(0,0,0,0.1);
            }

            .error-page .error-page-inner.with-bckg-img div.container .error-code {
                font-weight: 300;
                font-size: 130px;
                color: #38b2e4;
                margin: -15px 0 30px 0;
            }

            .error-page .error-page-inner.with-bckg-img div.container .error-code-message {
                font-weight: 300;
                font-size: 50px;
                color: #fff;
                margin: 20px 0;
                text-shadow: 2px 3px 6px rgba(0,0,0,0.25);
            }

            .error-page .error-page-inner.with-bckg-img div.container .error-message {
                font-size: 24px;
                line-height: 1;
                color: #fff;
                text-shadow: 1px 2px 4px rgba(0,0,0,0.25);
            }

    .sp-social-share ul {
        display: block;
        padding: 0;
        margin: 20px -5px 0;
    }

        .sp-social-share ul li {
            display: inline-block;
            font-size: 24px;
            margin: 0 5px;
        }

    .dl-horizontal dt {
        margin: 8px 0;
        text-align: left;
    }

    .page-header {
        padding-bottom: 15px;
    }

    table.category {
        width: 100%;
    }

        table.category thead > tr,
        table.category tbody > tr {
            border: 1px solid #f2f2f2;
        }

            table.category thead > tr th,
            table.category thead > tr td,
            table.category tbody > tr th,
            table.category tbody > tr td {
                padding: 10px;
            }

    .contact-form .form-actions {
        background: none;
        border: none;
    }

    .sp-simpleportfolio .sp-simpleportfolio-filter > ul.flex > li > a:hover {
        color: #fff;
    }

    .entry-gallery.carousel .carousel,
    .entry-gallery.carousel .carousel-inner,
    .entry-gallery.carousel .carousel-inner .item {
        height: 100%;
    }

    .entry-gallery.carousel .carousel-left,
    .entry-gallery.carousel .carousel-right {
        position: absolute;
        top: 50%;
        font-size: 24px;
        width: 36px;
        height: 36px;
        line-height: 34px;
        margin-top: -18px;
        text-align: center;
        color: #fff;
        background: rgba(0,0,0,0.2);
        border-radius: 4px;
    }

        .entry-gallery.carousel .carousel-left:hover,
        .entry-gallery.carousel .carousel-left:focus,
        .entry-gallery.carousel .carousel-right:hover,
        .entry-gallery.carousel .carousel-right:focus {
            color: #fff;
        }

        .entry-gallery.carousel .carousel-left > .fa,
        .entry-gallery.carousel .carousel-right > .fa {
            width: 32px;
            text-align: center;
        }

    .entry-gallery.carousel .carousel-left {
        left: 10px;
        padding-right: 1px;
    }

    .entry-gallery.carousel .carousel-right {
        right: 10px;
        padding-left: 3px;
    }

    .entry-gallery.carousel:hover .carousel-left:hover,
    .entry-gallery.carousel:hover .carousel-right:hover {
        background: rgba(0,0,0,0.4);
    }

    .entry-gallery.carousel.carousel-fade .carousel-inner .item {
        width: 100%;
        transition-property: opacity;
    }

    .entry-gallery.carousel.carousel-fade .carousel-inner .item,
    .entry-gallery.carousel.carousel-fade .carousel-inner .active.left,
    .entry-gallery.carousel.carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }

    .entry-gallery.carousel.carousel-fade .carousel-inner .active,
    .entry-gallery.carousel.carousel-fade .carousel-inner .next.left,
    .entry-gallery.carousel.carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

        .entry-gallery.carousel.carousel-fade .carousel-inner .next,
        .entry-gallery.carousel.carousel-fade .carousel-inner .prev,
        .entry-gallery.carousel.carousel-fade .carousel-inner .active.left,
        .entry-gallery.carousel.carousel-fade .carousel-inner .active.right {
            left: 0;
            transform: translate3d(0,0,0);
        }

    .entry-gallery.carousel.carousel-fade .carousel-control {
        z-index: 2;
    }

    .bold i.pe {
        font-weight: 600;
    }

    .bold .sppb-btn i.pe {
        font-weight: 600;
    }

    .desaturate li:hover .overlay {
        -webkit-filter: none;
    }

    .desaturate a img:hover {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
        filter: gray;
        -webkit-filter: grayscale(1);
    }

    .desaturate a:hover {
        overflow: hidden;
    }

        .desaturate a:hover > img.desaturate {
            -webkit-transition: all .5s ease-in-out .1s;
            -moz-transition: all .5s ease-in-out .1s;
            -o-transition: all .5s ease-in-out .1s;
            transition: all .5s ease-in-out .1s;
            -webkit-filter: grayscale(100%) brightness(1.3);
            -moz-filter: grayscale(100%) brightness(1.3) blur(1px);
            -ms-filter: grayscale(100%) brightness(1.3) blur(1px);
            -o-filter: grayscale(100%) brightness(1.3) blur(1px);
            filter: grayscale(100%) brightness(1.3) blur(1px);
            filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
            filter: gray;
        }

    a#scroll-top {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        position: fixed;
        right: -40px;
        bottom: 1px;
        height: 54px;
        width: 54px;
        line-height: 54px;
        border-radius: 4px;
        background: transparent;
        z-index: 9;
        -webkit-transition: all .7s cubic-bezier(0.405,0.020,0.325,0.950) .2s;
        -moz-transition: all .7s cubic-bezier(0.405,0.020,0.325,0.950) .2s;
        -o-transition: all .7s cubic-bezier(0.405,0.020,0.325,0.950) .2s;
        transition: all .7s cubic-bezier(0.405,0.020,0.325,0.950) .2s;
    }

        a#scroll-top.open {
            right: 10px;
            opacity: 0.8;
            -moz-opacity: 0.8;
            -webkit-opacity: 0.8;
            filter: alpha(opacity=80);
            visibility: visible;
        }

        a#scroll-top > i {
            color: #777;
            height: 56px;
            width: 56px;
            line-height: 1;
            text-align: center;
            font-size: 56px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        a#scroll-top:hover {
            opacity: 1;
            -moz-opacity: 1;
            -webkit-opacity: 1;
            filter: alpha(opacity=100);
        }

            a#scroll-top:hover > i {
                color: #333;
            }

    .flex-video {
        position: relative;
        padding-top: 45px;
        padding-bottom: 56.4%;
        height: 0;
        overflow: hidden;
    }

        .flex-video.widescreen {
            padding-bottom: 50%;
        }

        .flex-video.flex-video.vimeo {
            padding-top: 0;
        }

        .flex-video.flex-video.youtube {
            padding-top: 0;
        }

        .flex-video.flex-video.html5 {
            padding-top: 0;
        }

        .flex-video.flex-video .video-js {
            width: 100%;
        }

        .flex-video iframe {
            border: none;
            outline: none;
            margin-top: -1px;
        }

        .flex-video iframe,
        .flex-video object,
        .flex-video embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .sp-layer .btn {
        border-radius: 7px;
        margin-right: 10px;
        font-size: 210%;
        line-height: 1.5;
        padding: 14px 50px 15px;
    }

    .acymailing_form {
        position: relative;
        width: 100%;
    }

        .acymailing_form input.inputbox {
            background: transparent;
        }

        .acymailing_form .acysubbuttons {
            position: absolute;
            top: -20px;
            right: -10px;
            overflow: hidden;
        }

            .acymailing_form .acysubbuttons input {
                text-indent: -9999px;
                padding: 0;
                border: none;
                width: 44px;
                height: 34px;
                border-radius: 0 4px 4px 0;
            }

            .acymailing_form .acysubbuttons::before {
                content: "\e639";
                font-family: "peIcon7";
                width: 34px;
                font-size: 110%;
                text-align: center;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                pointer-events: none;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            .acymailing_form .acysubbuttons:hover::before {
                content: "\e63a";
                font-family: "peIcon7";
                transform: translate(-50%,-56%);
            }

        .acymailing_form .acyterms input,
        .acymailing_form .fieldacyterms input {
            display: inline-block;
            margin-right: 5px;
        }

    .dark .acymailing_form input.inputbox {
        opacity: .8;
    }

    #system-message-container .alert-error {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .login .login-description,
    .registration .login-description,
    .registration-wrapper .login-description {
        margin-bottom: 30px;
    }

    .login .form-group,
    .registration .form-group,
    .registration-wrapper .form-group {
        margin-bottom: 20px;
    }

        .login .form-group .group-control input,
        .registration .form-group .group-control input,
        .registration-wrapper .form-group .group-control input {
            min-height: 45px;
        }

    .login .form-links,
    .registration .form-links,
    .registration-wrapper .form-links {
        display: inline-block;
        margin: 0 10px;
    }

        .login .form-links a,
        .registration .form-links a,
        .registration-wrapper .form-links a {
            font-weight: 600;
        }

    .login .form-footer,
    .registration .form-footer,
    .registration-wrapper .form-footer {
        margin: 30px auto;
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
        text-align: center;
    }

    .login img,
    .registration img,
    .registration-wrapper img {
        display: inline-block;
        margin: 20px 0;
    }

    .login .title,
    .registration .title,
    .registration-wrapper .title {
        margin: 35px auto;
    }

        .login .title i.pe,
        .registration .title i.pe,
        .registration-wrapper .title i.pe {
            font-size: 36px;
            line-height: 37px;
            vertical-align: top;
            margin: -1px 8px 0 0;
        }

    .login label#jform_profile_tos-lbl,
    .registration label#jform_profile_tos-lbl,
    .registration-wrapper label#jform_profile_tos-lbl {
        position: relative;
        margin: 0 20px 0 0;
        float: left;
        display: inline-block;
    }

        .login label#jform_profile_tos-lbl a,
        .registration label#jform_profile_tos-lbl a,
        .registration-wrapper label#jform_profile_tos-lbl a {
            display: inline-table;
            position: relative;
            color: #000000;
            padding: 2px 1px;
        }

            .login label#jform_profile_tos-lbl a:before,
            .registration label#jform_profile_tos-lbl a:before,
            .registration-wrapper label#jform_profile_tos-lbl a:before {
                content: "\f0f6";
                font-family: 'FontAwesome';
                line-height: 18px;
                margin: -4px 6px 0 0;
                color: #888;
            }

            .login label#jform_profile_tos-lbl a:hover,
            .login label#jform_profile_tos-lbl a:hover:before,
            .registration label#jform_profile_tos-lbl a:hover,
            .registration label#jform_profile_tos-lbl a:hover:before,
            .registration-wrapper label#jform_profile_tos-lbl a:hover,
            .registration-wrapper label#jform_profile_tos-lbl a:hover:before {
                color: #22a9e1;
            }

        .login label#jform_profile_tos-lbl span.star,
        .registration label#jform_profile_tos-lbl span.star,
        .registration-wrapper label#jform_profile_tos-lbl span.star {
            color: red;
        }

        .login label#jform_profile_tos-lbl ~ div,
        .registration label#jform_profile_tos-lbl ~ div,
        .registration-wrapper label#jform_profile_tos-lbl ~ div {
            margin: 15px 0 25px;
        }

    .login #jform_profile_tos input[type="radio"],
    .registration #jform_profile_tos input[type="radio"],
    .registration-wrapper #jform_profile_tos input[type="radio"] {
        opacity: 0;
        visibilty: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .login #jform_profile_tos label,
    .registration #jform_profile_tos label,
    .registration-wrapper #jform_profile_tos label {
        position: relative;
        display: inline-block;
        padding: 2px 8px;
        text-indent: 18px;
    }

        .login #jform_profile_tos label::before,
        .login #jform_profile_tos label::after,
        .registration #jform_profile_tos label::before,
        .registration #jform_profile_tos label::after,
        .registration-wrapper #jform_profile_tos label::before,
        .registration-wrapper #jform_profile_tos label::after {
            position: absolute;
            content: "";
            display: inline-block;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .login #jform_profile_tos label::before,
        .registration #jform_profile_tos label::before,
        .registration-wrapper #jform_profile_tos label::before {
            height: 18px;
            width: 18px;
            border: 1px solid #aaa;
            border-radius: 3px;
            left: 0px;
            top: 6px;
        }

        .login #jform_profile_tos label::after,
        .registration #jform_profile_tos label::after,
        .registration-wrapper #jform_profile_tos label::after {
            height: 6px;
            width: 11px;
            border: 0;
            border-left: 2px solid white;
            border-bottom: 2px solid white;
            box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
            transform: rotate(-45deg);
            left: 4px;
            top: 11px;
        }

        .login #jform_profile_tos label:hover::before,
        .registration #jform_profile_tos label:hover::before,
        .registration-wrapper #jform_profile_tos label:hover::before {
            border: 1px solid #22a9e1;
        }

    .login #jform_profile_tos input[type="radio"] + label::after,
    .registration #jform_profile_tos input[type="radio"] + label::after,
    .registration-wrapper #jform_profile_tos input[type="radio"] + label::after {
        content: none;
    }

    .login #jform_profile_tos input[type="radio"]:checked + label::after,
    .registration #jform_profile_tos input[type="radio"]:checked + label::after,
    .registration-wrapper #jform_profile_tos input[type="radio"]:checked + label::after {
        content: "";
    }

    .login #jform_profile_tos input[type="radio"]:checked + label::before,
    .registration #jform_profile_tos input[type="radio"]:checked + label::before,
    .registration-wrapper #jform_profile_tos input[type="radio"]:checked + label::before {
        background: #4fbae7;
        border: 1px solid #1989b7;
    }

    #login input[type="checkbox"],
    #login-form input[type="checkbox"],
    .login input[type="checkbox"] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 1px;
        height: 1px;
    }

    #login label,
    #login-form label,
    .login label {
        position: relative;
        display: inline-block !important;
        vertical-align: middle;
        padding: 2px 8px;
        text-indent: 18px;
        cursor: pointer;
        padding-top: 5px;
    }

        #login label::before,
        #login label::after,
        #login-form label::before,
        #login-form label::after,
        .login label::before,
        .login label::after {
            position: absolute;
            content: "";
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        #login label::before,
        #login-form label::before,
        .login label::before {
            height: 18px;
            width: 18px;
            border: 1px solid #aaa;
            border-radius: 3px;
            left: 0;
            top: 5px;
        }

        #login label::after,
        #login-form label::after,
        .login label::after {
            height: 6px;
            width: 11px;
            border: 0;
            border-left: 2px solid white;
            border-bottom: 2px solid white;
            box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
            transform: rotate(-45deg);
            left: 4px;
            top: 10px;
        }

        #login label:hover::before,
        #login-form label:hover::before,
        .login label:hover::before {
            border: 1px solid #22a9e1;
        }

    #login input[type="checkbox"] + label::after,
    #login-form input[type="checkbox"] + label::after,
    .login input[type="checkbox"] + label::after {
        content: none;
    }

    #login input[type="checkbox"]:checked + label::after,
    #login-form input[type="checkbox"]:checked + label::after,
    .login input[type="checkbox"]:checked + label::after {
        content: "";
    }

    #login input[type="checkbox"]:checked + label::before,
    #login-form input[type="checkbox"]:checked + label::before,
    .login input[type="checkbox"]:checked + label::before {
        background: #4fbae7;
        border: 1px solid #1989b7;
    }

    .checkbox label {
        cursor: pointer;
    }

        .checkbox label input[type="checkbox"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            visibility: hidden;
            width: 22px;
            height: 18px;
            line-height: 1;
            top: 3px;
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer;
            position: relative;
        }

            .checkbox label input[type="checkbox"]::before,
            .checkbox label input[type="checkbox"]::after {
                position: absolute;
                content: "";
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

            .checkbox label input[type="checkbox"]::before {
                visibility: visible;
                opacity: 1;
                height: 18px;
                width: 18px;
                border: 1px solid #aaa;
                border-radius: 3px;
                left: 0;
                top: 0;
            }

            .checkbox label input[type="checkbox"]::after {
                visibility: hidden;
                opacity: 0;
                height: 6px;
                width: 11px;
                border: 0;
                border-left: 2px solid white;
                border-bottom: 2px solid white;
                box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
                transform: rotate(-45deg);
                left: 4px;
                top: 5px;
            }

            .checkbox label input[type="checkbox"]:hover::before {
                border: 1px solid #22a9e1;
            }

            .checkbox label input[type="checkbox"]:checked::before {
                background: #4fbae7;
                border: 1px solid #1989b7;
                visibility: visible;
                opacity: 1;
            }

            .checkbox label input[type="checkbox"]:checked::after {
                visibility: visible;
                opacity: 1;
            }

    .form-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

   

    .top-divider {
        line-height: 1.2;
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 0.2;
        border: 0;
        border-left: 1px solid #999;
    }



    .Links.MultiLevel ul li a {
        padding: 5px;
        border-radius: 5px;
        width: 100%;
    }

    .sppb-progress {
        padding: 0;
        margin: 0;
    }

    .flex-text-wrapper {
        margin: 15px 0 3px;
    }

        .flex-text-wrapper .flex-text {
            margin: 20px 0 0;
            display: table-cell;
            width: 1%;
        }

        .flex-text-wrapper .flex-progress-text {
            margin: 20px 0 0;
            width: 1%;
            display: table-cell;
            text-align: right;
        }

    .centered {
        text-align: center;
    }

        .centered > div,
        .centered > a {
            text-align: center;
        }

    .sppb-media.default > a > img,
    .sppb-media.default > a > i {
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        -o-transition: border-color 300ms;
        transition: border-color 300ms;
        margin-top: 2px;
    }

    .sppb-media.default i {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 220%;
        color: #ccc;
        background: #f1f1f1;
        box-shadow: inset 0 0 0 4px #fff;
        line-height: 1;
        text-align: center;
    }

        .sppb-media.default i.pe-7s-link {
            font-size: 140%;
            color: #aaa;
            padding: 3px 5px;
            background: transparent;
            border: none;
        }

    .sppb-media.default footer {
        margin: 10px auto;
    }

    .sppb-media.flex > a > img,
    .sppb-media.flex > a > i {
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        -o-transition: border-color 300ms;
        transition: border-color 300ms;
    }

        .sppb-media.flex > a > img.sppb-media-object {
            margin: 3px auto 0;
            border-radius: 4px;
            border: 1px solid #ddd;
            padding: 4px;
        }

    .sppb-media.flex .div-pull-center {
        margin: 0 auto 12px;
        clear: both;
    }

    .sppb-media.flex img.sppb-media-object {
        margin-top: 6px;
        border-radius: 3px;
    }

    .sppb-media.flex i.fa-user {
        margin-top: 4px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 220%;
        color: #ccc;
        background: #f1f1f1;
        box-shadow: inset 0 0 0 4px #fff;
        text-align: center;
    }

    .sppb-media.flex > .sppb-media-body {
        line-height: 1.6;
    }

        .sppb-media.flex > .sppb-media-body > i.fa {
            font-size: 22px;
            width: 20px;
            line-height: 1;
            vertical-align: middle;
        }

            .sppb-media.flex > .sppb-media-body > i.fa.fa-quote-left {
                margin: -2px 10px 2px 0;
                display: inline-block;
            }

            .sppb-media.flex > .sppb-media-body > i.fa.fa-quote-right {
                margin-left: 10px;
            }

        .sppb-media.flex > .sppb-media-body footer {
            margin: 10px auto 0;
            width: 100%;
            clear: both;
        }

    .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .gutter {
        padding: 0 10px;
    }

    .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group {
        margin: 0 auto 10px;
        padding: 0 5px;
    }

        .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group label {
            padding: 0 3px;
        }

        .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input {
            height: 38px;
        }

        .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder] {
            line-height: 1.9;
            border: 1px solid #c9c9c9;
            box-shadow: none;
            background: transparent;
            -webkit-transition: all .3s ease-in-out .2s;
            -moz-transition: all .3s ease-in-out .2s;
            -o-transition: all .3s ease-in-out .2s;
            transition: all .3s ease-in-out .2s;
        }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder]::-moz-placeholder {
                -webkit-transition: all .4s ease-out;
                -moz-transition: all .4s ease-out;
                -o-transition: all .4s ease-out;
                transition: all .4s ease-out;
                opacity: 1;
            }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder]::-webkit-input-placeholder {
                -webkit-transition: all .3s ease-in-out .15s;
                -moz-transition: all .3s ease-in-out .15s;
                -o-transition: all .3s ease-in-out .15s;
                transition: all .3s ease-in-out .15s;
                opacity: 1;
                text-indent: -1px;
            }

                .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder]::-webkit-input-placeholder:before {
                    font-family: 'peIcon7';
                    opacity: .8;
                    text-align: center;
                    width: 44px;
                    margin-right: 7px;
                    font-size: 125%;
                    line-height: 1.33;
                    vertical-align: top;
                }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder]:focus::-moz-placeholder {
                opacity: 0.2;
            }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder]:focus::-webkit-input-placeholder {
                opacity: 0;
                text-indent: -25px;
            }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder].input-name[placeholder]::-webkit-input-placeholder:before {
                content: "\e605";
            }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder].input-email[placeholder]::-webkit-input-placeholder:before {
                content: "\e639";
            }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder].input-subject[placeholder]::-webkit-input-placeholder:before {
                content: "\e62c";
            }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder].input-message[placeholder]::-webkit-input-placeholder:before {
                content: "\e66d";
            }

            .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control[placeholder].input-captcha[placeholder]::-webkit-input-placeholder {
                text-indent: 2px;
            }

    .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .tos label {
        padding: 5px 0;
    }

        .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .tos label > input {
            margin: 0 5px;
        }

    .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-btn {
        margin: 7px 0;
        line-height: 1.9;
    }

        .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-btn > i.fa {
            margin-right: 5px;
            margin-left: -5px;
        }

        .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-btn > i.pe {
            margin: -2px 5px 0 -5px;
            padding: 0;
            text-align: center;
            font-size: 120%;
            vertical-align: middle;
            line-height: 1;
        }

    .sppb-addon-ajax-contact.dark .sppb-form-control[placeholder] {
        line-height: 1.9;
        box-shadow: none;
    }

        .sppb-addon-ajax-contact.dark .sppb-form-control[placeholder]::-webkit-input-placeholder:before {
            opacity: 0.7;
        }

        .sppb-addon-ajax-contact.dark .sppb-form-control[placeholder]:focus {
            box-shadow: none;
        }

            .sppb-addon-ajax-contact.dark .sppb-form-control[placeholder]:focus::-moz-placeholder {
                opacity: 0.2;
            }

            .sppb-addon-ajax-contact.dark .sppb-form-control[placeholder]:focus::-webkit-input-placeholder {
                opacity: 0;
                text-indent: -30px;
            }

    .sppb-carousel-flex .sppb-carousel-inner > .sppb-item {
        width: 100%;
        height: 100%;
        margin: 0;
        -webkit-transition: .7s cubic-bezier(0.65,0,0.35,1);
        -moz-transition: .7s cubic-bezier(0.65,0,0.35,1);
        -o-transition: .7s cubic-bezier(0.65,0,0.35,1);
        transition: .7s cubic-bezier(0.65,0,0.35,1);
    }

        .sppb-carousel-flex .sppb-carousel-inner > .sppb-item.sppb-item-has-bg img {
            margin: 0 auto;
            padding: 0;
        }

        .sppb-carousel-flex .sppb-carousel-inner > .sppb-item .sppb-carousel-item-inner .sppb-carousel-caption {
            margin: 0 auto;
            text-align: center;
        }

            .sppb-carousel-flex .sppb-carousel-inner > .sppb-item .sppb-carousel-item-inner .sppb-carousel-caption .sppb-carousel-pro-text > h2 {
                margin: 0 auto;
            }

            .sppb-carousel-flex .sppb-carousel-inner > .sppb-item .sppb-carousel-item-inner .sppb-carousel-caption .sppb-carousel-pro-text > p {
                margin: 25px auto 0;
            }

    .sppb-carousel-flex .sppb-carousel-arrow {
        top: 50%;
        font-size: 27px;
        width: 32px;
        height: 32px;
        line-height: 29px;
        margin-top: -16px;
        text-align: center;
        background: rgba(0,0,0,0.3);
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out .1s;
        -moz-transition: all .2s ease-in-out .1s;
        -o-transition: all .2s ease-in-out .1s;
        transition: all .2s ease-in-out .1s;
        opacity: 0;
    }

        .sppb-carousel-flex .sppb-carousel-arrow i.fa {
            text-shadow: none;
            color: #fff;
        }

            .sppb-carousel-flex .sppb-carousel-arrow i.fa.fa-angle-right {
                text-indent: 2px;
                text-align: center;
            }

        .sppb-carousel-flex .sppb-carousel-arrow.left {
            left: -1px;
        }

        .sppb-carousel-flex .sppb-carousel-arrow.right {
            right: -1px;
        }

    .sppb-carousel-flex .sppb-carousel-indicators {
        bottom: -10px;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out .2s;
        -moz-transition: all .2s ease-in-out .2s;
        -o-transition: all .2s ease-in-out .2s;
        transition: all .2s ease-in-out .2s;
    }

        .sppb-carousel-flex .sppb-carousel-indicators li {
            margin: 0 5px;
            width: 10px;
            height: 10px;
            padding: 0;
            border: none;
            background: rgba(10,10,10,0.12);
        }

            .sppb-carousel-flex .sppb-carousel-indicators li.active {
                background: rgba(10,10,10,0.4);
            }

    .sppb-carousel-flex:hover .sppb-carousel-indicators {
        bottom: 10px;
        opacity: 1;
    }

    .sppb-carousel-flex:hover .sppb-carousel-arrow {
        opacity: 1;
    }

        .sppb-carousel-flex:hover .sppb-carousel-arrow:hover {
            background: rgba(0,0,0,0.5);
        }

        .sppb-carousel-flex:hover .sppb-carousel-arrow.left {
            left: 10px;
        }

        .sppb-carousel-flex:hover .sppb-carousel-arrow.right {
            right: 10px;
        }

    .sppb-testimonial-flex .sppb-carousel-inner > .sppb-item {
        margin: 0;
        padding: 0;
    }

    .sppb-testimonial-flex .sppb-img-responsive.sppb-avatar {
        display: inline-block;
    }

    .sppb-testimonial-flex .sppb-testimonial-message,
    .sppb-testimonial-flex .sppb-testimonial-client,
    .sppb-testimonial-flex .sppb-img-responsive.sppb-avatar {
        margin-bottom: 10px;
    }

        .sppb-testimonial-flex .sppb-testimonial-client h4 {
            font-size: 110%;
            font-weight: 700;
        }

    .sppb-testimonial-flex .sppb-testimonial-message {
        font-size: 100%;
        line-height: 26px;
    }

    .sppb-testimonial-flex .left > i {
        margin-left: -1px;
    }

    .sppb-testimonial-flex .right > i {
        margin-right: -3px;
    }

    .sppb-testimonial-flex .sppb-carousel-control {
        display: inline-block;
        font-size: 20px;
        line-height: 25px;
        width: 28px;
        height: 28px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #999;
        border: 1px solid rgba(45,45,45,0.15);
        color: #888;
        margin: 8px 3px 0;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial;
    }

        .sppb-testimonial-flex .sppb-carousel-control:hover {
            border: 1px solid #22a9e1;
        }

    .sppb-carousel-pro .sppb-carousel-inner .sppb-item .sppb-carousel-pro-text {
        text-align: left;
    }

    .sppb-carousel-pro .sppb-carousel-indicators li {
        margin-right: 5px;
    }

    .inline-class .sppb-addon-pie-progress {
        display: table-cell;
        width: 1%;
        margin: 0 auto;
    }

    .sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-icon i.pe {
        vertical-align: middle;
        line-height: 1.4;
    }

    .sppb-addon.flex .slick-desc span.fa {
        font-family: inherit;
    }

        .sppb-addon.flex .slick-desc span.fa::before {
            font-family: 'FontAwesome';
        }

    .sppb-addon.flex .slick-desc span.pe {
        font-family: inherit;
    }

        .sppb-addon.flex .slick-desc span.pe::before {
            font-family: 'peIcon7';
        }

    .sppb-addon.flex .slick-prev,
    .sppb-addon.flex .slick-next {
        opacity: 0;
        -webkit-transition: all .3s ease-in-out .1s;
        -moz-transition: all .3s ease-in-out .1s;
        -o-transition: all .3s ease-in-out .1s;
        transition: all .3s ease-in-out .1s;
    }

    .sppb-addon.flex .slick-prev {
        left: -20px;
    }

    .sppb-addon.flex .slick-next {
        right: -20px;
    }

    .sppb-addon.flex:hover .slick-prev,
    .sppb-addon.flex:hover .slick-next {
        opacity: 1;
    }

    .sppb-addon.flex:hover .slick-prev {
        left: 0;
    }

    .sppb-addon.flex:hover .slick-next {
        right: 0;
    }

    .latest-post {
        margin-bottom: 30px;
    }

        .latest-post .latest-post-inner {
            padding: 0;
            -webkit-transition: 400ms;
            -moz-transition: 400ms;
            -o-transition: 400ms;
            transition: 400ms;
        }

            .latest-post .latest-post-inner .entry-meta {
                font-weight: 200;
                font-size: 90%;
                margin-bottom: 20px;
                -webkit-transition: 400ms;
                -moz-transition: 400ms;
                -o-transition: 400ms;
                transition: 400ms;
            }

            .latest-post .latest-post-inner h2.entry-title {
                font-size: 135%;
                margin-bottom: 20px;
                line-height: 1.35;
                font-weight: 500;
            }

            .latest-post .latest-post-inner div.img-wrapper {
                position: relative;
                overflow: hidden;
                margin-bottom: 20px;
            }

                .latest-post .latest-post-inner div.img-wrapper > a > img.post-img {
                    -webkit-transform: scale3d(1,1,1);
                    transform: scale3d(1,1,1);
                    -webkit-transition: all .4s ease-in-out .1s;
                    transition: all .4s ease-in-out .1s;
                }

                .latest-post .latest-post-inner div.img-wrapper:hover > a > img.post-img {
                    -webkit-transform: scale3d(1.12,1.12,1);
                    transform: scale3d(1.12,1.12,1);
                }

            .latest-post .latest-post-inner p.intro-text {
                margin-bottom: 20px;
            }

            .latest-post .latest-post-inner .post-author {
                font-weight: 600;
                font-size: 90%;
            }

            .latest-post .latest-post-inner .category {
                font-size: 90%;
            }

                .latest-post .latest-post-inner .category.cat-inline {
                    margin: 0 12px;
                }

                .latest-post .latest-post-inner .category a {
                    font-weight: 600;
                }

        .latest-post .column-1.pull-left,
        .latest-post .column-1.pull-right {
            margin: 0;
        }

    .blog .latest-post {
        margin-bottom: 25px;
    }

        .blog .latest-post .latest-post-inner,
        .blog .latest-post .column-1 {
            background: #fff;
            padding: 20px;
            border: none;
            box-shadow: none;
            -webkit-transition: 400ms;
            -moz-transition: 400ms;
            -o-transition: 400ms;
            transition: 400ms;
        }

            .blog .latest-post .latest-post-inner h2.entry-title,
            .blog .latest-post .column-1 h2.entry-title {
                font-size: 140%;
                font-weight: 500;
                margin-bottom: 20px;
                line-height: 1.3;
            }

                .blog .latest-post .latest-post-inner h2.entry-title > a,
                .blog .latest-post .column-1 h2.entry-title > a {
                    display: block;
                }

            .blog .latest-post .latest-post-inner p.intro-text,
            .blog .latest-post .column-1 p.intro-text {
                margin-bottom: 20px;
            }

            .blog .latest-post .latest-post-inner .post-author,
            .blog .latest-post .column-1 .post-author {
                font-weight: 500;
                margin-bottom: 0;
            }

            .blog .latest-post .latest-post-inner .category,
            .blog .latest-post .column-1 .category {
                margin-bottom: 0;
            }

                .blog .latest-post .latest-post-inner .category a,
                .blog .latest-post .column-1 .category a {
                    font-weight: 600;
                }

            .blog .latest-post .latest-post-inner:hover,
            .blog .latest-post .column-1:hover {
                background: #f7f7f7;
            }

                .blog .latest-post .latest-post-inner:hover .entry-meta,
                .blog .latest-post .column-1:hover .entry-meta {
                    color: #999;
                }

    .flex .latest-post .latest-post-item {
        background: #fff;
    }

        .flex .latest-post .latest-post-item div.img-wrapper {
            position: relative;
            overflow: hidden;
            max-width: 100%;
        }

            .flex .latest-post .latest-post-item div.img-wrapper > a > img.post-img {
                -webkit-transition: 250ms;
                -moz-transition: 250ms;
                -o-transition: 250ms;
                transition: 250ms;
                -webkit-transform: scale3d(1,1,1);
                transform: scale3d(1,1,1);
            }

            .flex .latest-post .latest-post-item div.img-wrapper > a:after {
                display: block;
                position: absolute;
                content: "";
                bottom: 0;
                box-shadow: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                color: #fff;
                opacity: 0;
                -webkit-transition: 300ms;
                -moz-transition: 300ms;
                -o-transition: 300ms;
                transition: 300ms;
            }

            .flex .latest-post .latest-post-item div.img-wrapper > a .caption-content {
                position: absolute;
                font-weight: 500;
                font-size: 110%;
                color: #fff;
                padding: 0 10%;
                top: 50%;
                width: 100%;
                text-align: center;
                -webkit-transition: 350ms;
                -moz-transition: 350ms;
                -o-transition: 350ms;
                transition: 350ms;
                transform: translateY(0%);
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
                opacity: 0;
                z-index: 2;
            }

            .flex .latest-post .latest-post-item div.img-wrapper > a .caption-category {
                padding: 2px 12px;
                display: table;
                width: auto;
                margin: 8px auto 0;
                background: rgba(255,255,255,0.25);
                border-radius: 4px;
                box-shadow: 0 1px 1px rgba(0,0,0,0.1);
                font-weight: 500;
                font-size: 12px;
                color: #fff;
            }

                .flex .latest-post .latest-post-item div.img-wrapper > a .caption-category .posted-in {
                    opacity: 0.65;
                }

            .flex .latest-post .latest-post-item div.img-wrapper:hover {
                background: rgba(255,255,255,0.5);
            }

                .flex .latest-post .latest-post-item div.img-wrapper:hover > a:after {
                    opacity: 0.85;
                }

                .flex .latest-post .latest-post-item div.img-wrapper:hover > a .caption-content {
                    opacity: 1;
                    transform: translateY(-50%);
                }

        .flex .latest-post .latest-post-item .latest-post-inner {
            padding: 20px;
            box-shadow: inset 0 0 0px 1px #fff;
            -webkit-transition: 400ms;
            -moz-transition: 400ms;
            -o-transition: 400ms;
            transition: 400ms;
        }

            .flex .latest-post .latest-post-item .latest-post-inner h2.entry-title {
                font-size: 135%;
                line-height: 1.3;
                margin: 1px 0 12px 0;
            }

                .flex .latest-post .latest-post-item .latest-post-inner h2.entry-title > a {
                    display: block;
                }

            .flex .latest-post .latest-post-item .latest-post-inner .entry-meta {
                font-weight: 200;
                font-size: 85%;
                margin: 10px 0;
                color: #999;
                -webkit-transition: 400ms;
                -moz-transition: 400ms;
                -o-transition: 400ms;
                transition: 400ms;
            }

            .flex .latest-post .latest-post-item .latest-post-inner p.intro-text {
                margin: 10px 0 0;
            }

            .flex .latest-post .latest-post-item .latest-post-inner .post-author {
                font-weight: 500;
                margin: 15px 0 0;
                font-size: 90%;
            }

                .flex .latest-post .latest-post-item .latest-post-inner .post-author .entry-author {
                    color: #999;
                }

            .flex .latest-post .latest-post-item .latest-post-inner .category {
                color: #999;
                margin: 15px 0 0;
            }

                .flex .latest-post .latest-post-item .latest-post-inner .category.cat-inline {
                    margin: 0 12px;
                }

                .flex .latest-post .latest-post-item .latest-post-inner .category a {
                    font-weight: 600;
                }

            .flex .latest-post .latest-post-item .latest-post-inner:hover {
                background: #f8f8f8;
            }

                .flex .latest-post .latest-post-item .latest-post-inner:hover .entry-meta {
                    color: #999;
                }

        .flex .latest-post .latest-post-item .post-divider {
            width: 100%;
            height: 30px;
            display: block;
        }

    .sppb-addon-gallery li img {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .sppb-addon-gallery li:hover img {
        opacity: .8;
    }

    .sppb-addon-gmap .sppb-addon-content .gm-zoom-in,
    .sppb-addon-gmap .sppb-addon-content .gm-zoom-out {
        height: 30px;
        width: 30px;
        border-radius: 3px;
        cursor: pointer;
        margin-left: 10px;
        background-color: rgba(40,40,40,0.25);
        background-repeat: no-repeat;
        background-size: 30px 60px;
        background-image: url(../images/gmap-icon.svg);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .sppb-addon-gmap .sppb-addon-content .gm-zoom-in:hover,
        .sppb-addon-gmap .sppb-addon-content .gm-zoom-out:hover {
            background-color: rgba(40,40,40,0.4);
        }

    .sppb-addon-gmap .sppb-addon-content .gm-zoom-in {
        background-position: 50% 0;
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .sppb-addon-gmap .sppb-addon-content .gm-zoom-out {
        background-position: 50% -30px;
    }

    .sppb-addon-gmap .sppb-addon-content .sppb-addon-gmap-canvas {
        background: transparent !important;
    }

    a[href*="//maps.google.com/maps"],
    .gmnoprint a,
    .gmnoprint span,
    .gm-style-cc {
        display: none !important;
    }

    .sppb-addon-flickr ul.sppb-flickr-gallery li {
        padding: 5px;
        margin: 0 -0.01%;
    }

        .sppb-addon-flickr ul.sppb-flickr-gallery li a {
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            overflow: hidden;
            padding: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

            .sppb-addon-flickr ul.sppb-flickr-gallery li a img {
                object-fit: cover;
                padding: 0;
                width: 100%;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: transform .3s ease-in-out;
                -moz-transition: transform .3s ease-in-out;
                -o-transition: transform .3s ease-in-out;
                transition: transform .3s ease-in-out;
            }

            .sppb-addon-flickr ul.sppb-flickr-gallery li a:hover {
                padding: 0;
                opacity: 0.85;
                -moz-opacity: 0.85;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

                .sppb-addon-flickr ul.sppb-flickr-gallery li a:hover img {
                    -webkit-transform: scale(1.15);
                    transform: scale(1.15);
                }

            .sppb-addon-flickr ul.sppb-flickr-gallery li a:before {
                background: rgba(0,0,0,0.26);
            }

            .sppb-addon-flickr ul.sppb-flickr-gallery li a:after {
                font-family: "peIcon7";
                content: "\e618";
                font-weight: 600;
                font-size: 32px;
                text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
            }

    .firefox ul.sppb-flickr-gallery li a img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



        #sp-logo .sp-default-logo,
        #sp-logo .sp-retina-logo {
            max-height: 100%;
            width: auto;
        }

    a.logo .sp-retina-logo {
        display: none;
    }

    #sp-header #sp-menu .sp-column .sp-megamenu-parent {
        float: right;
    }

    #sp-header #sp-menu .sp-menu-item > a > img {
        max-height: 20px;
        max-width: 20px;
        display: inline;
        margin: -2px 7px 0 0;
    }

    #sp-header #sp-menu .sp-menu-item .pe {
        font-size: 120%;
        vertical-align: middle;
        line-height: 1;
        margin: -2px auto 0;
    }

    #sp-header #sp-menu .sp-menu-item.bold .pe {
        font-weight: 600;
    }

    #sp-header #sp-menu .sp-menu-item .sp-module {
        margin: 2px auto 0;
    }

    .DropDown.Large .sp-dropdown .sp-dropdown-inner {
        border-radius: 0 0 3px 3px;
        background: #f5f3f3 !important;
        display: inline-block;
    }

        .DropDown.Large .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
            color: #f7f7f7;
        }

    #sp-header .logo {
        margin: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
    }

        #sp-header .logo h1 {
            font-size: 24px;
            line-height: 1;
            margin: 0;
            padding: 0;
            vertical-align: middle;
        }

        #sp-header .logo p {
            margin: 5px 0 0;
        }

    #sp-header.white #sp-menu .sp-dropdown .sp-dropdown-inner,
    #sp-header.transparent-white #sp-menu .sp-dropdown .sp-dropdown-inner,
    #sp-header.onepage #sp-menu .sp-dropdown .sp-dropdown-inner {
        background: rgba(255,255,255,0.8);
    }

        #sp-header.white #sp-menu .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a,
        #sp-header.transparent-white #sp-menu .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a,
        #sp-header.onepage #sp-menu .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
            color: #000000;
        }

    .transparent-wrapper {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9;
        margin: 0 auto;
        padding: 0;
    }

        .transparent-wrapper header.transparent {
            background: transparent;
        }

        .transparent-wrapper .onepage,
        .transparent-wrapper .white {
            background: rgba(255,255,255,0.8);
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        }

            .transparent-wrapper .onepage .sp-megamenu-parent li a,
            .transparent-wrapper .white .sp-megamenu-parent li a {
                color: #000000;
            }

    #sp-header.addspace > .container,
    #sp-header.addspace > .container-fluid {
        padding: 0;
    }

        #sp-header.addspace > .container > .row,
        #sp-header.addspace > .container-fluid > .row {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            margin: 0 auto;
            padding: 0;
        }

    #sp-header.addspace #sp-menu {
        width: auto;
        padding: 0;
    }

        #sp-header.addspace #sp-menu .sp-column.centered {
            margin: 0 auto;
        }

    #sp-header.addspace .vmCartModule {
        top: 0;
        left: 0;
        position: absolute;
    }

    #sp-header.addspace #cart-menu {
        padding: 0;
        margin-left: -15px;
        display: block;
    }

        #sp-header.addspace #cart-menu .cd-cart {
            -webkit-transition: background 0.3s;
            -moz-transition: background 0.3s;
            -o-transition: background 0.3s;
            transition: background 0.3s;
        }

            #sp-header.addspace #cart-menu .cd-cart i {
                display: block;
                width: 90px;
                text-align: center;
            }

            #sp-header.addspace #cart-menu .cd-cart .total_products {
                right: 18px;
            }

        #sp-header.addspace #cart-menu.shopping-menu-is-open {
            padding: 0;
        }

            #sp-header.addspace #cart-menu.shopping-menu-is-open .cd-cart {
                height: 100vh;
            }

                #sp-header.addspace #cart-menu.shopping-menu-is-open .cd-cart i {
                    text-align: center;
                }

                #sp-header.addspace #cart-menu.shopping-menu-is-open .cd-cart .total_products {
                    right: 18px;
                }

    section.addspace {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        section.addspace #sp-addspace .sp-column > div {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    #sp-header.centered > .container,
    #sp-header.centered > .container-fluid {
        padding: 0;
    }

        #sp-header.centered > .container > .row,
        #sp-header.centered > .container-fluid > .row {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            margin: 0 auto;
            padding: 0;
        }

    #sp-header.centered #sp-menu {
        width: auto;
        padding: 0;
    }

        #sp-header.centered #sp-menu .sp-column.centered {
            margin: 0 auto;
            padding: 0;
        }

    #sp-header.centered #cart-menu {
        padding: 0;
        margin-left: -15px;
        display: block;
    }

        #sp-header.centered #cart-menu .cd-cart {
            -webkit-transition: background 0.3s;
            -moz-transition: background 0.3s;
            -o-transition: background 0.3s;
            transition: background 0.3s;
        }

            #sp-header.centered #cart-menu .cd-cart i {
                display: block;
                text-align: center;
            }

            #sp-header.centered #cart-menu .cd-cart .total_products {
                right: 18px;
            }

        #sp-header.centered #cart-menu.shopping-menu-is-open {
            padding: 0;
        }

            #sp-header.centered #cart-menu.shopping-menu-is-open .cd-cart {
                height: 100vh;
            }

                #sp-header.centered #cart-menu.shopping-menu-is-open .cd-cart i {
                    text-align: center;
                }

                #sp-header.centered #cart-menu.shopping-menu-is-open .cd-cart .total_products {
                    right: 20px;
                }

    .sp-column.centered {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

        .sp-column.centered > a,
        .sp-column.centered > div {
            text-align: left;
            display: table;
            margin: 0 auto;
            padding: 0;
        }

    #sp-header.transparent.shadow:before {
        content: " ";
        position: absolute;
        height: 120px;
        width: 100%;
        background: -moz-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,transparent));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,transparent 100%);
    }

    #sp-header.color {
        box-shadow: none;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5),only screen and (min-resolution: 192dpi) {
        a.logo .sp-default-logo {
            display: none;
        }

        a.logo .sp-retina-logo {
            display: block;
            width: auto;
        }
    }

    .pagination-wrapper {
        display: block;
        margin: 1em auto;
        text-align: center;
    }

    .pagination {
        margin: 0 auto;
        text-align: center;
        display: table;
    }

    nav[role="pagination"] {
        text-align: center;
    }

    .cd-pagination {
        width: 90%;
        padding: 0;
        margin: 1em auto;
        text-align: center;
    }

        .cd-pagination li {
            display: inline-block;
            margin: 0;
        }

            .cd-pagination li.active {
                pointer-events: none;
            }

            .cd-pagination li .button {
                display: inline-block;
            }

        .cd-pagination a,
        .cd-pagination span {
            display: inline-block;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding: .4em .8em;
            font-size: 100%;
        }

        .cd-pagination a {
            border: 1px solid #e6e6e6;
            border-radius: 0.25em;
        }

            .cd-pagination a i {
                font-style: normal;
                line-height: 49px;
            }

            .cd-pagination a [class^="ap-"] {
                font-style: normal;
                line-height: 26px;
                font-size: 90%;
            }

            .cd-pagination a .disabled {
                color: rgba(46,64,87,0.4);
                pointer-events: none;
            }

                .cd-pagination a .disabled:before,
                .cd-pagination a .disabled:after {
                    opacity: 0.4;
                }

        .cd-pagination.no-space {
            width: auto;
            max-width: none;
            display: inline-block;
            border-radius: 0.25em;
            border: 1px solid #e6e6e6;
        }

            .cd-pagination.no-space a,
            .cd-pagination.no-space span {
                float: left;
                border-radius: 0;
                padding: .8em 1em;
                border: none;
            }

            .cd-pagination.no-space:after {
                content: "";
                display: table;
                clear: both;
            }

            .cd-pagination.no-space li {
                margin: 0;
                float: left;
                border-right: 1px solid #e6e6e6;
            }

                .cd-pagination.no-space li:first-of-type a {
                    border-radius: 0.25em 0 0 0.25em;
                }

                .cd-pagination.no-space li:last-of-type {
                    border-right: none;
                }

                    .cd-pagination.no-space li:last-of-type a {
                        border-radius: 0 0.25em 0.25em 0;
                    }

            .cd-pagination.no-space .move-buttons {
                width: 90%;
                max-width: 768px;
                display: block;
                overflow: hidden;
            }

                .cd-pagination.no-space .move-buttons li {
                    float: none;
                    border: none;
                }

                .cd-pagination.no-space .move-buttons a,
                .cd-pagination.no-space .move-buttons span {
                    float: none;
                }

        .cd-pagination.move-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

        .cd-pagination.move-buttons .button:first-of-type {
            float: left;
        }

        .cd-pagination.move-buttons .button:last-of-type {
            float: right;
        }

        .cd-pagination.custom-icons .button a {
            position: relative;
        }

        .cd-pagination.custom-icons a.next i,
        .cd-pagination.custom-icons a.previous i {
            font-family: 'ap-arrows';
        }

        .cd-pagination.custom-icons .btn-previous a {
            padding-left: 2.4em;
        }

            .cd-pagination.custom-icons .btn-previous a:before {
                content: "\e606";
                font-family: 'ap-arrows';
                font-size: 20px;
                position: absolute;
                display: inline-block;
                line-height: 24px;
                top: 50%;
                margin-top: -12px;
            }

        .cd-pagination.custom-icons .btn-next a {
            padding-right: 2.4em;
        }

        .cd-pagination.custom-icons .btn-next:last-of-type a:after {
            content: "\e607";
            font-family: 'ap-arrows';
            font-size: 20px;
            position: absolute;
            display: inline-block;
            line-height: 24px;
            top: 50%;
            margin-top: -12px;
        }

        .cd-pagination.custom-icons .button:first-of-type a::before {
            left: .8em;
        }

        .cd-pagination.custom-icons .button.next:last-of-type a::after {
            right: .8em;
        }

        .cd-pagination.custom-buttons a,
        .cd-pagination.custom-buttons span {
            vertical-align: middle;
        }

        .cd-pagination.no-space.custom-buttons .button:last-of-type a {
            border-radius: 0.25em 0 0 0.25em;
        }

        .cd-pagination.animated-buttons a,
        .cd-pagination.animated-buttons span {
            padding: 0 1.4em;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
        }

        .cd-pagination.animated-buttons .button a {
            position: relative;
            padding: 0 2em;
        }

        .cd-pagination.animated-buttons .button:first-of-type a:before,
        .cd-pagination.animated-buttons .button:first-of-type a:after,
        .cd-pagination.animated-buttons .button:last-of-type a:before,
        .cd-pagination.animated-buttons .button:last-of-type a:after {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            right: auto;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

        .cd-pagination.animated-buttons i {
            display: block;
            height: 100%;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

        .cd-pagination.animated-buttons [class^="ap-"] {
            font-style: normal;
            line-height: 50px;
            font-size: 90%;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

    .no-touch .cd-pagination.animated-buttons .button a:hover i {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover:before,
    .no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover:after,
    .no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover:before,
    .no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover:after {
        -webkit-transform: translateX(-50%) translateY(-50px);
        -moz-transform: translateX(-50%) translateY(-50px);
        -ms-transform: translateX(-50%) translateY(-50px);
        -o-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px);
    }

    .html-style span {
        color: #fff;
        padding: 0 5px;
    }

    ul.site-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.site-list li {
            margin-bottom: 10px;
        }

            ul.site-list li i {
                font-size: 14px;
                margin-right: 10px;
            }

    ul.colors {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        display: block;
    }

        ul.colors li {
            display: inline-table;
            width: 20%;
            border: none;
            margin: 0 1.7% 3%;
            padding: 0;
        }

            ul.colors li a img {
                box-shadow: 0 0 8px rgba(0,0,0,0.3);
            }

            ul.colors li a:hover img {
                box-shadow: 0 0 0px 1px rgba(155,155,155,0.3);
            }

    .bullets .li-circle {
        list-style: disc;
        padding-left: 20px;
    }

    .bullets .li-ol {
        list-style: decimal;
        font-size: 14px;
    }

        .bullets .li-ol li {
            margin-bottom: 10px;
        }

    .dropcaps .naked-drop span {
        font-size: 77px;
        font-weight: 500;
        padding: 0 20px 0 0;
        float: left;
        display: block;
        line-height: 68px;
        margin: 0;
    }

    .dropcaps .full-drop span {
        font-size: 59px;
        color: #fff;
        font-weight: 500;
        padding: 6px 12px;
        border-radius: 3px;
        float: left;
        display: block;
        line-height: 50px;
        margin: 5px 12px 5px 0;
    }

    blockquote {
        line-height: 1.7;
    }

        blockquote footer {
            line-height: 2.5;
        }

            blockquote footer cite {
                margin-left: 3px;
            }

    .break20 {
        display: block;
        width: 100%;
        height: 20px;
    }

    .entry-gallery > ul.post-slides {
        padding: 0;
        margin: 0;
        border: 0;
    }

         


img,
svg {
    max-width: 100%;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    padding: 0;
}

    button:focus {
        outline: none;
    }

.product_row hr,
.cd-single-item hr {
    width: 100%;
    display: block;
    margin: 20px auto 0;
}

.cd-single-item {
    position: relative;
    display: block;
}

.product_name > a {
    display: block;
}

.cart-image {
    width: 35%;
    display: block;
}

    .cart-image.pull-left {
        margin: 0 10px 20px 0;
    }

.quantity {
    position: relative;
    top: 10px;
    left: -3px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s 0s;
    -moz-transition: -moz-transform 0.2s 0s;
    transition: transform 0.2s 0s;
}

.cart-item {
    width: 60%;
    display: inline-table;
}

    .cart-item span {
        line-height: 22px;
    }

.cd-single-item > a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-radius: 4px;
}

.no-touch .cd-single-item:hover .cd-customization-trigger,
.cd-single-item.hover .cd-customization-trigger {
    display: none;
}

.cd-customization .add-to-cart {
    display: block;
    float: left;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    font-size: 95%;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .cd-customization .add-to-cart input[name="addtocart"] {
        background: transparent;
        border: none;
        outline: none;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-customization .add-to-cart svg {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translateX(50%) translateY(-50%);
        -moz-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
        -o-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

.total {
    text-align: center;
    margin-top: 30px;
}

.show_cart {
    text-align: center;
    margin: 20px auto 25px;
}

    .show_cart a {
        color: #fff !important;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        border-color: #1ea4db;
        background-color: #22a9e1;
        background-color: rgba(34,169,225,0.9);
    }

        .show_cart a > i {
            margin-right: 10px;
            margin-left: -5px;
        }

        .show_cart a:hover,
        .show_cart a:focus {
            border-color: #1678a1;
            background-color: #1d9dd2;
            color: #fff;
        }
@media (max-width: 768px) {
   

        header.centered #cart-menu .cd-cart i,
        header.addspace #cart-menu .cd-cart i {
            margin: 0 auto;
            width: 90px;
            text-align: center !important;
        }

        header.centered #cart-menu .cd-cart .total_products,
        header.addspace #cart-menu .cd-cart .total_products {
            right: -12px !important;
        }

    header.centered #cart-menu.shopping-menu-is-open .cd-cart .total_products,
    header.addspace #cart-menu.shopping-menu-is-open .cd-cart .total_products {
        right: 18px !important;
    }

    .browse-view .row.productwrap {
        padding: 0;
        margin: 0;
    }

        .browse-view .row.productwrap .product {
            width: 100%;
        }

            .browse-view .row.productwrap .product .cd-customization {
                width: calc(65%) !important;
            }

            .browse-view .row.productwrap .product .calculate {
                width: 25% !important;
                margin: 4px 10px 0 0;
            }

    table.user-details tr td label {
        width: 20%;
    }

    table.user-details tr td input {
        min-width: 80%;
    }

    table.user-details tr td select {
        min-width: 40%;
    }

    .chzn-container {
        width: 80%;
    }

    
    .popup-cart .item-wrap {
        width: 100%;
        text-align: center;
    }

    .popup-cart .button-group {
        text-align: center;
        margin: 30px auto 0;
    }

        .popup-cart .button-group .continue_link,
        .popup-cart .button-group .showcart {
            width: 100%;
            display: block;
            margin: 0 auto;
        }

        .popup-cart .button-group .continue_link {
            margin: 0 auto 10px;
        }

    .popup-cart .item-img {
        float: left;
        width: 100%;
        margin: 0 auto;
    }

        .popup-cart .item-img img {
            width: 100%;
        }
}



    


@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #sp-addspace-logo div.row {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
    }

    
}
.sp-megamenu-parent > li > a {
    padding: 13px 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .btn.responsive,
    .sppb-btn.responsive {
        white-space: normal;
    }

    .sp-comingsoon a.logo img.sp-default-logo {
        margin: 0 auto !important;
    }

    .sp-comingsoon a.logo div.backhome {
        display: none;
    }

    .sp-comingsoon a.logo:hover img.sp-default-logo {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .has-left-right-modules .sppb-in-article-left .sp-column,
    .has-left-right-modules .sppb-in-article-right .sp-column {
        width: 100%;
        padding: 15px 35px;
    }

    #sp-top2 {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

        #sp-top2 ul {
            width: auto;
            margin: 0 auto;
        }

    #sp-addspace-logo #sp-logo,
    #sp-addspace-logo #sp-addspace {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .addspace .sp-column,
    .centered .sp-column {
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

        .addspace .sp-column > div,
        .centered .sp-column > div {
            width: 100%;
            margin: 0 auto;
        }

    .addspace > .container > .row #cart-menu,
    .centered > .container > .row #cart-menu {
        float: left;
    }

        .addspace > .container > .row #cart-menu.shopping-menu-is-open,
        .centered > .container > .row #cart-menu.shopping-menu-is-open {
            padding: 0;
            width: 100vw;
            height: 100vh;
        }

    .top-search-wrapper {
        right: 30px;
        width: 50px;
    }

        .top-search-wrapper .icon-top-wrapper {
            cursor: pointer;
            width: 50px;
        }

            .top-search-wrapper .icon-top-wrapper i.fa {
                font-size: 16px;
                text-align: center;
                width: 50px;
                margin: 0 auto;
            }

            .top-search-wrapper .icon-top-wrapper i.pe {
                font-size: 20px;
                text-align: center;
                width: 50px;
                margin: 0 auto;
            }

                .top-search-wrapper .icon-top-wrapper i.pe.search-close-icon.open {
                    font-size: 27px;
                }

    .top-search-input-wrap .top-search-wrap {
        position: absolute;
        right: 5vw;
        left: auto;
        float: none;
        width: 70vw;
        margin: -20px auto 0;
    }

        .top-search-input-wrap .top-search-wrap .sp_search_input {
            width: 80vw;
            margin: 0 auto;
        }

    .centered .top-search-wrap,
    .addspace .top-search-wrap {
        position: absolute;
        right: -20vw;
        left: auto;
        float: none;
        width: 70vw;
        margin: -20px auto 0;
    }

    .sppb-addon-image-content .sppb-image-holder {
        position: inherit;
        width: 100%;
        min-height: 350px;
    }

    .sppb-addon-image-content .sppb-col-sm-6,
    .sppb-addon-image-content .col-sm-6 {
        width: 100%;
    }

    .com-sppagebuilder #sp-main-body #sp-left,
    .com-sppagebuilder #sp-main-body #sp-right {
        padding: 0 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .sppb-content-holder {
        padding: 20px 0 50px 0 !important;
    }

    .sppb-addon-animated-number {
        text-align: center;
    }

    .flipper {
        width: 100%;
        margin: 25px auto;
    }

        .flipper .back .sppb-person-block .thumb,
        .flipper .back .sppb-person-block .sppb-person-information {
            width: 50% !important;
        }

        .flipper .back .sppb-person-block .sppb-person-information {
            padding: 15px 10px 15px 20px;
        }

            .flipper .back .sppb-person-block .sppb-person-information .sppb-person-name {
                font-size: 160%;
            }

            .flipper .back .sppb-person-block .sppb-person-information .sppb-person-designation {
                line-height: 1.6;
                font-size: 120%;
            }

        .flipper .back .sppb-person-introtext {
            padding: 15px 25px;
            line-height: 1.8 !important;
            font-size: 100% !important;
        }

    .sp-comingsoon a.logo img.sp-default-logo {
        margin: 0 auto !important;
    }

    .sp-comingsoon a.logo div.backhome {
        display: none;
    }

    .sp-comingsoon a.logo:hover img.sp-default-logo {
        text-align: center;
        margin: 0;
    }

    .mobile-centered {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .offline-container {
        width: 100vw;
    }

        .offline-container .offline-inner {
            width: 90vw;
            border-radius: 4px;
        }

            .offline-container .offline-inner .sp-comingsoon-countdown {
                padding: 0;
            }

            .offline-container .offline-inner .days,
            .offline-container .offline-inner .hours,
            .offline-container .offline-inner .minutes,
            .offline-container .offline-inner .seconds {
                width: 23%;
                padding: 5px;
            }
}

@media (max-width: 480px) {
    .productwrap .product {
        width: 100%;
        display: block;
    }

    .offline-container .offline-inner #form-login {
        width: 90%;
    }

    .cd-headline .cd-words-wrapper > b {
        white-space: normal;
        clear: both;
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::before,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::after,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper::before,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper::after {
        display: none;
    }

    .timeline-movement {
        padding: 0;
    }

        .timeline-movement:before,
        .timeline-movement:after {
            padding: 0;
        }

        .timeline-movement.odd,
        .timeline-movement.even {
            width: 100%;
            display: table;
            margin: 0 auto;
            left: 0;
            right: 0;
            position: relative;
        }

            .timeline-movement.odd:after {
                position: relative;
                margin: 50px auto;
                height: 1px;
                top: 48px;
                bottom: auto;
                width: 40%;
                padding: 0;
                background-color: #7ccced;
            }

            .timeline-movement.even:before {
                background-color: #7ccced;
                bottom: 10px;
                content: " ";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                top: auto;
                width: 40%;
                margin: 0 auto;
            }

            .timeline-movement.even:after {
                display: none;
            }
}

@media only screen and (max-device-width: 800px),only screen and (device-width: 1024px) and (device-height: 600px),only screen and (width: 1280px) and (orientation: landscape),only screen and (device-width: 800px),only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

.ajax-posts,
.grid {
    -webkit-transition: height 0.7s ease;
    -moz-transition: height 0.7s ease;
    -o-transition: height 0.7s ease;
    transition: height 0.7s ease;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    overflow: hidden;
}

.ajax-post {
    padding: 0;
    margin: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

    .ajax-post .inner [class^="entry-"] {
        margin: 0 0 22px 0;
    }

    .ajax-post .inner.intro-left {
        width: auto;
    }

        .ajax-post .inner.intro-left h3.aga_heading {
            margin-top: 0;
            padding-top: 0;
        }

    .ajax-post .inner.intro-center .entry-image,
    .ajax-post .inner.intro-center div[class^="entry-"] {
        margin: 0 auto;
    }

    .ajax-post .inner.intro-right h3.aga_heading {
        margin-top: 0;
        padding-top: 0;
    }

    .ajax-post .inner .intro-image {
        position: relative;
        display: block;
        margin: 0 auto;
        -webkit-transform: translateZ(0) scale(1.0001);
        transform: translateZ(0) scale(1.0001);
        overflow: hidden;
    }

        .ajax-post .inner .intro-image a img.post-img {
            -webkit-transition: .7s cubic-bezier(0.250,0,0.350,1.100) .1s;
            -moz-transition: .7s cubic-bezier(0.250,0,0.350,1.100) .1s;
            -o-transition: .7s cubic-bezier(0.250,0,0.350,1.100) .1s;
            transition: .7s cubic-bezier(0.250,0,0.350,1.100) .1s;
            -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
            width: 100%;
            -webkit-filter: blur(0.01em) grayscale(0%);
            filter: blur(0.01em) grayscale(0%);
        }

    .ajax-post .inner.overlay .intro-image {
        overflow: hidden;
    }

        .ajax-post .inner.overlay .intro-image a {
            display: block;
        }

            .ajax-post .inner.overlay .intro-image a:after {
                content: "";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                color: #fff;
                -webkit-transition: background .5s ease;
                -moz-transition: background .5s ease;
                -o-transition: background .5s ease;
                transition: background .5s ease;
                background: transparent;
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
            }

            .ajax-post .inner.overlay .intro-image a .caption-content {
                position: absolute;
                font-weight: 500;
                font-size: 100%;
                color: #fff;
                padding: 0 10%;
                top: 53%;
                width: 100%;
                text-align: center;
                -webkit-transition: .7s cubic-bezier(0.300,0,0.100,1.100) .1s;
                -moz-transition: .7s cubic-bezier(0.300,0,0.100,1.100) .1s;
                -o-transition: .7s cubic-bezier(0.300,0,0.100,1.100) .1s;
                transition: .7s cubic-bezier(0.300,0,0.100,1.100) .1s;
                -webkit-transition-property: -webkit-transform, opacity;
                -moz-transition-property: -moz-transform, opacity;
                transition-property: transform, opacity;
                -ms-transform: translateY(-20%);
                -webkit-transform: translateY(-20%);
                transform: translateY(-20%);
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
                opacity: 0;
                z-index: 2;
            }

                .ajax-post .inner.overlay .intro-image a .caption-content small {
                    font-size: 12px;
                    margin: 0 4px;
                    display: inline-block;
                }

                    .ajax-post .inner.overlay .intro-image a .caption-content small > i {
                        font-size: 125%;
                        vertical-align: middle;
                        margin: -2px 3px 0;
                    }

                    .ajax-post .inner.overlay .intro-image a .caption-content small.ratings {
                        font-size: 11px;
                    }

                    .ajax-post .inner.overlay .intro-image a .caption-content small .voting-symbol {
                        font-size: 10px;
                    }

                .ajax-post .inner.overlay .intro-image a .caption-content .caption-category {
                    padding: 2px 12px;
                    display: table;
                    width: auto;
                    margin: 8px auto 0;
                    background: rgba(255,255,255,0.25);
                    border-radius: 4px;
                    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
                    font-weight: 500;
                    font-size: 12px;
                    color: #fff;
                }

                    .ajax-post .inner.overlay .intro-image a .caption-content .caption-category .posted-in {
                        opacity: 0.65;
                    }

            .ajax-post .inner.overlay .intro-image a:hover:after {
                background: rgba(34,169,225,0.65);
            }

            .ajax-post .inner.overlay .intro-image a:hover .caption-content {
                opacity: 1;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.loader_footer,
.grid_footer,
#dc-load-more {
    position: relative;
    clear: both;
    overflow: hidden;
    opacity: 1;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    margin: 15px auto 0;
    width: 100%;
    height: 44px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

    .loader_footer .load-more-ajax,
    .grid_footer .load-more-ajax,
    #dc-load-more .load-more-ajax {
        margin: 0 auto;
        height: 44px;
    }

    .loader_footer.done,
    .grid_footer.done,
    #dc-load-more.done {
        opacity: 0;
        visibility: hidden;
        height: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

@-webkit-keyframes simpleFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes simple-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.simple-fade {
    -webkit-animation-name: simple-fade;
    animation-name: simple-fade;
    -webkit-backface-visibility: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fade-in-down {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes appear-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0) scale(0.7) perspective(1200px) rotateX(-60deg);
        transform: translate3d(0,-10px,0) scale(0.7) perspective(1200px) rotateX(-60deg);
    }

    45% {
        opacity: 0.4;
        -webkit-transform: translate3d(0,20%,0) scale(1.05) perspective(600px) rotateX(-15deg);
        transform: translate3d(0,20%x,0) scale(1.05) perspective(600px) rotateX(-15deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
    }
}

@keyframes appear-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0) scale(0.7) perspective(1200px) rotateX(-60deg);
        transform: translate3d(0,-10px,0) scale(0.5) perspective(1200px) rotateX(-60deg);
    }

    45% {
        opacity: 0.4;
        -webkit-transform: translate3d(0,20%,0) scale(1.05) perspective(600px) rotateX(-15deg);
        transform: translate3d(0,20%,0) scale(1.05) perspective(600px) rotateX(-15deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
    }
}

.appear-in {
    -webkit-animation-name: appear-in;
    animation-name: appear-in;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.flippin-effect {
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
    -moz-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
    -ms-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
    -o-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
    animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
}

@-webkit-keyframes flippin {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        -moz-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        -ms-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        -o-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        -moz-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        -ms-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        -o-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
    }
}

@keyframes flippin {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        -moz-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        -ms-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        -o-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
        transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        -moz-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        -ms-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        -o-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
        transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
    }
}

@-webkit-keyframes intro-zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0.5);
        transform: translateZ(0) scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(120px) scale(1);
        transform: translateZ(120px) scale(1);
    }
}

@keyframes intro-zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0.5);
        transform: translateZ(0) scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(120px) scale(1);
        transform: translateZ(120px) scale(1);
    }
}

.intro-zoom-in {
    -webkit-animation-name: intro-zoom-in;
    animation-name: intro-zoom-in;
    -webkit-backface-visibility: hidden;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.loader_footer .load-more-ajax {
    outline: 0;
}

    .loader_footer .load-more-ajax.focus,
    .loader_footer .load-more-ajax:focus,
    .loader_footer .load-more-ajax:active,
    .loader_footer .load-more-ajax.active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-align: center;
    }

    .loader_footer .load-more-ajax .spinner {
        outline: 0;
        text-align: center;
        line-height: 13px;
    }

        .loader_footer .load-more-ajax .spinner > div {
            width: 14px;
            height: 14px;
            line-height: 13px;
            text-align: center;
            margin: 0 -2px 0 2px;
            vertical-align: middle;
            border-radius: 100%;
            display: inline-block;
            -webkit-animation: dc-load-more-bouncedelay 1.2s infinite ease-in-out both;
            animation: dc-load-more-bouncedelay 1.2s infinite ease-in-out both;
        }

        .loader_footer .load-more-ajax .spinner .bounce1 {
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

        .loader_footer .load-more-ajax .spinner .bounce2 {
            -webkit-animation-delay: -0.25s;
            animation-delay: -0.25s;
        }

@-webkit-keyframes dc-load-more-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.2);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes dc-load-more-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .ajax-posts .ajax-post .intro-left > div,
    .ajax-posts .ajax-post .intro-right > div {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .ajax-posts .ajax-post .intro-left > div .aga_heading,
        .ajax-posts .ajax-post .intro-right > div .aga_heading {
            margin-top: 25px !important;
        }
}

.sp-sticky-logo {
    display: none;
}

.sticky__wrapper {
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.sticky .sticky__wrapper {
    position: fixed;
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: rgba(39,39,39,0.75);
}

    .sticky .sticky__wrapper .sp-sticky-logo {
        display: block;
        position: absolute;
        top: 0;
        max-height: 100%;
        padding: 5px 0;
        width: auto;
    }

    .sticky .sticky__wrapper .has-sticky-logo {
        display: none;
    }

.sticky .transparent-wrapper {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sticky #cd-lateral-nav {
    min-height: 100vh;
}

.sticky.white .sticky__wrapper,
.sticky.onepage .sticky__wrapper {
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.sticky.transparent .sticky__wrapper {
    background: rgba(40,40,40,0.8);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

@-webkit-keyframes header-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
        transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
        transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
    }
}

@keyframes header-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
        transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
        transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
    }
}

.header-in {
    -webkit-animation-name: header-in;
    animation-name: header-in;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sp-column.navigation {
    background-color:#f5f3f3;
    box-shadow:5px 5px 10px rgba(0,0,0,0.1);
    
}











.slick-carousel-963 .slick-slide {
    margin: 0 25px;
}

.slick-carousel-963 .slick-list {
    margin: 0 -25px;
}

.slick-carousel-963 .slick-prev, .slick-carousel-963 .slick-next {
    margin-top: -20px;
}

    .slick-carousel-963 .slick-prev i.pe, .slick-carousel-963 .slick-next i.pe {
        font-size: 44px;
        color:
    }

.sp-page-builder .page-content #section-id-1481572482 {
    padding-top: 20px;
    padding-bottom: 40px;
}

#column-id-1481572483 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#sppb-addon-1524574115026 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1524574115026 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1524574115026 {
        margin-bottom: 10px;
    }
}

#column-id-1481572485 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#sppb-addon-1524574297763 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1524574297763 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1524574297763 {
        margin-bottom: 10px;
    }
}

#column-id-1481572487 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#sppb-addon-1524574209938 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1524574209938 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1524574209938 {
        margin-bottom: 10px;
    }
}

.sp-page-builder .page-content #section-id-1481572511 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    background-color: #f2f2f2;
}

#sppb-addon-1542051606099 {
    box-shadow: 0 0 0 0 #ffffff;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1542051606099 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1542051606099 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1542051606099 h2.sppb-addon-title {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1542051606099 h2.sppb-addon-title {
        margin:;
        padding:;
    }
}

@media (max-width:767px) {
    #sppb-addon-1542051606099 h2.sppb-addon-title {
        margin:;
        padding:;
    }
}

#sppb-addon-1542051606111 {
    box-shadow: 0 0 0 0 #ffffff;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1542051606111 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1542051606111 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1542050560776 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1542050560776 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1542050560776 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1481572513 {
    margin: 10px;
}

#sppb-addon-1481572526 .sppb-empty-space {
    padding-bottom: 30px;
}

.sp-page-builder .page-content #section-id-1481572539 {
    padding: 40px 20px 60px;
    margin: 0px;
    background-image: url(/images/svg/background-white-85.svg);
}

#column-id-1481572540 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#sppb-addon-1481572541 .sppb-addon-title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.sp-page-builder .page-content #section-id-1481572568 {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    margin-top: 0px;
    background-color: #e3e3e3;
}

#sppb-addon-1528817629007 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1528817629007 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1528817629007 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1528817629007 h3.sppb-addon-title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1528817629007 h3.sppb-addon-title {
        margin:;
        padding:;
    }
}

@media (max-width:767px) {
    #sppb-addon-1528817629007 h3.sppb-addon-title {
        margin:;
        padding:;
    }
}

#sppb-addon-1524589023788 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1524589023788 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1524589023788 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1528817629025 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1528817629025 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1528817629025 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1528817629025 h3.sppb-addon-title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1528817629025 h3.sppb-addon-title {
        margin:;
        padding:;
    }
}

@media (max-width:767px) {
    #sppb-addon-1528817629025 h3.sppb-addon-title {
        margin:;
        padding:;
    }
}

#sppb-addon-1524589023803 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1524589023803 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1524589023803 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1528817629022 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1528817629022 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1528817629022 {
        margin-bottom: 10px;
    }
}

#sppb-addon-1528817629022 h3.sppb-addon-title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1528817629022 h3.sppb-addon-title {
        margin:;
        padding:;
    }
}

@media (max-width:767px) {
    #sppb-addon-1528817629022 h3.sppb-addon-title {
        margin:;
        padding:;
    }
}

#sppb-addon-1524589023806 {
    box-shadow: 0 0 0 0 #ffffff;
    margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
    #sppb-addon-1524589023806 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #sppb-addon-1524589023806 {
        margin-bottom: 10px;
    }
}

body.site {
    background-color: #ffffff;
}

body {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}

h1 {
    font-family: Open Sans, sans-serif;
    font-weight: 800;
}

h2 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

h3 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
}

h4 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
}

h5 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

h6 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

#sp-top-bar {
    background-color: #3d3d3d;
    color: #d4d4d4;
    padding-top: 10px;
}

    #sp-top-bar a {
        color: #b3b3b3;
    }

        #sp-top-bar a:hover {
            color: #d1d1d1;
        }

#sp-header {
    background-color: #FFF;
    color: #707070;
}

    #sp-header a {
        color: #707681;
    }

        #sp-header a:hover {
            color: #599dba;
        }

#sp-footer {
    background-color: #363839;
    color: #b0b0b0;
}

    #sp-footer a {
        color: #d6d6d6;
    }

        #sp-footer a:hover {
            color: #f0f0f0;
        }
/*sidebar*/
.ShellSideBar {
    float: left;
    background-color: #f5f3f3;
    margin-right: 10px;
    width:20%;
    padding:20px 0;
}
.ShellSideBar ul li{
    width:100%;
}
    .ShellSideBar ul li a {
        color: #707070;
        padding: 5px 0;
        display: block;
        padding:8px 15px;
    }
        .ShellSideBar ul li a:hover {
            color: #599dba;
        }
    .ShellSideBar > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        background-color: #f5f3f3;
        width: 200px;
        padding: 5px 15px;
        top: 0;
        z-index:1;
    }   
    .ShellSideBar > ul > li{
        position:relative;
    }
        .ShellSideBar > ul > li.hassub::after {
            font-family: "FontAwesome";
            content: "\f105";
            padding: 0 3px;
            vertical-align: middle;
            font-size: 90%;
            opacity: .9;
            position:absolute;
            top:10px;
            right:5px;
        }
    .ShellSideBar > ul > li:hover > ul {
        display: block;
    }
.ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info{
    float: left;
    width: 79%;
    line-height: normal;
    padding-top: 10px;
}

/*Store changes*/
.ShellDetail .ShellImages.SingleImage a img {
    max-width: 400px !important;
    width: 100% !important;
  /*  max-height: 400px;
    height: 100vh;*/
}


    .ShellDetail .ShellImages.SingleImage a {
        padding-bottom: 0px !important;
        margin-bottom: 15px;
    }

        .ShellDetail .ShellImages.SingleImage a div, .ShellDetail .ShellImages .ExpandText {
            display: none;
        }

.PhotoGallery .container {
    padding: 0 !important;
}

.ShellDetail .ShellImages .PhotoGallery {
    padding-top: 0 !important;
}

.PhotoGallery div.rg-image-wrapper {
    margin-top: 0px !important;
}
/*Folder Changes*/
.ShellTemplate > a article, .ShellTemplate > article {
    padding: 0;
    border: none;
}

.ShellTemplateImage .TemplateImage {
    /*height: unset !important;*/
}
.WelcomeMessage.Text.text-right{
    padding-top: 20px;

}