
@import url('https://fonts.googleapis.com/css?family=Lato|Neuton|Open+Sans');

.clearer, .wsc_anim_box {
    clear: both;
    display: block;
}

.divcenter {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
}

img.alignleft, div.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

img.alignright, div.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

.dnnFormItem > label.dnnFormLabel {
    width: 35%;
}

ul li {
    font-size: 14px;
    list-style-position: outside;
}

    ul li .fa-li {
        top: 0.342857em;
    }

div.img-round img {
    border-radius: 50% !important;
}

.vdh-mask {
    position: absolute;
}

.wsc_controls textarea {
    line-height: 17px;
    padding-top: 10px;
}

body .wsc_generic_skin .imp_redactor_box textarea {
    font-size: 11px !important;
}

.wsc_hidden {
    display: none;
}

pre.prettyprint {
    border: 1px solid #ccc !important;
    padding: 10px !important;
}

    pre.prettyprint.hlim {
        max-height: 200px;
    }

em.label, em.badge {
    font-style: normal;
}

.main_menu.wsc_main ul.nav > li > em.label,
.main_menu.wsc_main ul.nav > li > a > em.label {
    background: transparent none repeat scroll 0 0;
    font-size: 10px;
    margin-right: -10px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: lowercase;
}

.floating-header .main_menu ul.nav > li > em.label,
.floating-header .main_menu ul.nav > li > a > em.label {
    margin-right: -14px;
}

.corpbg1 {
    background-size: cover;
}
/*Greeting page styles */
.wsc-fbox-hello h4 {
    font-weight: 100;
    font-size: 22px;
}

.wsc-hello-subhead {
    font-size: 18px;
}

.wsc-hello-head {
    font-size: 72px;
    line-height: 72px;
}

/* Default DNN Overwrite
---------------------------------------------------------- */
.dnnFormMessage {
    max-width: 1170px;
}

.dnnSortable.ui-sortable, .dnnSortable.ui-droppable {
    padding-left: 15px;
    padding-right: 15px;
}

.angrid-item-buttons .ng-hide-add-active, .angrid-item-buttons .ng-hide-remove {
    display: inline-block !important;
}

.angrid-item-buttons .btn.btn-default {
    color: #333;
}

.imp_redactor_box {
    width: auto !important;
}

    .imp_redactor_box .wsc_text_field {
        width: 100% !important;
    }

.fu-file-already-exists-prompt .fu-status-message {
    line-height: 18px;
}

.fu-container .fu-fileupload-statuses .fu-fileupload-progressbar-container {
    box-sizing: content-box;
}
/* Bootstrap overwrite
---------------------------------------------------------- */
form#Form {
    margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Bootstrap 3 Fixes
/*-----------------------------------------------------------------------------------*/
.modal-open { /*overflow: visible !important;*/
}

#dnnCPWrap *, .dnnForm *, .rcbSlide *, #ControlBar_ControlPanel *, .actionMenu *,
#style-switcher *,
.wsc_search_wrap input,
.menu_wrap .nav li a,
.intro-icon-disc.cont-large,
#dnnModuleDigitalAssetsContentPane > div {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border: medium none;
}
/* Admin dropdown bootstrap fix
---------------------------------------------------------- */
.dnnFormItem select {
    height: auto;
}

/* Drag-n-drop panes fix when first add page
---------------------------------------------------------- */
.dnnDropEmptyPanes.dnnSortable {
    min-height: 110px !important;
}

/* Admin input bootstrap fix
---------------------------------------------------------- 
.dnnFormItem input[type="text"] 
{
    margin-bottom: auto;
}*/

/* Pretty Photo make prettier
---------------------------------------------------------- */
.pp_content {
    background-color: transparent !important;
}

.pp_loaderIcon, .pp_fade {
    background-color: rgba(255,255,255, 0.9) !important;
}

.pp_loaderIcon {
    padding: 20px !important;
    opacity: 0.9;
}

/* Structure tweaks
---------------------------------------------------------- */

.wsc_generic_skin.skin_boxed_mini .container {
    width: 940px;
}

@media(min-width:768px) and (max-width:979px) {
    .wsc_generic_skin.skin_boxed_mini .container {
        width: 724px;
    }
}

@media(max-width:767px) {
    .wsc_generic_skin.skin_boxed_mini .container {
        width: auto;
    }
}

/* Bootstrap3 lists reset */
ul ul, ol ol {
    padding-left: 40px;
}

ul.dnn_mact {
    padding-left: 0px;
}

/* Bootstrap3 admin font fix */
body .dnnForm {
    /*font-size: 12px; commented cause break all fonts. find specific */
    line-height: 18px;
}

.dnnForm label {
    font-weight: normal;
}

/* Temporary UL left padding fix */
.dnnForm .dnnActions {
    padding-left: 0px;
}

/* Add 5 columns BS col-md-15 col-sm-3 */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* ======================================================= */
/*              Fallback to bootstrap 2.x                  */
/* ======================================================= */

.btn-inverse {
    color: #fff;
    background-color: #363636;
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

    .btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:hover, .btn-inverse[disabled] {
        color: #fff;
        background-color: #555
    }

    .btn-inverse.active, .btn-inverse:active {
        background-color: #080808\9
    }

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}

.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top,#149bdf,#0480be);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
    background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
    background-image: -o-linear-gradient(top,#149bdf,#0480be);
    background-image: linear-gradient(to bottom,#149bdf,#0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

    .progress .bar + .bar {
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15)
    }

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.tab-content {
    overflow: auto
}

    .pill-content > .pill-pane, .tab-content > .tab-pane {
        display: none
    }

    .pill-content > .active, .tab-content > .active {
        display: block
    }

.tabs-left > .nav-tabs {
    border-bottom: 0;
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

    .tabs-left > .nav-tabs > li {
        float: none
    }

        .tabs-left > .nav-tabs > li > a {
            min-width: 74px;
            margin-bottom: 3px;
            margin-right: -1px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px
        }

            .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
                border-color: #eee #ddd #eee #eee
            }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:focus, .tabs-left > .nav-tabs .active > a:hover {
        border-color: #ddd transparent #ddd #ddd
    }

/* ======================================================= */
/*                    Admin SlideMe                        */
/* ======================================================= */
.wsc_admin_content input, .wsc_admin_content select {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle
}

.wsc_admin_content select {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 220px
}

    .wsc_admin_content select.tagit-hiddenSelect {
        display: none
    }

.wsc_admin_content label {
    font-weight: 400;
    font-size: 14px;
    float: right;
    padding: 6px 9px 6px 3px
}

/* ======================================================= */
/*                         Blog                            */
/* ======================================================= */
.wsc_posts_common .read_more, .wsc_posts_common .wsc_date {
    text-transform: uppercase
}

.wsc_posts_common .com_no {
    display: block;
    height: 19px;
    overflow: hidden;
    width: 31px;
    margin: 0 auto;
    white-space: pre-line
}

.wsc_posts_common > .row {
    padding-bottom: 20px
}

.wsc_pi_post_controls {
    float: none;
    padding-top: 0;
    text-align: right
}

.wsc_posts_common .hover_img img {
    display: block;
    height: auto;
    max-width: 100%
}

.wsc_pi_detailed_view .wsc_pi_post_header img {
    max-width: 100%
}

.wsc_postit_subscribe {
    display: none
}

.btn-blog1 {
    font-size: 12px
}

@media only screen and (max-width:991px) {
    .wsc_posts_common .btn-blog1 br {
        display: none
    }

    .wsc_posts_common .com_no {
        display: inline;
        overflow: visible;
        margin: 0;
        width: auto;
        height: auto
    }

    .wsc_posts_common .btn-blog1 .wsc_date {
        padding-left: 3px
    }

    .wsc_posts_common .btn-blog1 .fa-comments, .wsc_posts_common .btn-blog1 .icon-comments {
        padding-right: 4px;
        padding-left: 4px
    }

    .wsc_posts_common .btn-blog1 .fa-comments {
        font-size: 18px
    }

    .wsc_posts_common .posts-paging {
        margin-top: -25px
    }
}

/* Blog admin fix
---------------------------------------------------------- */
.wsc_admin_fields .button {
    padding: 0px;
    line-height: 0px !important;
}

.wsc_admin_fields li {
    margin-bottom: 0px !important;
}

.wsc_admin_fields .radio, .wsc_admin_fields .checkbox {
    display: inline-block
}

.wsc_admin_fields .dnnTextEditor .dnnLabel {
    width: auto
}

.wsc_admin_fields .dnnTextEditor div.radio span {
    background: none
}

.wsc_admin_fields .dnnTextEditor .dnnRadiobutton {
    margin: 0
}

/* ======================================================= */
/*                       Form and List                     */
/* ======================================================= */

/* Common styles
---------------------------------------------------------- */
.fnlForm div.dnnFormRadioButtons label, .fnlForm h2.dnnFormSectionHead a, .fnlForm span.dnnFormRadioButtons label {
    cursor: pointer
}

span.btn.btn-primary > input[type=image] {
    display: none
}

.dnnFormAndListConfig ul.dnnActions span.dnnPrimaryAction, .dnnFormAndListConfig ul.dnnActions span.dnnSecondaryAction {
    background: none;
    border: 0;
    box-shadow: none;
    text-shadow: 0 0 0;
    margin: 0;
    padding: 0
}

.fnlForm h2.dnnFormSectionHead, .fnlForm h2.dnnFormSectionHead a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: normal;
    padding-left: 0
}

.fnlForm .urlControlLinkType span.dnnFormLabel {
    display: block;
    width: 100%
}

.fnlForm .urlControl, .fnlForm div.dnnFormRadioButtons, .fnlForm div.dnnHSRadioButtons, .fnlForm span.dnnFormRadioButtons, .fnlForm span.dnnHSRadioButtons {
    background-color: #f9f9f9
}

.fnlForm div.dnnFormRadioButtons, .fnlForm span.dnnFormRadioButtons {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0
}

.fnlForm .dnnFormItem input[type=text], .fnlForm .dnnFormItem input[type=email], .fnlForm .dnnFormItem input[type=search], .fnlForm .dnnFormItem input[type=password], .fnlForm .dnnFormItem select, .fnlForm .dnnFormItem textarea {
    margin-bottom: 3px
}

.fnlForm .dnnFormItem > .RadPicker_Default {
    margin-bottom: 0 !important
}

.fnlForm .urlControl .dnnFormItem {
    margin-bottom: 7px
}

.fnlForm .dnnFormItem {
    margin-bottom: 10px;
    min-height: 30px;
    display: inline-block
}

.fnlForm .RadInput input {
    max-width: 100%
}

.fnlForm .dnnFormItem label {
    font-size: 14px
}

.fnlForm .dnnFormItem .dnnFormLabelWithoutHelp label span:after, .fnlForm .dnnFormItem .dnnLabel label span:after {
    content: ":"
}

.fnlForm .dnnFormItem input[type=checkbox] + span, .fnlForm .dnnFormItem input[type=radio] + span {
    margin: 3px 5px
}

.fnlForm a.dnnFormHelp {
    position: relative;
    margin-left: 5px !important
}

.fnlForm .dnnHelperTip .dnnFormHelpContent, .fnlForm .dnnTooltip .dnnFormHelpContent {
    padding: 10px
}

.fnlForm .dnnTooltip {
    left: 0 !important
}

    .fnlForm .dnnTooltip .pinHelp {
        display: none !important
    }

.fnlForm .dnnFormItem input[type=tel] {
    max-width: 100%;
    width: 90%
}

.fnlForm .dnnFormItem > .RadPicker_Default {
    width: 12em !important
}

.fnlForm .RadForm.rfdTextbox .riSingle input.rfdDecorated[type=text], .fnlForm .riSingle .riTextBox {
    height: auto
}

/* Label at the left for big devices
---------------------------------------------------------- */
@media (min-width: 992px) {
    .fnlForm.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp, .fnlForm.dnnForm .dnnFormItem .dnnLabel {
        display: inline-block;
        float: left;
        margin-right: 10px;
        overflow: visible;
        padding-right: 0;
        text-align: left;
        width: 19%;
        margin-top: 3px
    }

    .fnlForm .dnnFormItem input[type=text], .fnlForm .dnnFormItem input[type=password], .fnlForm .dnnFormItem input[type=email], .fnlForm .dnnFormItem input[type=tel], .fnlForm .dnnFormItem select, .fnlForm .dnnFormItem textarea {
        width: 71%
    }

    .dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span, .dnnForm .dnnFormItem .dnnLabel label span {
        display: inline;
        line-height: 19px;
        padding-right: 0
    }
}

/* Label at the top for small devices
---------------------------------------------------------- */
@media (max-width: 991px) {
    .fnlForm.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp, .fnlForm.dnnForm .dnnFormItem .dnnLabel {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%
    }

    .fnlForm .dnnFormItem input[type=text], .fnlForm .dnnFormItem input[type=password], .fnlForm .dnnFormItem input[type=email], .fnlForm .dnnFormItem input[type=tel], .fnlForm .dnnFormItem select, .fnlForm .dnnFormItem textarea {
        max-width: 100%;
        width: 90%
    }
}
/* ======================================================= */
/*                      Page Title                         */
/* ======================================================= */
#pagetitle {
    background-position: center center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: cover;
}

    #pagetitle .wsc-breadcrumbs {
        margin-top: -14px;
        position: absolute;
        right: 15px;
        top: 50%;
    }

        /* Page Title Alignment
---------------------------------------------------------- */
        #pagetitle .wsc-breadcrumbs .breadcrumbLink {
            font-size: 12px;
            color: #333;
        }

.pagetitle_right .title,
.pagetitle_right .title-sub {
    text-align: right;
}

#pagetitle .pagetitle_right .wsc-breadcrumbs {
    left: 15px;
}

.pagetitle_centered .title,
.pagetitle_centered .title-sub,
.pagetitle_centered h1 {
    text-align: center;
}

.pagetitle_centered .title {
    padding-bottom: 5px;
}

#pagetitle .pagetitle_centered .wsc_pane.IntroPane {
    padding-bottom: 7px;
}

#pagetitle .pagetitle_centered .wsc-breadcrumbs {
    position: initial;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 40px;
}


/* Page Title Mini
---------------------------------------------------------- */
.pagetitle_mini #pagetitle .wsc_pane.IntroPane {
    padding-top: 0px;
    padding-bottom: 15px;
}

.pagetitle_mini #pagetitle .title-sub {
    display: none;
}

.pagetitle_mini #pagetitle .title {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}

.pagetitle_mini #pagetitle .pagetitle_centered .wsc-breadcrumbs {
    margin-top: 0px;
    padding-bottom: 15px;
}

.pagetitle_mini #pagetitle .pagetitle_centered .wsc_pane.IntroPane {
    padding-bottom: 0px;
}

.pagetitle_mini #pagetitle .pagetitle_centered .title {
    padding-bottom: 0px;
}

/* Page Title Large
---------------------------------------------------------- */
.pagetitle_large #pagetitle .pagetitle_centered .wsc-breadcrumbs {
    padding-bottom: 145px;
}

.pagetitle_large .wsc_pane.IntroPane {
    padding-bottom: 140px;
    padding-top: 130px;
}

.pagetitle_large #pagetitle .title {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pagetitle_large #pagetitle .title-sub {
    font-size: 22px;
}

/* Page Title Font Light
---------------------------------------------------------- */
.pt_font_light #pagetitle .title {
    color: rgba(255, 255, 255, 0.97);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pt_font_light #pagetitle .title-sub {
    color: rgba(255, 255, 255, 0.97);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pt_font_light #pagetitle .wsc-breadcrumbs,
.pt_font_light #pagetitle .wsc-breadcrumbs .breadcrumbLink {
    color: rgba(255, 255, 255, 0.97);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Page Title Overlay
---------------------------------------------------------- */
.pt_overlay_dark {
    background-color: rgba(0,0,0,0.5);
}

.pt_overlay_light {
    background-color: rgba(255,255,255,0.5);
}

/* Fixed background image
---------------------------------------------------------- */
.pt_fixed_image #pagetitle {
    background-attachment: scroll;
}
/* ======================================================= */
/*                      Breadcrumbs                        */
/* ======================================================= */
#intro .wsc-breadcrumbs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wsc-breadcrumbs .breadcrumbLink:hover {
    color: #333;
}

/* ======================================================= */
/*                       Header                            */
/* ======================================================= */

#header > .container {
    min-height: 78px;
}

#top-bar a:hover {
    text-decoration: underline;
}

.TopBarPane, .wsc_top_bar_logins {
    float: right;
    margin-bottom: -10px;
}

.wsc_top_bar_logins {
    display: none;
}

.TopBarPane {
    margin-left: 9px;
    padding-top: 1px;
}

.header .zocial, .header a.zocial {
    background-color: transparent;
    margin: 0;
    opacity: 0.4;
    padding: 0;
}

/* ======================================================= */
/*                    Intro & Outro                        */
/* ======================================================= */

.wsc_pane.IntroPane {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wsc_pane.OutroPane {
    padding-top: 20px;
    padding-bottom: 20px;
}

.IntroPane h1 { /*font-size: 24px; font-weight: 300;*/
}

.IntroPane .title {
    margin-bottom: 0px;
}
/* ======================================================= */
/*                        Footer                           */
/* ======================================================= */

/* Copyrights
---------------------------------------------------------- */
.copyright {
}

/* Side menu in footer
---------------------------------------------------------- */
.footer_wrapper .nav.sf-menu li {
    border-bottom: 0px !important;
}

    .footer_wrapper .nav.sf-menu li a {
        padding: 0px;
    }

/* ======================================================= */
/*                  Alternative Footer                     */
/* ======================================================= */

#footer_alt {
    display: none;
}

    #footer_alt .follow_us2 .zocial, #footer_alt .follow_us2 a.zocial {
        background-color: transparent;
        color: #666;
        opacity: 0.4;
    }

        #footer_alt .follow_us2 .zocial:hover {
            color: #fff;
            opacity: 1;
            filter: alpha(opacity=100); /* IE 5+. */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8. */
        }

    #footer_alt .follow_us2 a {
        padding: 2px 0 3px 3px;
    }

    #footer_alt .copyright {
        float: right;
    }

/* ======================================================= */
/*                      Typography                         */
/* ======================================================= */
blockquote, blockquote p {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}

/* Custom margins */
.wsc-margin-top, .wsc-marg-top {
    margin-top: 50px;
}

.wsc-margin-top-sm, .wsc-marg-top-sm {
    margin-top: 25px;
}

.wsc-margin-top-lg, .wsc-marg-top-lg {
    margin-top: 75px;
}

.wsc-margin-top-no, .wsc-marg-top-no {
    margin-top: 0px !important;
}

.wsc-margin-bottom, .wsc-marg-bot {
    margin-bottom: 50px;
}

.wsc-margin-bottom-sm, .wsc-marg-bot-sm {
    margin-bottom: 25px !important;
}

.wsc-margin-bottom-lg, .wsc-marg-bot-lg {
    margin-bottom: 75px;
}

.wsc-margin-bottom-no {
    margin-bottom: 0px;
}

.wsc-margin-all-no, .wsc-marg-no {
    margin: 0px;
}

.wsc-marg {
    margin: 50px;
}

.wsc-marg-sm {
    margin: 25px;
}

.wsc-marg-lg {
    margin: 75px;
}

.wsc-marg-no {
    margin: 0px;
}


/* Custom Paddings */
.wsc-padding-all, .wsc-pad {
    padding: 50px;
}

.wsc-padding-all-sm, .wsc-pad-sm {
    padding: 25px;
}

.wsc-padding-all-lg, .wsc-pad-lg {
    padding: 75px;
}

.wsc-padding-all-no, .wsc-pad-no {
    padding: 0px;
}

.wsc-padding-top, .wsc-pad-top {
    padding-top: 50px !important;
}

.wsc-padding-top-sm, .pad25, .wsc-pad-top-sm {
    padding-top: 25px;
}

.wsc-padding-top-lg, .wsc-pad-top-lg {
    padding-top: 75px;
}

.wsc-padding-top-xlg {
    padding-top: 150px;
}

.wsc-padding-top-no, .wsc-pad-top-no {
    padding-top: 0px;
}

.wsc-padding-bottom, .wsc-pad-bot {
    padding-bottom: 50px !important;
}

.wsc-padding-bottom-sm, .wsc-pad-bot-sm {
    padding-bottom: 25px;
}

.wsc-padding-bottom-lg, .wsc-pad-bot-lg {
    padding-bottom: 75px;
}

.wsc-padding-bottom-xlg {
    padding-bottom: 150px;
}

.wsc-padding-bottom-no, .wsc-pad-bot-no {
    padding-bottom: 0px;
}

.wsc-text-shadow-no {
    text-shadow: initial;
}

.wsc-text-uppercase, .wsc-text-up {
    text-transform: uppercase;
}

.wsc-text-cap {
    text-transform: capitalize;
}

.font-size-lg {
    font-size: 300%;
    line-height: 1.2em;
}

.font-size-xlg {
    font-size: 400%;
    line-height: 1.2em;
}

.font-size-xxlg {
    font-size: 180px;
    line-height: 140px;
}

.wsc-font-slg {
    font-size: 150%;
    line-height: 110%;
}

.wsc-font-mlg {
    font-size: 200%;
    line-height: 110%;
}

.wsc-font-lg {
    font-size: 300%;
    line-height: 110%;
}

.wsc-font-xlg {
    font-size: 400%;
    line-height: 110%;
}

.wsc-font-xxlg {
    font-size: 500%;
    line-height: 110%;
}

.font-size-xxlg {
    font-size: 180px;
    line-height: 140px;
}

.wsc-text-center {
    text-align: center;
}

.wsc-text-right {
    text-align: right;
}

.wsc-text-left {
    text-align: left;
}

.wsc-bg-white {
    background-color: rgba(255,255,255,0.5);
}

.wsc-bg-dark {
    background-color: rgba(0,0,0,0.5);
}

.wsc-bg-dark-less {
    background-color: rgba(0,0,0,0.2);
}

.wsc-background-multiply,
.wsc-bg-multiply {
    background-blend-mode: multiply;
}

.wsc-round-corners {
}

.wsc-accent-color {
}

.wsc-accent-bg {
}

/* Font weight */
.wsc-font-bold {
    font-weight: bold;
}

.wsc-font-light {
    font-weight: 300 !important;
}

.wsc-font-lighter, .wsc-font-lighter h1, .wsc-font-lighter h2,
.wsc-font-lighter h3, .wsc-font-lighter h4, .wsc-font-lighter h5,
.wsc-font-lighter h6, .wsc-font-lighter p {
    font-weight: 100 !important;
}

/* PREDEFINED BACKGROUNDS
---------------------------------------------------------- */
.bg-clean {
    background: transparent none repeat scroll 0 0;
}

.bg000 {
    background: #000 none repeat scroll 0 0 !important;
}

.bg111 {
    background: #111 none repeat scroll 0 0 !important;
}

.bg222 {
    background-color: rgba(30,30,30,0.9) !important;
}

.bg333 {
    background: #333 none repeat scroll 0 0 !important;
}

.bg444 {
    background: #444 none repeat scroll 0 0 !important;
}

.bg555 {
    background: #555 none repeat scroll 0 0 !important;
}

.bg666 {
    background: #666 none repeat scroll 0 0 !important;
}

.bg777 {
    background: #777 none repeat scroll 0 0 !important;
}

.bg888 {
    background: #888 none repeat scroll 0 0 !important;
}

.bg999 {
    background: #999 none repeat scroll 0 0 !important;
}

.bgeee {
    background-color: #eee !important;
}

.bgfff {
    background-color: #fff !important;
}


/* Video play button
---------------------------------------------------------- */

.wsc-play-button {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-25%, -25%, 0px);
    -webkit-transform: translate3d(-25%, -25%, 0);
    -moz-transform: translate3d(-25%, -25%, 0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:hover .wsc-play-button {
    color: #555;
}


/***************************************************
	Section background styles
***************************************************/
.wsc-section-dark {
    background-color: #333;
}

.wsc-section-gray {
    background-color: #e9e6e1;
}

.wsc-section-white {
    background-color: #fff;
}

.wsc-section-pattern {
}

.wsc-cover-pattern-1 {
    background-image: url("../img/pat/pat1.png");
}

.wsc-cover-pattern-2 {
    background-image: url("../img/pat/pat2.png");
}

.wsc-cover-pattern-3 {
    background-image: url("../img/pat/pat3.png");
}

.wsc-blur-pattern-1 {
    background-size: cover;
    background-image: url("../img/pat/thin1.jpg");
}

.wsc-blur-pattern-2 {
    background-size: cover;
    background-image: url("../img/pat/thin2.jpg");
}

.wsc-blur-pattern-3 {
    background-size: cover;
    background-image: url("../img/pat/thin3.jpg");
}

.wsc-blur-pattern-4 {
    background-size: cover;
    background-image: url("../img/pat/thin4.jpg");
}

.wsc-blur-pattern-5 {
    background-size: cover;
    background-image: url("../img/pat/thin5.jpg");
}

.wsc-blur-pattern-6 {
    background-size: cover;
    background-image: url("../img/pat/thin6.jpg");
}

.wsc-blur-pattern-7 {
    background-size: cover;
    background-image: url("../img/pat/thin7.jpg");
}

.wsc-blur-pattern-8 {
    background-size: cover;
    background-image: url("../img/pat/thin8.jpg");
}

.wsc-blur-pattern-9 {
    background-size: cover;
    background-image: url("../img/pat/thin9.jpg");
}

.wsc-blur-pattern-10 {
    background-size: cover;
    background-image: url("../img/pat/thin10.jpg");
}


/* SOLID OVERLAYS	*/
.wsc-dark-overlay {
    background-color: rgba(80,80,80,0.5);
}

.wsc-dark-overlay-more {
    background-color: rgba(80,80,80,0.7);
}

.wsc-dark-overlay-less {
    background-color: rgba(80,80,80,0.2);
}

.wsc-dark-overlay-xless {
    background-color: rgba(80,80,80,0.1);
}

.wsc-white-overlay {
    background-color: rgba(255,255,255,0.5);
}

.wsc-white-overlay-more {
    background-color: rgba(255,255,255,0.7);
}

.wsc-white-overlay-less {
    background-color: rgba(255,255,255,0.2);
}

.wsc-white-overlay-xless {
    background-color: rgba(255,255,255,0.1);
}

.wsc-grey-background {
    background-color: rgba(50,50,50,0.5);
}

/* Gradient Overlay */
.wsc-grad-overlay {
    opacity: 0.9;
    background: rgb(198,68,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(198,68,252,1) 0%, rgba(88,86,214,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(198,68,252,1) 0%,rgba(88,86,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(198,68,252,1) 0%,rgba(88,86,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c644fc', endColorstr='#5856d6',GradientType=0 ); /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}


.wsc-grad-overlay-bw {
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e8e8e8 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e8e8e8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e8e8e8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.wsc-grad-overlay-bw2 {
    background: #626262; /* Old browsers */
    background: -moz-linear-gradient(left, #626262 0%, #303030 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #626262 0%,#303030 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #626262 0%,#303030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#303030',GradientType=1 ); /* IE6-9 */
}

/* Backgrounds images */
.wsc-bg-cover {
    background-position: 50% 40%;
    background-size: cover;
}

.wsc-bg-cover-top {
    background-position: 50% 0%;
    background-size: cover;
}

.wsc-bg-cover-fixed {
    background-position: 50% 40%;
    background-size: cover;
    background-attachment: fixed;
}



/* IMAGE OVERLAYS	*/
.wsc-image-cover,
.wsc-image-contain-left,
.wsc-image-contain-right,
.wsc-image-cover-top,
.wsc-image-cover-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.wsc-image-cover {
    background-position: 50% 50%;
    background-size: cover;
}

.wsc-image-cover-top {
    background-position: 50% 0%;
    background-size: cover;
}

.wsc-image-cover-bottom {
    background-position: 50% 100%;
    background-size: cover;
}

.wsc-image-contain-left {
    background-position: 0% 50%;
    background-size: contain;
}

.wsc-image-contain-right {
    background-position: 100% 50%;
    background-size: contain;
}

.wsc-image-size-auto {
    background-repeat: no-repeat;
    background-size: auto auto !important;
}

/* Blur shift */
.wsc-image-cover.wsc-blur,
.wsc-image-cover.wsc-blur-less,
.wsc-image-cover.wsc-blur-more {
    height: 114%;
    margin-left: -5%;
    margin-top: -3%;
    width: 110%;
}




/* ======================================================= */
/*                       Sliders                           */
/* ======================================================= */

/*.caroufredsel_wrapper 
{
    margin-top: 21px !important;
}
*/

/* ======================================================= */
/*                     Google Map                          */
/* ======================================================= */

.google-maps {
    height: 400px;
}

/* ======================================================= */
/*                       MISC.                             */
/* ======================================================= */

/* Search
---------------------------------------------------------- */
input#searchKeyword {
    margin-bottom: 0px;
}

a#btnPageSearch {
    margin-top: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif !important;
    color: #000;
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    background: #fff;
}

body {
    background: #fff;
}
/**** PAGE CONTAINERS ****/
.header {
    padding: 0 0;
    background: #323A45;
    margin: 0 auto;
    min-height: 77px; /*86px;*/
    height: auto;
    width: 100%;
    z-index: 990;
    position: relative;
}

    .header > .container, .header .header_inner > .container {
        position: relative;
    }

#banner { /*commented because of invisible drag panes display: none; height: 0;*/
    position: relative;
}

#main_content { /*padding: 30px 0px 0px;*/
    background-color: #F0F0F0;
    position: relative;
    z-index: 1;
}

#intro .inner_content,
#pagetitle .inner_content {
    margin: 0;
}

.wrapper {
    margin: 0px auto; /*padding:0;*/
}

#intro, #pagetitle {
    background-color: #e9e6e1;
    width: 100%;
}

.intro_wrapper {
    margin: 0 auto;
    position: relative;
}

.intro_wrapper2 {
    margin: -6px auto 0;
    padding: 0 0 40px;
}

.intro_wrapper3 {
    margin: -20px auto 0;
    padding: 0 0 40px;
}

/**** GENERAL ****/
a, input, select, textarea {
    outline: none;
    text-decoration: none;
}

a, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a, a:visited {
        text-decoration: none;
    }

/*:focus {
    outline: 0;
}*/

ul { /*list-style-type:none;*/
    margin-left: 20px;
}

a:hover, a:active, a:focus {
    outline: 0 !important;
}

::-moz-selection {
    color: #fff;
    background: #aaa;
}

::selection {
    color: #fff;
    background: #aaa;
}

p {
    margin-bottom: 15px;
    font-size: 14px;
}

span {
}

small {
    letter-spacing: 0.2em;
    font-size: 11px;
}

.clear {
    height: 0;
    clear: both;
    font-size: 0;
}

.normal {
    font-weight: normal;
}

.pull-right {
    margin-left: 12px;
}

.pull-left {
    margin-right: 12px;
}

.center {
    text-align: center !important;
    margin: 0 auto;
}

.right {
    text-align: right;
    margin: 0 auto;
}

hr {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    margin-top: 0px;
}

blockquote {
    border-left: 5px solid #2BA6CB;
}

    blockquote p {
        color: #444;
        font-style: normal;
    }

.zocial:hover, .zocial:focus {
    background: #2BA6CB;
}

.zocial {
    border-radius: 4px;
    padding: 2px;
}

.media img {
    margin-top: 5px;
}

.media-body a:hover {
    color: #777;
}

.big {
    font-size: 100px;
}

.myslider, .myvideoslider {
    display: none;
}

.wsc-div-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
}

.well {
    background-color: #eee;
    border: 0px none;
    margin-top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .well h1, .well h2, .well h3, .well h4 {
        margin-top: 5px;
    }

.icons {
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
}

    .icons li {
        margin-bottom: 5px;
    }

        .icons li [class^="icon-"], .icons li [class*=" icon-"], .icons li [class^="fa-"], .icons li [class*=" fa-"] {
            display: inline-block;
            width: 1.2857142857142858em;
            text-align: center;
            margin-right: 6px;
        }

    .icons .glyphicon, .icons .fa {
        margin-right: 10px;
    }

    .icons li p {
        margin-bottom: 0px;
    }

.wsc-icons-lg li {
    margin-bottom: 10px;
    font-size: 16px;
}

.wsc-icons-xlg li {
    margin-bottom: 14px;
    font-size: 18px;
}

/* Colours */
.hue {
    color: #2BA6CB;
}

.white {
    color: #fff;
}

.magnolia {
    color: #E9E6E1;
}

.grey {
    color: #999;
}

.grey2 {
    color: #69767F;
}

.asphalt {
    color: #34495E;
}

.colour {
    color: #2BA6CB;
}

.hue_block {
    background-color: #2BA6CB;
    color: #fff;
    padding: 0px 4px 2px;
}

.hue_mini {
    padding: 0px 4px 1px;
}

.hue_block:hover {
    background-color: #2BA6CB;
}

.hue_inline.hue_block, .hue_inline.hue_bw, .hue_inline.hue_white, .hue_inline.hue_dark {
    display: inline;
}

.wsc-content-white .hue_bw, .hue_white {
    background-color: #fff;
    color: #333
}

.wsc-content-dark .hue_bw, .hue_dark {
    background-color: #333;
    color: #fff
}
/* Padding 
.pad90 { padding-top:90px; }
.pad45 { padding-top:45px; }
.pad30 { padding-top:30px; }
.pad25 { padding-top:25px; }
.pad15 { padding-top:15px; }
.pad10 { padding-top:10px; }
.pad5 { padding-top:5px; }*/

/* Margins */
.marg-bottom5 {
    margin-bottom: 5px;
}

.marg-left5 {
    margin-left: 5px;
}

.marg-right5 {
    margin-right: 5px;
}

.but_marg {
    margin-left: 3px;
}

/* Video */
.vendor {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    margin: 0 0;
}

    .vendor.wsc-aspect {
        padding-bottom: 63%;
    }

    .vendor iframe, .vendor video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

iframe {
    border: 0; /*width:100%; height:100%;*/
}

video {
    width: 100%;
    height: auto;
}

.soundcloud {
    width: 100%;
    height: 166px;
}

/**** LINKS ****/
a {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a, a:visited {
        color: #1B3665;
        text-decoration: none;
        outline: none;
    }

        a:hover, a:active, a:focus {
            color: #1B3665;
            text-decoration: none;
        }

/**** IMAGES ****/
img { /*vertical-align:top;*/
    ms-interpolation-mode: bicubic;
    opacity: 1.0;
}

/* Image Rotate */
.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

    .rotate:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

/**** BUTTONS ****/
.btn {
    border: 0;
    -webkit-transition: background-color .4s ease-in;
    -moz-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
    transition: background-color .4s ease-in;
}

.btn-custom {
    font-size: 14px;
    padding: 12px 15px 14px;
    margin-top: 10px;
    font-weight: normal;
}

.btn-custom2 {
    font-size: 14px;
    padding: 8px 14px 9px;
    margin-top: 2px;
    font-weight: normal;
}

.btn-custom_gray {
    background-color: #CCCCCC !important;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 15px 10px;
}

.btn-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-primary {
    background-color: #c4112f;
    border: 0;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #333;
    }

.btn:visited, .btn:focus {
    color: #fff;
}

.label, .badge {
    text-shadow: none;
}


/**** TYPOGRAPHY ****/
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    margin-top: 0;
}

h1 {
    color: #db0c1e;
}

h2 {
    color: #005596;
}

h3 {
    color: #00565b;
}

h1 {
    margin-bottom: 15px;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    h1 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 1.55em;
    }

    h3 {
        font-size: 1.45em;
    }

    h4 {
        font-size: 1.35em;
    }

    h5 {
        font-size: 1.25em;
    }

    h6 {
        font-size: 1.25em;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    h1 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 1.55em;
    }

    h3 {
        font-size: 1.45em;
    }

    h4 {
        font-size: 1.35em;
    }

    h5 {
        font-size: 1.25em;
    }

    h6 {
        font-size: 1.25em;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    h1 {
        font-size: 1.85em;
        line-height: 1em;
    }

    h2 {
        font-size: 1.6em;
        line-height: 1em;
    }

    h3 {
        font-size: 1.45em;
    }

    h4 {
        font-size: 1.3em;
        line-height: 22px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 1.25em;
        line-height: 20px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 1.25em;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    h1 {
        font-size: 2em;
        margin: 15px 0 30px 0;
        line-height: 1px;
    }

    h2 {
        font-size: 1.75em;
        margin: 25px 0 10px 0;
    }

    h3 {
        font-size: 1.5em;
        margin: 20px 0 10px 0;
    }

    h4 {
        font-size: 1.4em;
        line-height: 25px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 1.25em;
        line-height: 22px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 1.25em;
        line-height: 22px;
        margin-bottom: 10px;
    }
}


h1.intro, h6.intro {
    line-height: 40px;
    font-weight: 300;
    font-size: 1.5em;
}

.lead {
    font-size: 1.25em;
    line-height: 24px;
}

.hue, .bold {
    font-weight: 700;
}



/**** DROP CAPS ****/
.dropcap, .dropcap2 {
    font-weight: 700;
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 10px 8px 0 0;
    text-transform: uppercase;
}

.dropcap2 {
    color: #2BA6CB;
}

/**** LOGO****/
.logo a {
    float: left;
    margin: 21px 0 18px 0;
    webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    max-width: 100%;
    height: auto;
}

    .logo a:hover {
        opacity: .80;
    }

.wsc-sidebar-wrap .logo a img,
.header_left .wsc-sidebar-wrap .logo a img {
    max-width: 166px;
}

/**** TOP BAR ****/

/* Top Bar font color  */
#top-bar,
#top-bar .top-bar-left a,
#top-bar .wsc_top_bar_logins .registerGroup a,
#top-bar .wsc_top_bar_logins .loginGroup a,
.wsc_search_wrap .wsc_search_trigger,
#top-bar .wsc_rvdsfViewCartAction {
    color: #fff;
}

#top-bar {
    position: relative;
    padding: 6px 0;
}

    #top-bar,
    #top-bar a,
    #top-bar li,
    #top-bar li a {
        font-size: 12px;
    }

        #top-bar .wsc_mini_contacts {
        }

            #top-bar .wsc_mini_contacts ul {
                margin: 0px;
                padding: 0px;
            }

            #top-bar .wsc_mini_contacts li,
            #top-bar .registerGroup li {
                background-position: 0 center;
                background-repeat: no-repeat;
                display: inline-block;
                margin: 0 10px 0 0;
                position: relative;
                white-space: nowrap;
            }

        #top-bar .registerGroup li {
            border-right: none;
        }

        #top-bar .registerGroup a {
            padding: 0;
        }

        #top-bar:after {
            background-color: rgba(111, 123, 139, 0.20);
        }

        #top-bar:after {
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 9;
        }

.top-bar-right {
    text-align: right;
}

/* Search  */
.search_mobile_clearer {
    display: none;
}

.wsc_search_wrap {
    position: relative;
    display: inline-block;
    width: 23px;
    margin-left: 9px;
}

    .wsc_search_wrap div.SearchIcon,
    .wsc_search_wrap #SearchChoices,
    .wsc_search_wrap .SearchContainer a,
    .wsc_search_wrap .ServerSkinWidget {
        display: none;
    }

    .wsc_search_wrap #dnn_SEARCH1_ClassicSearch {
        position: absolute;
        display: none;
        right: 2px;
        top: 26px;
        z-index: 10;
    }

    .wsc_search_wrap .searchInputContainer a.dnnSearchBoxClearText {
        display: none !important;
        margin: 0px !important;
        top: 11px !important;
        right: 7px !important;
        padding: 0px !important;
    }

    .wsc_search_wrap .searchInputContainer {
        display: block;
    }

    .wsc_search_wrap div.SearchBorder {
        background-color: transparent;
        border: none;
        float: none;
        height: auto;
        margin-top: 0px;
        width: auto;
    }

    .wsc_search_wrap.wsc_use_forms .NormalTextBox,
    .wsc_search_wrap.wsc_use_forms .NormalTextBox:focus {
        float: none;
        margin-bottom: 0;
        padding-right: 25px;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        padding: 10px 30px 10px 10px;
        width: 200px;
        height: 18px;
        font-size: 14px;
        border: none;
        background-color: rgba(255, 255, 255, 0.97);
    }

    .wsc_search_wrap .wsc_search_trigger {
        background-color: rgba(0, 0, 0, 0);
        background-position: center center;
        background-repeat: no-repeat;
        border: medium none;
        height: 20px;
        margin-right: 4px;
        width: 20px;
        font-size: 15px;
    }

        .wsc_search_wrap .wsc_search_trigger:hover {
            text-decoration: none !important;
        }

        .wsc_search_wrap .wsc_search_trigger .icon-remove, .wsc_search_wrap .wsc_search_trigger .fa-times {
            font-size: 17px;
            display: none;
        }

        .wsc_search_wrap .wsc_search_trigger.wsc_act .icon-remove, .wsc_search_wrap .wsc_search_trigger.wsc_act .fa-times {
            display: inline;
        }

        .wsc_search_wrap .wsc_search_trigger.wsc_act .icon-search, .wsc_search_wrap .wsc_search_trigger.wsc_act .fa-search {
            display: none;
        }

    /*full-size search*/
    .wsc_search_wrap.full_size {
        width: 100%;
        height: 100%;
        position: fixed;
        background: #fff;
        z-index: 10000;
        left: 0;
        float: none;
        margin: 0;
        top: 0px;
    }

        .wsc_search_wrap.full_size #dnn_SEARCH1_ClassicSearch {
            width: 80%;
            left: 10%;
            margin: 0;
            padding-bottom: 5px;
            top: 50%;
            height: 70px;
            margin-top: -35px;
        }

        .wsc_search_wrap.full_size .searchInputContainer {
            width: 100%;
            margin: 0 !important;
        }

            .wsc_search_wrap.full_size .searchInputContainer > input, .wsc_search_wrap.full_size .searchInputContainer > input:focus {
                width: 100%;
                box-shadow: none;
                line-height: 50px;
                height: 70px;
                font-size: 50px;
                border-bottom: 1px solid #999;
                padding: 5px 10px;
                box-sizing: border-box;
            }

                .wsc_search_wrap.full_size .searchInputContainer > input:focus {
                    border-bottom: 1px solid #333;
                }

        .wsc_search_wrap.full_size .wsc_search_trigger {
            right: 40px;
            top: 15px;
            position: relative;
        }

            .wsc_search_wrap.full_size .wsc_search_trigger > i {
                font-size: 20px;
                color: #999;
            }

        .wsc_search_wrap.full_size ul.searchSkinObjectPreview {
            width: 100%;
        }
/* login/register  */
#top-bar .registerGroup, #top-bar .loginGroup {
    display: inline-block;
    margin-right: 0px;
}

    #top-bar .registerGroup strong, #top-bar .loginGroup strong {
        font-weight: normal;
    }

    #top-bar .registerGroup ul, #top-bar .loginGroup ul {
        margin: 0px;
        padding: 0px;
    }

    #top-bar .registerGroup a:hover, #top-bar .loginGroup a:hover {
        text-decoration: underline
    }

    #top-bar .registerGroup .userProfileImg {
    }

        #top-bar .registerGroup .userProfileImg img {
            height: 20px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

/* Language  */
.language-object {
    display: inline-block;
}

    .language-object .Language {
        margin-right: 5px;
        filter: alpha(opacity=70); /* IE 5+. */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8. */
        opacity: 0.7;
    }

        .language-object .Language:hover {
            opacity: 1;
        }

        .language-object .Language.selected {
            filter: alpha(opacity=100); /* IE 5+. */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8. */
            opacity: 1;
        }

        .language-object .Language img {
            margin-top: 2px;
            padding-left: 2px;
            height: 15px;
            width: 22px;
        }

/* Featured Box
---------------------------------------------------------- */
.box-featured-wrapper {
    text-align: center;
}

.box-featured-icon {
    font-size: 50px;
    font-weight: lighter;
}

.box-featured-title {
    font-weight: bold;
}



/*-----------------------------------------------------------------------------------*/
/*	02: MENU
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) {
    #header nav.main_menu {
        height: auto !important;
    }
}

nav.main_menu {
    position: relative;
}

.main_menu select {
    display: none;
    font-size: 12px;
}

.menu_wrap {
    float: right;
    margin-top: 20px;
}

.menu_tabbed .menu_wrap .nav {
    margin-bottom: 0px;
}

.menu_wrap .nav li {
    list-style: none;
    float: left;
    margin: 0;
    position: relative;
}

.menu_wrap .nav > li {
    padding: 0 0;
    display: inline-block;
    /*height:20px;*/
    margin-top: 0px;
    /*min-width: 110px;*/
    min-width: auto;
}

.menu_wrap .nav li a {
    font-weight: 300;
    color: #bbb;
    letter-spacing: 1px;
    font-size: 1.2em;
    display: block;
    padding: 24px 20px 22px;
    text-align: center;
    font-weight: 600;
}

.menu_wrap .nav > li > a:hover, .menu_wrap .nav > li > a:focus {
    background: transparent; /*color:#2980B9;*/
}

.menu_wrap .nav > li.active > a, .menu_wrap .nav > li.active {
    background: #2980B9;
    color: #fff;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

    .menu_wrap .nav > li.active > a:hover {
        background: #2980B9;
        color: #fff;
    }

.menu_wrap .nav ul {
    background: #fff;
    display: none;
    left: 50px;
    padding: 0;
    position: absolute;
    top: 80px;
    width: 200px;
    z-index: 1100;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #323A45;
}

.menu_wrap .nav li ul.submenu_wrap {
    padding: 0;
}

    .menu_wrap .nav li ul.submenu_wrap li {
        line-height: 16px;
    }

.menu_wrap .nav ul li a {
    width: 170px;
    border: 0;
    color: #eee;
    display: block;
    font-size: .95em;
    letter-spacing: 0;
    padding: 8px 15px 8px 15px !important;
    text-align: left;
    /*	text-transform: uppercase;*/
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu_wrap .nav > li > ul li a {
    text-decoration: none;
    color: #bbb;
}

.menu_wrap .nav ul li a span {
    display: none;
}

.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.active > a {
    text-decoration: none;
    color: #fff;
}

.menu_wrap .nav ul ul {
    position: absolute;
    display: none;
    left: 210px;
    top: 0px;
    height: auto;
    list-style: none;
    z-index: 111;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    border-top: 0;
}

    .menu_wrap .nav ul ul.open_left {
        left: -210px;
    }

.menu_wrap .nav .sf-sub-indicator /* Old superfish style */ {
    display: none;
}

/* Icons */

.main_menu .nav .mmIcon {
    height: 16px;
    width: 16px;
    margin: 1px 7px 0 0;
}

.menu_wrap .nav .root .submenu_wrap .sub a i {
    float: right;
    font-size: 14px;
    margin-top: 2px;
}

@media (min-width: 992px) {
    .menu_wrap .nav .root.wsc_mega i.icon-angle-right, .menu_wrap .nav .root.wsc_mega i.fa-angle-right {
        display: none;
    }
}

/* FIx for outscreen ul*/
.main_menu .menu_wrap .nav .right-overflow > ul, .menu_wrap .nav ul .right-overflow > ul {
    right: 100%;
    left: auto !important;
}


/*-----------------------------------------------------------------------------------*/
/*	0I: CUSTOM HEADERS  */
/*-----------------------------------------------------------------------------------*/
/**** Header left - Menu right ****/
/* Vertically center menu and logo until mobile menu */
@media (min-width: 992px) {
    .header_left.menu_classic .wsc-header-container {
        display: table;
    }

        .header_left.menu_classic .wsc-header-container .main_menu,
        .header_left.menu_classic .wsc-header-container .logo {
            display: table-cell;
            vertical-align: middle;
        }

        .header_left.menu_classic .wsc-header-container .logo {
            text-align: left;
            padding-right: 15px;
        }

            .header_left.menu_classic .wsc-header-container .logo img { /*Auto-width*/
                width: 100%;
                max-width: 100%;
            }

        .header_left.menu_classic .wsc-header-container .main_menu {
            text-align: right;
        }

            .header_left.menu_classic .wsc-header-container .main_menu > .menu_wrap,
            .header_left.menu_classic .wsc-header-container .main_menu > .menu_wrap .nav {
                margin: 0px;
            }
}

.header_left .logo a img {
    max-width: 375px; /*max-height: 75px; */
    height: auto;
}

/**** Header centered ****/
.header_centered .header {
    height: auto;
}

    .header_centered .header .logo a {
        float: none;
    }

@media (max-width: 991px) {
    .header_centered #header .logo {
        margin: 17px auto;
    }

    .header_centered .navbar-toggle {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .header_centered .menu_wrap .nav ul li a,
    .wsc_generic_skin.header_centered .main_menu.collapse.in .nav > li > a,
    .wsc_generic_skin.header_centered .main_menu.collapsing .nav > li > a {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header_centered #header .navbar-toggle {
        top: 10px;
    }
}

.header_centered .header .menu_wrap {
    text-align: center;
    float: none; /*height: 66px;*/
    margin-right: 0px;
}

.header_centered .header ul.nav {
    vertical-align: bottom;
}

@media (min-width: 992px) {
    .header_centered #header .logo {
        text-align: center;
        margin-top: 10px;
        margin-bottom: -20px;
    }

    .header_centered #header ul.nav {
        display: inline-block;
    }
}



/**** Header right ****/
/*@media (min-width: 992px) 
{*/
.header_right .header .logo a {
    float: right;
}

.header_right .header .menu_wrap {
    float: left;
    margin-right: 0px;
}
/*}*/

/**** Menu Bottom ****/
@media (min-width: 992px) {
    .menu_bottom .header {
        height: auto;
    }

        .menu_bottom .header .logo {
            margin-top: 10px;
        }

            .menu_bottom .header .logo a {
                float: none;
            }

        .menu_bottom .header .menu_wrap {
            float: none; /*height: 66px;*/
            position: relative;
        }

        .menu_bottom .header ul.nav {
            display: inline-block;
            vertical-align: bottom;
        }

    .menu_bottom .main_menu .wsc_mega.mega_wide .submenu_wrap {
        top: 80px;
    }

    .header_right.menu_bottom .header .logo {
        float: right;
        clear: both;
    }

    .header_right.menu_bottom .header .menu_wrap {
        float: right;
        clear: both;
        width: 100%;
    }

        .header_right.menu_bottom .header .menu_wrap ul.nav {
            float: right;
        }
}

/*-----------------------------------------------------------------------------------*/
/*	II: CUSTOM MENU
/*-----------------------------------------------------------------------------------*/
.wsc_hide_sub ul.submenu_wrap, .wsc_hide_sub > a > i {
    display: none !important;
}
/**** Menu Condensed ****/

/* Old minimal condensed */
.menu_condensed .menu_wrap .nav > li > a {
    padding: 10px;
    margin: 0px 3px;
    color: #bbb;
}

    .menu_condensed .menu_wrap .nav > li.active > a,
    .menu_condensed .menu_wrap .nav > li.active,
    .menu_condensed .menu_wrap .nav > li.active > a:hover,
    .menu_condensed .menu_wrap .nav > li > a:hover {
        background-color: transparent;
        color: #fff;
    }

.menu_condensed .menu_wrap .nav ul.submenu_wrap {
    top: 75px;
}

.menu_condensed .menu_wrap .nav > li {
    min-width: auto;
}

.menu_condensed .menu_wrap {
    margin-bottom: 15px;
    margin-top: 20px;
}

    .menu_condensed .menu_wrap .nav {
        margin-bottom: 0px;
    }

        .menu_condensed .menu_wrap .nav ul.submenu_wrap {
            top: 60px;
        }

.menu_condensed .main_menu .menu_wrap .wsc_mega.mega_wide .submenu_wrap {
    top: 65px;
}

.header_centered.menu_condensed .main_menu .wsc_mega.mega_wide .submenu_wrap,
.menu_bottom.menu_condensed .main_menu .wsc_mega.mega_wide .submenu_wrap {
    top: 65px;
}

.header_centered.menu_condensed .menu_wrap {
    margin-bottom: 15px;
}

/* New condensed */
.menu_condensed #header {
    min-height: initial;
}

.menu_condensed .menu_wrap .nav ul {
    /*background-color: #282828;*/
}

.menu_condensed .logo a {
    margin: 13px 0;
}

    .menu_condensed .logo a img {
        max-height: 30px;
    }

.menu_condensed .menu_wrap {
    margin: 0px;
}

.menu_condensed .menu_inner {
    margin: 5px 0 5px;
}

.menu_condensed .menu_wrap .nav li a {
    font-size: 12px;
}

.menu_condensed .main_menu .nav .mmIcon {
    margin-top: 0px;
}

.menu_condensed #header, .menu_condensed .sticky_header .header_inner {
    border-bottom: 0px;
}

/* New condensed floating header the same as condensed */
.menu_condensed #floating-header {
    min-height: auto;
}

.menu_condensed #floating-logo img {
    height: auto;
}

.menu_condensed #floating-header .menu_wrap {
    margin: 0px;
}

    .menu_condensed #floating-header .menu_wrap .nav li.root {
        padding: 0px;
    }

        .menu_condensed #floating-header .menu_wrap .nav li.root > a {
            letter-spacing: 2px;
            margin: 0 3px;
            padding: 10px;
        }

.menu_condensed #floating-header .menu_classic .menu_wrap .nav ul.submenu_wrap {
    top: 60px;
}

.menu_condensed .menu_wrap .nav .root.sub > a i {
    padding-left: 3px;
}

/**** Menu Minimal ****/

.menu_minimal .menu_wrap .nav > li > a {
    /*padding: 10px;*/ padding: 10px 10px 14px 10px;
    margin: 0px 35px;
    color: #bbb;
}

    .menu_minimal .menu_wrap .nav > li.active > a,
    .menu_minimal .menu_wrap .nav > li.active,
    .menu_minimal .menu_wrap .nav > li.active > a:hover,
    .menu_minimal .menu_wrap .nav > li > a:hover,
    .menu_minimal .menu_wrap .nav > li > a:focus {
        background-color: transparent;
        color: #2e805f !important;
    }

        .menu_minimal .menu_wrap .nav > li.active > a {
            /*border-bottom: 1px solid;*/ color: c9d5de !important;
            background-color: transparent;
        }

.menu_minimal .menu_wrap .nav ul.submenu_wrap {
    top: 75px;
}

.menu_minimal .menu_wrap .nav > li {
    min-width: 90px;
}

.menu_minimal .menu_wrap { /*margin-bottom: 15px;*/
    margin-top: 20px;
}

    .menu_minimal .menu_wrap .nav {
        margin-bottom: 0px;
    }

        .menu_minimal .menu_wrap .nav ul.submenu_wrap {
            top: 50px;
        }

.menu_minimal .main_menu .wsc_mega.mega_wide .submenu_wrap {
    top: 95px;
}

.header_centered.menu_minimal .main_menu .wsc_mega.mega_wide .submenu_wrap,
.menu_bottom.menu_minimal .main_menu .wsc_mega.mega_wide .submenu_wrap {
    top: 65px;
}

.header_centered.menu_minimal .menu_wrap { /*margin-bottom: 15px;*/
}


/**** Menu Minimal Dark ****/

.menu_minimal .wsc-content-dark {
}

    .menu_minimal .wsc-content-dark .menu_wrap .nav > li.active > a {
        border-bottom-color: #222;
    }

    .menu_minimal .wsc-content-dark .menu_wrap .nav > li > a {
        color: #000;
    }

        .menu_minimal .wsc-content-dark .menu_wrap .nav > li.active > a,
        .menu_minimal .wsc-content-dark .menu_wrap .nav > li.active,
        .menu_minimal .wsc-content-dark .menu_wrap .nav > li.active > a:hover,
        .menu_minimal .wsc-content-dark .menu_wrap .nav > li > a:hover,
        .menu_minimal .wsc-content-dark .menu_wrap .nav > li > a:focus {
            color: #8dc63f;
        }

.menu_minimal .menu_wrap .nav > li > a .fa {
    margin-left: 2px;
    font-size: 13px;
}

/**** Menu Classic ****/

.menu_classic .menu_wrap .nav {
    margin-top: 3px;
}

    .menu_classic .menu_wrap .nav li.active a {
        padding: 10px 18px;
    }

    .menu_classic .menu_wrap .nav li a {
        padding: 10px 14px;
    }

    .menu_classic .menu_wrap .nav > li > a .fa {
        margin-left: 1px;
    }

    .menu_classic .menu_wrap .nav > li {
        /*min-width: 90px;*/
        min-width: auto;
    }

        .menu_classic .menu_wrap .nav > li.active > a,
        .menu_classic .menu_wrap .nav > li.active,
        .wsc-round-corners {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

.menu_classic .menu_wrap .nav {
    margin-bottom: 0px;
}

    /* -- changed from 65px b/c bank logo was taller than usual -- */
    .menu_classic .menu_wrap .nav ul.submenu_wrap {
        top: 45px;
    }

.menu_classic .main_menu .wsc_mega.mega_wide .submenu_wrap {
    top: 98px;
}

.menu_classic.menu_bottom .main_menu .wsc_mega.mega_wide .submenu_wrap {
    top: 68px;
}

.header_centered.menu_classic .main_menu .wsc_mega.mega_wide .submenu_wrap {
    top: 68px;
}

.header_centered.menu_classic .menu_wrap {
    margin-bottom: 15px;
}

.header_left.menu_bottom.menu_classic .main_menu .wsc_mega.mega_wide .submenu_wrap {
    top: 68px;
}

@media (min-width: 992px) {
    .menu_classic .menu_wrap {
        margin-bottom: 15px;
        margin-top: 20px;
        position: static;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	III: MEGA MENU  */
/*-----------------------------------------------------------------------------------*/
/* Custom megamenu bg background image */
.menu_wrap .nav li.wsc_mega ul.submenu_wrap.mega_cc_bg1:before,
.menu_wrap .nav li.wsc_mega ul.submenu_wrap.mega_cc_bg2:before,
.menu_wrap .nav li.wsc_mega ul.submenu_wrap.mega_cc_bg3:before,
.menu_wrap .nav li.wsc_mega ul.submenu_wrap.mega_cc_bg4:before,
.menu_wrap .nav li.wsc_mega ul.submenu_wrap.mega_cc_bg5:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (min-width: 992px) {

    /* Clearers */
    .main_menu .mega_col4 .child-4,
    .main_menu .mega_col4 .child-7,
    .main_menu .mega_col4 .child-10,
    .main_menu .mega_col4 .child-13,
    .main_menu .mega_col6 .child-3,
    .main_menu .mega_col6 .child-5,
    .main_menu .mega_col6 .child-7,
    .main_menu .mega_col6 .child-9,
    .main_menu .mega_col3 .child-5,
    .main_menu .mega_col3 .child-9,
    .main_menu .mega_col3 .child-13,
    .main_menu .mega_col3 .child-17,
    .main_menu .mega_col6 .child-7,
    .main_menu .mega_col6 .child-13,
    .main_menu .mega_col6 .child-19,
    .main_menu .mega_col6 .child-25 {
        clear: left;
    }

    /* Main */
    .main_menu .wsc_mega .submenu_wrap li > a {
        padding: 6px 10px !important;
    }

    .menu_wrap .nav li.wsc_mega ul.submenu_wrap li {
        line-height: 20px;
    }

        .menu_wrap .nav li.wsc_mega ul.submenu_wrap li a {
            width: auto;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .menu_wrap .nav li.wsc_mega ul.submenu_wrap li.category {
            padding-left: 0px;
            padding-right: 0px;
            position: relative;
            z-index: 5;
        }
    /*
    .main_menu .nav .mega_wide .mmIcon 
    {
        height: 24px;
        width: 24px;
        margin: -2px 5px 0 0;
    }*/

    /* Wrap */
    .menu_wrap .nav li.wsc_mega ul.submenu_wrap {
        padding: 0px;
    }

        /* 2nd level without childs */
        .menu_wrap .nav li.wsc_mega ul.submenu_wrap li.category .mmIcon {
            height: 16px;
            margin: 2px 5px 0 0;
            width: 16px;
        }

        .menu_wrap .nav li.wsc_mega ul.submenu_wrap li.category a {
        }
        /* 2nd level */
        .menu_wrap .nav li.wsc_mega ul.submenu_wrap.wsc_mega_with_sub li.category {
            /*padding-top: 10px;
        padding-bottom: 10px;*/
        }

    .main_menu .wsc_mega .submenu_wrap.wsc_mega_with_sub li.category > a {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .main_menu .wsc_mega .submenu_wrap.wsc_mega_with_sub li.category > a {
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    }

    .main_menu .wsc_mega .submenu_wrap > li {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        display: table-cell !important;
    }


    /* 3rd level */

    .main_menu .wsc_mega .submenu_wrap li ul {
        border-radius: 0px;
        left: 0px;
        padding: 0;
        position: relative;
        display: block !important;
        opacity: 1 !important;
        width: auto;
        box-shadow: none;
        background-color: transparent;
    }

        .main_menu .wsc_mega .submenu_wrap li ul li {
            margin: 0;
            padding: 0;
            float: none;
        }

            .main_menu .wsc_mega .submenu_wrap li ul li a {
                /*font-size: 13px;
        padding: 4px 0 4px 10px !important;*/
                border: none;
                border-radius: 0px;
                width: auto;
            }

    /* Wide Menu */
    .main_menu .wsc_mega.mega_wide .submenu_wrap {
        width: 100% !important;
    }

    .main_menu .mega_wide.mega_col3 .submenu_wrap > li.child-4,
    .main_menu .mega_wide.mega_col3 .submenu_wrap > li.child-8,
    .main_menu .mega_wide.mega_col3 .submenu_wrap > li.child-12,
    .main_menu .mega_wide.mega_col3 .submenu_wrap > li.child-16,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-3,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-6,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-9,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-12,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-2,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-4,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-6,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-8 {
        border: none;
    }

    .main_menu .wsc_mega.mega_wide .submenu_wrap > li {
    }

    .main_menu .mega_wide.mega_col3 .submenu_wrap > li.child-1,
    .main_menu .mega_wide.mega_col3 .submenu_wrap > li.child-2,
    .main_menu .mega_wide.mega_col3 .submenu_wrap > li.child-3,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-1,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-2,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-3,
    .main_menu .mega_wide.mega_col4 .submenu_wrap > li.child-4,
    .main_menu .mega_wide.mega_col5 .submenu_wrap > li.child-1,
    .main_menu .mega_wide.mega_col5 .submenu_wrap > li.child-2,
    .main_menu .mega_wide.mega_col5 .submenu_wrap > li.child-3,
    .main_menu .mega_wide.mega_col5 .submenu_wrap > li.child-4,
    .main_menu .mega_wide.mega_col5 .submenu_wrap > li.child-5,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-1,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-2,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-3,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-4,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-5,
    .main_menu .mega_wide.mega_col6 .submenu_wrap > li.child-6 {
        padding-top: 0;
    }

    .main_menu .wsc_mega.mega_wide .submenu_wrap li > a {
        /*font-size: 19px;*/
    }

    .main_menu .wsc_mega.mega_wide .submenu_wrap li ul li {
        width: 100%;
    }

        .main_menu .wsc_mega.mega_wide .submenu_wrap li ul li a {
            /*font-size: 14px;*/
        }

    /* positioning */
    .main_menu:not(.wsc-sidebar) .mega_right .submenu_wrap {
        right: 0;
        left: auto;
    }

    .main_menu:not(.wsc-sidebar) .mega_left .submenu_wrap,
    .main_menu:not(.wsc-sidebar) .mega_wide .submenu_wrap {
        left: 0;
    }

    .main_menu .wsc_mega.mega_wide {
        position: inherit;
    }

    .main_menu .menu_wrap .wsc_mega.mega_wide .submenu_wrap {
        position: absolute;
        top: 100px;
    }

    .header_centered .main_menu .wsc_mega.mega_wide .submenu_wrap {
        top: 80px;
    }

    /* additional custom content */
    .mega_c_content {
        position: absolute;
        width: 33%;
        padding: 10px;
        height: 100%;
    }

    .mega_cc_left {
        padding-left: 33% !important;
    }

    .mega_cc_right {
        padding-right: 33% !important;
    }

    .mega_cc_left .mega_c_content .mega_c_back {
        background-image: url("http://localhost:3102/Portals/0/img/megaback_l.jpg");
    }

    .mega_cc_left .mega_c_content,
    .mega_cc_left .mega_c_content .mega_c_back,
    .mega_cc_left .mega_c_content .mega_c_back_hov {
        left: 0px;
    }

    .mega_cc_right .mega_c_content,
    .mega_cc_right .mega_c_content .mega_c_back,
    .mega_cc_right .mega_c_content .mega_c_back_hov {
        right: 0px;
    }

    .mega_c_content .mega_c_back,
    .mega_c_content .mega_c_back_hov {
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
    }

    .mega_c_content .mega_c_back_hov {
        opacity: 0;
        transition: opacity .3s;
        -moz-transition: opacity .3s; /* Firefox 4 */
        -webkit-transition: opacity .3s; /* Safari and Chrome */
        -o-transition: opacity .3s; /* Opera */
    }

    .mega_c_content:hover .mega_c_back_hov {
        opacity: 1;
    }

    .mega_c_content .mega_c_ref {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }

    /* clear typo */
    .menu_wrap .nav li .mega_c_content a {
        color: inherit;
        display: inline;
        padding: 0;
        text-transform: none;
        letter-spacing: inherit;
        font-size: inherit;
        text-align: inherit;
        text-decoration: underline;
    }

    .menu_wrap .nav li .mega_c_content,
    .menu_wrap .nav li .mega_c_content a,
    .menu_wrap .nav li .mega_c_content p,
    .menu_wrap .nav li .mega_c_content ul li {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	IV: FLOATING HEADER  */
/*-----------------------------------------------------------------------------------*/

#floating-header {
    position: fixed;
    -webkit-transform: translateZ(0);
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40px;
    display: none;
    line-height: 25px;
    z-index: 1000;
    opacity: 0.93;
    -moz-opacity: 0.93;
    -webkit-opacity: 0.93;
    filter: alpha(opacity=0.93);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=93)";
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    #floating-header.show-bar {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    #floating-header.hide-bar {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }


/* Boxed versions */

.skin_boxed #floating-header {
    width: 1230px;
    left: auto;
}

.skin_boxed_mini #floating-header {
    width: 1000px;
    left: auto;
}

/* Responsiveness */

@media (max-width: 1199px) {
    .skin_boxed #floating-header {
        width: 970px;
    }
}

@media (max-width: 991px) {
    .skin_boxed #floating-header, .skin_boxed_mini #floating-header {
        width: 754px;
    }
}

@media only screen and (max-width: 767px) {
    .skin_boxed #floating-header, .skin_boxed_mini #floating-header {
        width: 100%;
    }
}

/* Logo */

/*.header_centered #floating-logo .logo,*/
.menu_bottom #floating-logo .logo {
    margin-top: 0px;
    text-align: inherit;
}

    .header_centered #floating-logo .logo a,
    .menu_bottom #floating-logo .logo a {
        float: left;
    }

#floating-logo .logo a {
    margin: 11px 0 13px;
}

#floating-logo img {
    width: auto;
    height: 40px;
    /* -- had to change this from 25px b/c liberty logo was more vertical than horizontal -- */
}

/* Navigation */

@media (min-width: 992px) {
    #floating-header .menu_wrap {
        margin: 5px 0 7px;
    }
}

@media (max-width: 991px) {
    #floating-header .menu_wrap {
        margin: 0;
        padding-bottom: 5px;
    }
}

.header_centered #floating-header .menu_wrap,
.menu_bottom #floating-header .menu_wrap {
    float: right;
}

#floating-header .menu_wrap .nav li {
    min-width: 0px;
}

    #floating-header .menu_wrap .nav li.root {
        padding: 0 3px;
    }

        #floating-header .menu_wrap .nav li.root > a {
            font-size: 12px;
            padding: 3px 5px;
            letter-spacing: 1px;
        }

.menu_minimal .menu_classic .menu_wrap .nav > li.active > a {
    border-radius: 0px;
}

#floating-header .menu_classic .menu_wrap .nav ul.submenu_wrap {
    top: 45px;
}
/*#floating-header .menu_classic .menu_wrap .nav ul.submenu_wrap li a {font-size: 13px;}
#floating-header .main_menu.menu_classic .menu_wrap .wsc_mega .submenu_wrap li > a {font-size: 15px;}
#floating-header .main_menu.menu_classic .menu_wrap .wsc_mega .submenu_wrap li ul li a {font-size: 14px;}
#floating-header .main_menu.menu_classic .wsc_mega.mega_wide .submenu_wrap li > a {font-size: 19px;}
#floating-header .main_menu.menu_classic .wsc_mega.mega_wide .submenu_wrap li ul li a {font-size: 15px;}*/
#floating-header .main_menu.menu_classic .menu_wrap .wsc_mega.mega_wide .submenu_wrap {
    top: 53px;
}

/*-----------------------------------------------------------------------------------*/
/*	V: MOBILE MENU  */
/*-----------------------------------------------------------------------------------*/

.navbar-toggle {
    border: 0 none;
    border-radius: 4px;
    font-size: 25px;
    line-height: 0;
    position: relative /*absolute*/;
    top: 10px;
}

@media (min-width: 992px) {
    .main_menu.collapse {
        overflow: visible;
        display: block;
    }
}

@media (max-width: 991px) {

    .navbar-toggle {
        display: block;
    }

    .header_left .navbar-toggle {
        top: 15px;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        width: auto;
    }

    .navbar-collapse.collapsing {
        width: auto;
    }

    .navbar-toggle {
        right: 0;
    }

    .header_right .navbar-toggle {
        left: 15px;
    }

    .logo a {
        margin: 7px auto 18px;
    }

    .main_menu {
        /* Tony obsolete:
    border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; */
        overflow-x: visible;
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu_wrap .nav li ul.submenu_wrap {
        padding: 0;
    }

    .menu_minimal .menu_wrap .nav > li.active > a {
        border-bottom: none;
    }

    .main_menu .nav .submenu_wrap .sub ul {
        background: transparent;
    }

    .menu_minimal .menu_wrap, #floating-header .menu_minimal .menu_wrap {
        margin: 0;
        padding-top: 5px;
    }

    .main_menu.collapse ul {
        display: none;
    }

    .main_menu.collapse.in ul, .main_menu.collapsing ul {
        display: block;
    }

    /*.collapse.in, .collapsing {margin-top: 25px;}*/

    ul.submenu_wrap, ul.submenu_wrap .sub > ul {
        position: static;
        clear: both;
        margin: 0px 0px 20px 0px !important;
        float: none;
    }

    .wsc_generic_skin .main_menu.collapse.in .nav > li > a,
    .wsc_generic_skin .main_menu.collapsing .nav > li > a {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 2px;
        padding: 14px 14px 12px;
        text-align: left;
        text-transform: uppercase;
    }

    .main_menu .nav > li {
        /*border-top: 1px solid #2C2C2C; Tony Obsolete*/
        width: 100% !important;
    }

    .main_menu.collapse.in .nav > li a, .main_menu.collapsing .nav > li a {
        width: auto;
    }

    .main_menu .nav > li:first-child {
        border-top: 0 solid #2C2C2C;
        margin-top: -20px;
        width: 100% !important;
    }

    .main_menu .nav > li.active > a, .main_menu .nav > li.active, .main_menu .nav > .active > a:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    }

    ul.submenu_wrap {
        clear: both;
        float: none;
        margin: 0 0 20px !important;
        position: static;
    }

    .submenu_wrap {
        border-radius: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }

        .submenu_wrap li a {
            color: #BBBBBB;
            background-color: rgba(0, 0, 0, 0.2);
            display: block;
            margin: 0 0 2px !important;
            padding: 15px 25px !important;
        }

            .submenu_wrap li a:hover {
                background-color: rgba(0, 0, 0, 0.3) !important;
            }

        .submenu_wrap li:last-child {
            margin-bottom: -2px;
        }

        .submenu_wrap > li > a:hover, .submenu_wrap > li > a:focus {
            color: #FFFFFF;
            filter: none;
            text-decoration: none;
        }

    .main_menu .nav .submenu_wrap .sub ul {
        left: 0 !important;
        padding-left: 30px;
        padding-top: 1px;
        visibility: visible !important;
        width: 100% !important;
        position: relative;
    }

        .main_menu .nav .submenu_wrap .sub ul li {
            float: none;
        }

            .main_menu .nav .submenu_wrap .sub ul li a {
                border-radius: 0;
            }

    .submenu_wrap .sub li:last-child {
        margin-bottom: -15px;
    }

    nav.main_menu ul.nav,
    .menu_classic nav.main_menu ul.nav {
        display: block;
        margin: 0;
        padding-top: 22px;
    }

    nav.main_menu .menu_inner {
        margin: 0px;
    }

    nav.main_menu.collapse.in ul li, nav.main_menu.collapsing ul li {
        display: block;
        width: 100%;
    }

        nav.main_menu.collapse.in ul li.root.wsc_last, nav.main_menu.collapsing ul li.root.wsc_last {
            padding-bottom: 15px;
        }

    .main_menu.collapse.in .nav > li.wsc_first,
    .main_menu.collapsing .nav > li.wsc_first {
        border-top: 0 solid #2C2C2C;
        margin-top: -20px;
    }

    .clearmob {
        clear: both;
        font-size: 0;
        height: 0;
    }

    /*Floating header styles*/

    #floating-header .navbar-toggle {
        top: 0px;
    }

    #floating-header .menu_classic .menu_wrap .nav {
        margin: 22px 0 0;
    }

    /*#floating-header .collapse.in, #floating-header .collapsing {margin-top: 15px;}*/

    #floating-logo .logo a {
        margin: 7px auto 18px;
    }

    #floating-header .menu_wrap .nav li.root.wsc_last {
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {

    .logo a {
        margin: 0 auto 25px;
    }

    .navbar-toggle {
        top: 15px;
    }

    #floating-header .logo {
        margin: 8px auto 0px auto;
    }
}

@media (min-width: 768px) {
    .navbar-nav ul {
        left: 0;
        position: absolute;
        top: 80px;
        z-index: 999;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	VI: SIDE MENU  */
/*-----------------------------------------------------------------------------------*/

.wsc-nav-side > li {
    line-height: 23px;
}

    .wsc-nav-side > li i.fa-li {
        line-height: 18px;
    }

.wsc_sidebar_skin .header,
.wsc_sidebar_skin #header {
    border-bottom: 0px;
    min-height: auto;
}

/* Sidebar
-------------------------------------------------- */
.wsc-sidebar {
    background-position: left top;
}

.wsc_sidebar_skin .wsc-sidebar.wsc-sidebar-not-scrollable {
    background-attachment: fixed;
}

.wsc-sidebar .logo {
    padding: 20px 26px 10px;
}

    .wsc-sidebar .logo a {
        margin: 0px;
        float: none;
    }

.wsc_sidebar_skin .main_menu .menu_wrap {
    display: none;
}

.wsc-sidebar .sf-menu ul {
    list-style: outside none none;
}

/* 1st level full bar borders */
.wsc-full-bar.wsc-sidebar li.root {
    border-bottom: 0px dotted #888;
}

.wsc-full-bar li.root.wsc_last,
.wsc-full-bar .wsc-sidebar-collapse-item li.root {
    border-bottom: 0px;
}

/* 1st level */
.wsc-sidebar .sf-menu {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    z-index: 100000;
    position: relative;
    padding-top: 15px;
}

.wsc-sidebar li.root > a > img.mmIcon {
    width: 24px;
    height: auto;
    margin-right: 12px;
    margin-top: 0px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wsc-sidebar li.root > a:hover img.mmIcon,
.wsc-sidebar li.root.active > a img.mmIcon {
    opacity: 1;
}

.wsc-sidebar li.root > a {
    color: #ddd;
    display: block;
    padding: 8px 26px;
    transition: none 0s ease 0s !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}

.wsc-sidebar .nav > li.root > a:hover,
.wsc-sidebar .nav > li.root > a:focus,
.wsc-sidebar .nav > li.root.active > a {
    color: #fff;
    background-color: transparent;
}

.wsc-sidebar ul.nav > li > em.label.label-default,
.wsc-sidebar ul.nav > li > a > em.label.label-default {
    color: #fff;
    padding: 0.1em 0.6em 0.3em;
    margin-left: 5px;
}

/* 1st level arrows*/
.wsc-sidebar-inner li.root {
    position: relative;
}

.wsc-sidebar .wsc-sidebar-inner li.root.with-arrow > a:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 12px;
    display: block;
    right: 0;
}

.wsc-sidebar.wsc-sidemenu-right .wsc-sidebar-inner li.root.with-arrow > a:after {
    border-left: 7px solid transparent;
    left: 0;
    right: auto;
}

.wsc-sidebar-inner li.root.sub.with-arrow > a:after,
.wsc-sidebar-inner li.root.sub.with-arrow:hover > a:after,
.wsc-sidebar-inner li.root.active.sub.with-arrow:hover > a:after {
    border-right-color: rgba(220, 220, 220, 0.95);
}

.wsc-sidemenu-right .wsc-sidebar-inner li.root.sub.with-arrow > a:after,
.wsc-sidemenu-right .wsc-sidebar-inner li.root.sub.with-arrow:hover > a:after,
.wsc-sidemenu-right .wsc-sidebar-inner li.root.active.sub.with-arrow:hover > a:after {
    border-left-color: rgba(220, 220, 220, 0.95);
    border-right-color: transparent !important;
}


/* 1st level mini sidebar*/
.wsc-mini-bar .wsc-sidebar-inner li.root.with-arrow > a:after,
.wsc-mini-bar .wsc-sidebar-inner li.root.sub.active.with-arrow > a:after,
.wsc-mini-bar .wsc-sidebar-inner li.root.sub.with-arrow > a:after,
.wsc-mini-bar .wsc-sidebar-inner li.root.with-arrow:hover > a:after {
    display: none;
    border: none;
}


.wsc-mini-bar.wsc-sidebar,
.wsc-mini-bar .wsc-sidebar-wrap,
.wsc-mini-bar .wsc-sidebar-inner,
.wsc-mini-bar .wsc-sidebar-inner > ul {
    min-width: 65px;
}

.wsc-mini-bar .logo {
    display: none;
}

.wsc-sidebar.wsc-mini-bar .submenu_wrap {
    left: 65px !important;
}

.wsc-sidebar.wsc-sidemenu-right.wsc-mini-bar .submenu_wrap {
    left: auto !important;
    right: 65px !important;
}

.wsc-mini-bar.wsc-sidebar li.root > a {
    padding: 8px 26px 8px 21px;
    overflow: hidden;
    white-space: nowrap;
    width: 0px;
    display: block;
    font-size: 28px;
    letter-spacing: 100px;
    transition: none 0s ease 0s !important;
    font-weight: lighter;
}

    .wsc-mini-bar.wsc-sidebar li.root > a em.diskmenu {
        background-color: transparent;
        border-color: #aaa;
        border-radius: 13px;
        border-style: solid;
        border-width: 1px;
        display: block;
        height: 26px;
        position: absolute;
        width: 26px;
    }

    .wsc-mini-bar.wsc-sidebar li.root > a.noicon {
        letter-spacing: 40px;
        line-height: 24px;
        text-indent: 8px;
    }

ul.wsc-sidebar-collapse-item {
    padding: 0px;
    margin: 0px;
    bottom: 0;
    padding-bottom: 15px;
    position: fixed;
}

/* 2nd level */
.wsc-sidebar .submenu_wrap {
    overflow-x: hidden;
    background-color: rgba(220, 220, 220, 0.95);
    display: block;
    height: 100%;
    /*left: 220px !important;*/
    position: fixed;
    top: 0;
    min-width: 270px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: -moz-linear-gradient(left, rgba(210,210,210,0.95) 0%, rgba(230,230,230,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(210,210,210,0.95) 0%,rgba(230,230,230,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(210,210,210,0.95) 0%,rgba(230,230,230,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d2d2d2', endColorstr='#f2e6e6e6',GradientType=1 ); /* IE6-9 */
}

.wsc-sidebar .wsc_mega .submenu_wrap.wsc_mega_with_sub li.category > a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.wsc-sidebar ul ul li a {
    color: #333;
    font-weight: normal;
}

.wsc-sidebar.main_menu .wsc_mega .submenu_wrap > li {
    border: none;
}

/* 2nd level without childs */
.wsc-sidebar ul.submenu_wrap li.category .mmIcon {
    height: 16px;
    margin: 2px 5px 0 0;
    width: 16px;
}

/* 2nd and 3rd levels */

.wsc-sidebar-head {
    font-size: 26px;
    font-weight: 300;
    padding: 10px 20px 5px !important;
    text-transform: uppercase;
}

    .wsc-sidebar-head .wsc-line {
        border-top-color: #ccc;
        margin: 30px 0 25px;
    }

.wsc-sidebar ul ul li a {
    border: 0 none;
    color: #555;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 15px !important;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
}

    .wsc-sidebar ul ul li a:hover {
        color: #333;
    }

.wsc-sidebar.main_menu .wsc_mega .submenu_wrap > li {
    display: block !important;
    padding-left: 10px;
    padding-right: 10px;
}

/* 3rd level */
.wsc-sidebar .wsc_mega .submenu_wrap li ul li {
    list-style: outside none none;
}

.wsc-sidebar.main_menu .wsc_mega .submenu_wrap li ul { /*padding-top: 5px; padding-bottom: 15px;*/
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Scrollable menu */
.wsc-sidebar-scrollable .wsc-sidebar-wrap, div:not(.wsc_sidebar_skin) .wsc-sidebar-not-scrollable .wsc-sidebar-wrap {
    position: absolute;
    height: 100%;
}

.wsc-sidebar-scrollable.wsc-sidebar .submenu_wrap, div:not(.wsc_sidebar_skin) .wsc-sidebar-not-scrollable.wsc-sidebar .submenu_wrap {
    position: absolute;
}

.wsc-sidebar-scrollable .nav > li, .wsc-sidebar-scrollable.wsc-sidebar .sf-menu,
div:not(.wsc_sidebar_skin) .wsc-sidebar-not-scrollable .nav > li, div:not(.wsc_sidebar_skin) .wsc-sidebar-not-scrollable.wsc-sidebar .sf-menu {
    position: static;
}

/* Sidebar Right
-------------------------------------------------- */
.wsc-sidemenu-right {
}

/* Content
--------------------------------------------------*/

.wsc-content-wrap {
    position: relative;
    width: 100%;
}

    .wsc-content-wrap.wsc-plus-zindex {
        z-index: 100000;
    }

.wsc-content-wrap, .wsc-sidebar, .wsc-td {
    display: table-cell;
    vertical-align: top;
}

.sb-content-title {
    font-size: 26px;
    font-weight: lighter;
}

.wsc-sidebar,
.wsc-sidebar-wrap,
.wsc-sidebar-inner,
.wsc-sidebar-inner > ul {
    min-width: 220px;
}

.wsc-sidebar-wrap {
    position: fixed;
    z-index: 1000;
}

/* Content overlay
-------------------------------------------------- */

.wsc-inside-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
    z-index: -10;
}

.wsc-reveal-nav .wsc-inside-overlay {
    opacity: 1;
    z-index: 10;
}

body.no-touch .wsc-reveal-nav .wsc_generic_inside_wrap {
    cursor: url(../img/prettyPhoto/close.png),auto;
}

/* OffScreen Slide Sidebar
-------------------------------------------------- */
.wsc-offscreen-toggle, .wsc-has-offscreen-nav .main_menu .menu_wrap {
    display: none;
}

.wsc-has-offscreen-nav .wsc-offscreen-toggle {
    display: block; /* Same with regular navbar font-size: 20px; top: 10px; height: 40px; padding: 8px 10px;*/
}

.wsc-has-offscreen-nav .wsc-sidebar-inner ul.nav, .wsc-has-offscreen-nav .wsc-sidebar-wrap .logo {
    text-align: center;
}

.v-align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    /* -webkit-transform: translate3d(0, -50%, 0); */
    top: 50%;
}

.wsc-has-offscreen-nav .wsc-offscreen-wrap {
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.wsc-sidemenu-right .wsc-offscreen-wrap {
    right: 0
}

.wsc-sidemenu-left .wsc-offscreen-wrap {
    left: 0
}

.wsc-offscreen-container {
    position: fixed;
    right: -25%;
    /*transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);*/
    width: 25%;
    top: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 1001;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

@media (max-width: 991px) {
    .wsc-slidemenu .wsc-offscreen-container {
        display: none
    }
}

.wsc-offscreen-container.wsc-reveal-nav {
    right: 0;
    /*transform: translate3d(300%, 0, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  -moz-transform: translate3d(300%, 0, 0);*/
}

.wsc-offscreen-wrap.wsc-reveal-nav {
    right: 25%;
    /*transform: translate3d(-25%, 0, 0);
  -webkit-transform: translate3d(-25%, 0, 0);
  -moz-transform: translate3d(-25%, 0, 0);*/
}

.wsc-sidemenu-left .wsc-offscreen-container {
    left: -25%;
    /*transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);*/
}

    .wsc-sidemenu-left .wsc-offscreen-container.wsc-reveal-nav {
        left: 0;
        /*transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);*/
    }

.wsc-sidemenu-left .wsc-offscreen-wrap.wsc-reveal-nav {
    left: 25%;
    /*transform: translate3d(25%, 0, 0) !important;
  -webkit-transform: translate3d(25%, 0, 0) !important;
  -moz-transform: translate3d(25%, 0, 0) !important;*/
}

.wsc-offscreen-container .wsc-close-nav {
    position: absolute;
    right: 24px;
    top: 16px;
    z-index: 24;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

    .wsc-offscreen-container .wsc-close-nav:hover {
        opacity: 1;
    }

.wsc-offscreen-container.wsc-bg-dark .wsc-close-nav i {
    color: #fff;
}

/* 2rd level */
.wsc-sidebar.wsc-offscreen-container.wsc-sidemenu-right .wsc-sidebar-wrap {
    width: 100%
}

.wsc-sidebar.wsc-offscreen-container.wsc-sidemenu-right .submenu_wrap,
.wsc-sidebar.wsc-sidebar-scrollable.wsc-sidemenu-right .submenu_wrap,
div:not(.wsc_sidebar_skin) .wsc-sidebar.wsc-sidebar-not-scrollable.wsc-sidemenu-right .submenu_wrap {
    /*transform: translate3d(-100%, 0px, 0px);
    left: 0px !important;*/
    right: 100%;
    left: auto;
}

.wsc-sidebar.wsc-offscreen-container.wsc-sidemenu-left .wsc-sidebar-wrap {
    width: 100%
}

.wsc-sidebar.wsc-offscreen-container.wsc-sidemenu-left .submenu_wrap,
.wsc-sidebar.wsc-sidebar-scrollable.wsc-sidemenu-left .submenu_wrap,
div:not(.wsc_sidebar_skin) .wsc-sidebar.wsc-sidebar-not-scrollable.wsc-sidemenu-left .submenu_wrap {
    left: 100%;
    /*right: 0 !important;
    transform: translate3d(100%, 0px, 0px);*/
}

/* With boxed layout */
.skin_boxed.wsc-slidemenu,
.skin_boxed_mini.wsc-slidemenu {
    box-shadow: none;
}

    .skin_boxed.wsc-slidemenu .wsc-offscreen-container,
    .skin_boxed_mini.wsc-slidemenu .wsc-offscreen-container {
        position: absolute;
        right: 0px;
        transform: translate3d(100%, 0px, 0px);
        opacity: 0;
    }

        .skin_boxed.wsc-slidemenu .wsc-offscreen-container.wsc-reveal-nav,
        .skin_boxed_mini.wsc-slidemenu .wsc-offscreen-container.wsc-reveal-nav {
            transform: translate3d(0%, 0px, 0px);
            opacity: 1;
        }
/*
@media all and (max-width: 990px) {
  .wsc-offscreen-container {
    width: 100vw;
  }
  .wsc-offscreen-container.wsc-reveal-nav {
    transform: translate3d(0vw, 0, 0);
    -webkit-transform: translate3d(0vw, 0, 0);
    -moz-transform: translate3d(0vw, 0, 0);
  }
  .wsc-offscreen-wrap.wsc-reveal-nav {
    transform: none !important;
  }
}*/
/*-----------------------------------------------------------------------------------*/
/*	03: INDEX PAGES
/*-----------------------------------------------------------------------------------*/

.rev_products .tp-caption.bg,
.fullwidthbanner .tp-caption.bg {
    background-color: transparent;
    padding: 0px;
}

.rev_products .rev-title,
.rev_products .rev-text,
.fullwidthbanner .rev-title,
.fullwidthbanner .rev-text {
    color: #555;
}

/***************************************************
	SECTION ELEMENTS
***************************************************/

.wsc-section-element {
    position: absolute;
}

.wsc-se-hor {
}

.wsc-se-vert {
}

/* Mark elements with width around 70%, 50% and 25% of the container's width */
.wsc-se-width-70 {
}

.wsc-se-width-50 {
}

.wsc-se-width-25 {
}

.wsc-se-left-0 {
    left: 0%;
}

.wsc-se-left-10 {
    left: 10%;
}

.wsc-se-left-20 {
    left: 20%;
}

.wsc-se-left-30 {
    left: 30%;
}

.wsc-se-left-40 {
    left: 40%;
}

.wsc-se-left-50 {
    left: 50%;
}

.wsc-se-left-60 {
    left: 60%;
}

.wsc-se-left-70 {
    left: 70%;
}

.wsc-se-left-80 {
    left: 80%;
}

.wsc-se-left-90 {
    left: 90%;
}

.wsc-se-left-5 {
    left: 5%;
}

.wsc-se-left-15 {
    left: 15%;
}

.wsc-se-left-25 {
    left: 25%;
}

.wsc-se-left-35 {
    left: 35%;
}

.wsc-se-left-45 {
    left: 45%;
}

.wsc-se-left-55 {
    left: 55%;
}

.wsc-se-left-65 {
    left: 65%;
}

.wsc-se-left-75 {
    left: 75%;
}

.wsc-se-left-85 {
    left: 85%;
}

.wsc-se-right-0 {
    right: 0%;
}

.wsc-se-right-5 {
    right: 5%;
}

.wsc-se-right-10 {
    right: 10%;
}

.wsc-se-right-15 {
    right: 15%;
}

.wsc-se-right-20 {
    right: 20%;
}

.wsc-se-right-25 {
    right: 25%;
}

.wsc-se-right-30 {
    right: 30%;
}

.wsc-se-right-35 {
    right: 35%;
}

.wsc-se-right-40 {
    right: 40%;
}

.wsc-se-right-45 {
    right: 45%;
}

.wsc-se-right-50 {
    right: 50%;
}

.wsc-se-right-55 {
    right: 66%;
}

.wsc-se-right-60 {
    right: 60%;
}

.wsc-se-right-65 {
    right: 65%;
}

.wsc-se-right-70 {
    right: 70%;
}

.wsc-se-right-75 {
    right: 75%;
}

.wsc-se-right-80 {
    right: 80%;
}

.wsc-se-right-85 {
    right: 85%;
}

.wsc-se-right-90 {
    right: 90%;
}

.wsc-se-top-0 {
    top: 0%;
}

.wsc-se-top-10 {
    top: 10%;
}

.wsc-se-top-20 {
    top: 20%;
}

.wsc-se-top-30 {
    top: 30%;
}

.wsc-se-top-40 {
    top: 40%;
}

.wsc-se-top-50 {
    top: 50%;
}

.wsc-se-top-60 {
    top: 60%;
}

.wsc-se-top-70 {
    top: 70%;
}

.wsc-se-top-80 {
    top: 80%;
}

.wsc-se-top-90 {
    top: 90%;
}

.wsc-se-wrap-h600 {
    height: 600px;
}

.wsc-se-wrap-h500 {
    height: 500px;
}

.wsc-se-wrap-h400 {
    height: 400px;
}

.wsc-se-wrap-h300 {
    height: 300px;
}

.wsc-se-wrap-h200 {
    height: 200px;
}

.wsc-se-wrap-h600,
.wsc-se-wrap-h500,
.wsc-se-wrap-h400,
.wsc-se-wrap-h300,
.wsc-se-wrap-h200 {
    overflow: hidden;
}

/***************************************************
	REVOLUTION SLIDER CUSTOM
***************************************************/

.tp-banner-container {
    background-color: #fff;
}

/* DOTTED OVERLAYS	*/
.wsc-dottedoverlay,
.wsc-solid-overlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

    .wsc-dottedoverlay.twoxtwo {
        background: url(../rs-plugin/assets/gridtile.png)
    }

    .wsc-dottedoverlay.twoxtwowhite {
        background: url(../rs-plugin/assets/gridtile_white.png)
    }

    .wsc-dottedoverlay.threexthree {
        background: url(../rs-plugin/assets/gridtile_3x3.png)
    }

    .wsc-dottedoverlay.threexthreewhite {
        background: url(../rs-plugin/assets/gridtile_3x3_white.png)
    }

/***************************************************
	SLIDER REVOLUTION - index
***************************************************/
.fullwidthbanner .tparrows:before, .rev_products .tparrows:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center
}

.fullwidthbanner .tparrows:hover, .rev_products .tparrows:hover {
    opacity: .7
}

.fullwidthbanner .rev-text {
    color: #fff;
    margin: 40px
}

.fullwidthbanner .rev-title {
    margin: 0;
    color: #fff
}

.fullwidthbanner .rev-left {
    margin-left: 20px
}

.fullwidthbanner .rev-right {
    margin-right: 20px
}

.fullwidthbanner .rev-title.big {
    font-size: 40px;
    line-height: 46px
}

.fullwidthbanner .rev-title-sub {
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400
}

.fullwidthbanner .rev-title.bold, .fullwidthbanner .rev-title2.bold {
    font-size: 60px !important;
    line-height: 1;
    font-weight: 700 !important;
    color: #eee
}

.fullwidthbanner .rev-title.bold {
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 8px 15px !important
}

.fullwidthbanner .rev-title2.bold {
    text-transform: none;
    letter-spacing: 2px
}

.fullwidthbanner .tp-caption.bg {
    background: #323A45;
    padding: 18px 22px 22px
}

.fullwidthbanner .tp-leftarrow.default, .fullwidthbanner .tp-rightarrow.default {
    height: 48px !important;
    width: auto !important;
    line-height: 45px;
    top: 50% !important;
    padding: 0 10px;
    font-size: 30px;
    color: #bbb
}

.fullwidthbanner .tparrows:before {
    font-weight: 400
}

.fullwidthbanner .tp-leftarrow.default:before {
    content: '\f060'
}

.fullwidthbanner .tp-rightarrow.default:before {
    content: '\f061'
}

.fullwidthbanner .tp-bannertimer.tp-bottom {
    width: 100%;
    height: 10px;
    background: url(../img/timer.png);
    position: absolute;
    z-index: 200
}

.fullwidthbanner .tp-loader {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background: url(../img/preload_img.gif) center no-repeat !important;
    z-index: 10000
}

.rev_products .rev-text { /*color:#fff;margin:40px*/
    font-weight: 300;
}

.rev_products .rev-title { /*margin:0;color:#fff*/
}

.rev_products .rev-left {
    margin-left: 20px
}

.rev_products .rev-right {
    margin-right: 20px
}

.rev_products .rev-title.big {
    font-size: 40px;
    line-height: 46px
}

.rev_products .rev-title-sub {
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400
}

.rev_products .rev-title.bold, .rev_products .rev-title2.bold {
    font-size: 60px !important;
    line-height: 1;
    font-weight: 700 !important;
    color: #eee
}

.rev_products .rev-title.bold {
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 8px 15px !important
}

.rev_products .rev-title2.bold {
    text-transform: none;
    letter-spacing: 2px
}

.rev_products .tp-caption.bg { /*background:#323A45;padding:18px 22px 22px*/
}

.rev_products .tp-leftarrow.default, .rev_products .tp-rightarrow.default {
    height: 48px !important;
    width: auto !important;
    line-height: 45px;
    top: 50% !important;
    padding: 0 10px;
    font-size: 30px;
    color: #bbb
}

.rev_products .tparrows:before {
    font-weight: 400
}

.rev_products .tp-leftarrow.default:before {
    content: '\f060'
}

.rev_products .tp-rightarrow.default:before {
    content: '\f061'
}

.rev_products .tp-bannertimer.tp-bottom {
    width: 100%;
    height: 10px;
    background: url(../img/timer.png);
    position: absolute;
    z-index: 200
}

.rev_products .tp-loader {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background: url(../img/preload_img.gif) center no-repeat !important;
    z-index: 10000
}

/***************************************************
	NIVO SLIDER
***************************************************/
.nivo {
    margin-top: 0;
    padding-top: 0
}

.nivoSlider {
    width: 100%;
    height: auto
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none
}

.nivo-box, .nivo-slice {
    position: absolute;
    z-index: 5
}

    .nivo-box, .nivo-box img, .nivo-slice {
        display: block
    }

.nivo-slice {
    height: 100%;
    top: 0
}

.nivo-box {
    overflow: hidden;
    width: 10px
}

.nivoSlider, .slider-wrapper {
    position: relative;
    margin: 0 auto
}

.nivo-controlNav, .nivo-html-caption {
    display: none
}

.nivoSlider {
    background: url(../img/ajax-loader.gif) 50% 50% no-repeat
}

    .nivoSlider img {
        max-width: none;
        position: absolute;
        top: 0;
        left: 0;
        display: none
    }

    .nivoSlider a {
        border: 0;
        display: block
    }

.nivo-controlNav a {
    display: none
}

.nivo-directionNav a {
    display: block;
    position: absolute !important;
    z-index: 10;
    cursor: pointer;
    left: auto;
    bottom: 0;
    right: 0;
    width: 33px !important;
    height: 33px !important;
    text-indent: -9999px;
    background: url(../img/slider_nav.png) no-repeat;
    opacity: .6
}

.nivo-prevNav:hover, a.nivo-nextNav:hover {
    opacity: 1
}

a.nivo-nextNav {
    background-position: -33px 0;
    right: 0
}

a.nivo-prevNav {
    right: 33px
}

.nivo-caption {
    display: block;
    position: absolute;
    z-index: 8;
    top: auto;
    left: auto;
    bottom: 0;
    right: 66px;
    line-height: 23px;
    padding: 5px 15px;
    font-size: 13px;
    width: auto !important;
    max-width: 500px;
    background-color: rgba(11,11,11,.6);
    color: #FFF
}

/***************************************************
	INDEX INTRO BOXES
 ***************************************************/
/* Index Boxes */
.tile {
    background-color: #e3e1e1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 14px;
    position: relative;
    text-align: center;
    margin-bottom: 25px
}

    .tile.tile-hot:before {
        background: url(../img/ribbon.png) no-repeat;
        background-size: 82px 82px;
        content: "";
        height: 82px;
        position: absolute;
        right: -4px;
        top: -4px;
        width: 82px
    }

    .tile p {
        margin: 10px 0 22px
    }

.wsc-tile-image {
    height: 100px;
    margin: 25px 0 15px;
    vertical-align: bottom
}

.tile-title {
    font-weight: 700;
    text-transform: uppercase
}

.tile-image.big-illustration img {
    height: 111px;
    margin: 10px auto 15px;
    width: 112px;
    float: none;
    padding-right: 0
}

.intro-icon {
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.intro-icon-disc.cont-large {
    padding: 15px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 16px
}

.intro-icon-large:before {
    font-size: 38px;
    padding-left: 0;
    margin-left: 3px;
    color: #2980B9
}

.intro-icon-disc.cont-small {
    display: inline-block;
    height: 35px;
    margin: 0 5px 0 auto;
    padding: 5px;
    text-align: center;
    width: 35px;
    background: rgba(255,255,255,1)
}

.intro-icon-small:before {
    padding-left: 0;
    margin-left: 2px;
    color: #555;
    font-size: 21px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 25px
}

.intro-icon-disc {
    webkit-transition: border .5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    background: rgba(255,255,255,.4);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out
}

    .intro-icon-disc:hover, .wsc_icon_disc:hover .intro-icon-disc {
        box-shadow: 0 0 0 0 rgba(255,255,255,.6);
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        -ms-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out
    }

/* Icons custom */

.icon-desktop.intro-icon-large:before,
.icon-code.intro-icon-large:before,
.icon-group.intro-icon-large:before,
.icon-camera.intro-icon-large:before, .icon-camera-retro.intro-icon-large:before,
.fa-desktop.intro-icon-large:before,
.fa-code.intro-icon-large:before,
.fa-group.intro-icon-large:before,
.fa-camera.intro-icon-large:before, .fa-camera-retro.intro-icon-large:before {
    margin-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	04: PAGES
/*-----------------------------------------------------------------------------------*/
/***************************************************
	SECTIONS PANES
 ***************************************************/
/* Background styles for Section background image */
.ContentPanes1, .ContentPanes2, .ContentPanes3, .ContentPanes4, .ContentPanes5, .ContentPanes6, .ContentPanes7, .ContentPanes8, .ContentPanes9, .ContentPanes10 {
    background-repeat: no-repeat;
    background-size: cover;
}

/***************************************************
	WHITE CONTENT
 ***************************************************/
.wsc-content-white,
.wsc-toggle .wsc-content-white.wsc-togglet,
.wsc-toggle .wsc-content-white.wsc-toggleta,
.wsc-toggle.wsc-content-white .wsc-togglet,
.wsc-toggle.wsc-content-white .wsc-toggleta,
.wsc-content-white .wsc-featured-box p,
.wsc-content-white .wsc-team-content {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

    .wsc-content-white .countdown-amount,
    .wsc-content-white .countdown-period {
        color: #eee
    }

    .wsc-content-white .countdown-section {
        border: none;
    }

    .wsc-fdbox-icon.wsc-content-white em,
    .wsc-content-white .wsc-fdbox-icon em {
        color: #fefefe !important;
    }

    .wsc-content-white .wsc-double-line,
    .wsc-content-white .wsc-line {
        opacity: 0.5;
    }

    .wsc-content-white .bs-docs-example:after,
    .wsc-content-white blockquote p,
    .wsc-content-white .pricing-content-row-odd,
    .wsc-content-white .pricing-content-row-even,
    .wsc-content-white .boxed_container .c_title big,
    .wsc-content-white .boxed_hot_container .c_title big,
    .wsc-content-white pre,
    .wsc-content-white .RadTreeView_Default {
        color: #ccc;
    }

/* Menu Minimal */
.menu_minimal .wsc-content-white .menu_wrap .nav > li > a {
    color: #fff;
}

    .menu_minimal .wsc-content-white .menu_wrap .nav > li.active > a,
    .menu_minimal .wsc-content-white .menu_wrap .nav > li.active,
    .menu_minimal .wsc-content-white .menu_wrap .nav > li.active > a:hover,
    .menu_minimal .wsc-content-white .menu_wrap .nav > li > a:hover,
    .menu_minimal .wsc-content-white .menu_wrap .nav > li > a:focus {
        color: #fff;
    }


/* White boxes */
.wsc-content-white .dnnFileUploadScope,
.wsc-content-white div.dnnFormRadioButtons,
.wsc-content-white div.dnnHSRadioButtons,
.wsc-content-white span.dnnFormRadioButtons,
.wsc-content-white span.dnnHSRadioButtons,
.wsc-content-white .dnnTreeLegend,
.wsc-content-white .urlControl {
    background-color: rgba(100, 100, 100, 0.5);
}

/* Tables */
.wsc-content-white table.dnnFormRadioButtons {
    background-color: transparent;
}

.wsc-content-white .dnnGridItem:hover,
.wsc-content-white .dnnGridAltItem:hover {
    background-color: #444;
}

.wsc-content-white .dnnGridHeader td {
    background: transparent;
}

.wsc-content-white .dnnGridAltItem {
    background-color: rgba(100, 100, 100, 0.3);
}

/* Tabels from theme dark */
.wsc-content-white .table-striped tbody > tr:nth-child(2n+1) > td, .wsc-content-white .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #333;
}

.wsc-content-white .table-bordered th, .wsc-content-white .table-bordered td {
    border-left: 1px solid #555;
}

.wsc-content-white .table th, .wsc-content-white .table td {
    border-top: 1px solid #555;
}

.wsc-content-white .table-bordered {
    border: 1px solid #555;
    border-left: 0px;
}

/* Typo */
.wsc-content-white.strip h1 {
    color: #ccc;
}

/* Pricing */
.wsc-content-white .pricing-table-2 h3,
.wsc-content-white .pricing-table-2 .plan,
.wsc-content-white .pricing-table-2 li {
    border-color: #eee;
}

.wsc-content-white .pricing-header-row-2, .wsc-content-white .pricing-content-row-even {
    background-color: #444;
}

.wsc-content-white .pricing-content-row-odd {
    background-color: #555;
}

.wsc-content-white .pricing-table-2 .plan, .wsc-content-white .pricing-table-2 h3, .wsc-content-white .pricing-table-2 .price-number,
.wsc-content-white .pricing-table-3 .plan, .wsc-content-white .pricing-table-3 h3, .wsc-content-white .pricing-table-3 .pricing-header-3 .price-number {
    color: #fff;
}

    .wsc-content-white .pricing-table-2 .plan, .wsc-content-white .pricing-table-2 h3, .wsc-content-white .pricing-table-2 li, .wsc-content-white .pricing-table-2 .plan a.wsc-button,
    .wsc-content-white .pricing-header-3, .wsc-content-white .pricing-table-3 .plan, .wsc-content-white .pricing-table-3 h3, .wsc-content-white .pricing-table-3 li, .wsc-content-white .pricing-table-3 .plan a.wsc-button {
        border-color: #eee;
    }

.wsc-content-white .pricing-table-3.pricing-options ul {
    background-color: transparent;
    color: #fff;
}

.wsc-content-white .pricing-table-3 ul {
    background-color: #333;
}

.wsc-content-white .pricing-table-3.pricing-colored ul {
    background-color: #666;
}

.wsc-content-white .pricing-table-3 .pricing-header-3, .wsc-content-white .pricing-table-3 .pricing-footer-3 {
    background-color: #222;
}

.wsc-content-white .pricing-table-3 h3 {
    background-color: #111;
}

.wsc-content-white .complex-pricing-table .pricing-table-3 .pricing-table-featured {
    box-shadow: 0 0 10px #555;
}

/* Button */
.wsc-content-white .wsc-button.wsc-button-border {
    border-color: #fefefe;
    color: #fefefe !important;
}

    .wsc-content-white .wsc-button.wsc-button-border:hover {
        background-color: #fefefe;
        color: #222 !important;
        text-shadow: none;
    }

/* Counters */
.wsc-content-white .i-plain {
    color: #fff !important;
    text-shadow: none !important;
}

.wsc-content-white .wsc-divider.wsc-divider-rounded em,
.wsc-content-white .wsc-divider.wsc-divider-border em {
    color: #888;
    text-shadow: none;
}

.wsc-content-white .wsc-divider::after,
.wsc-content-white .wsc-divider.wsc-divider-center::before,
.wsc-content-white .wsc-divider.wsc-divider-center.wsc-divider-short::before {
    border-color: #ccc;
}

/* Titles */
.wsc-content-white .custom-title h1, .wsc-content-white .custom-title h2,
.wsc-content-white .custom-title h3, .wsc-content-white .custom-title h4,
.wsc-content-white .custom-title h5, .wsc-content-white .custom-title h6 {
    background-color: #222;
}

/* Icons */
.wsc-content-white .the-icons li a:hover {
    background-color: #333;
}

.wsc-content-white .the-icons li a, .wsc-content-white .the-icons li a:hover {
    color: #bbb;
}

.wsc-content-white a.wsc_icon_disc,
.wsc-content-white a.wsc_icon_disc:visited {
    color: #ddd;
}

.wsc-content-white .intro-icon-small:before {
    color: #DDDDDD;
}

.wsc-content-white .intro-icon-disc.cont-small {
    background-color: #444 !important;
}


/* Tabs */
.wsc-content-white .nav-tabs {
    border-bottom: 1px solid #333333;
}

/* Accordion */
.wsc-content-white .accordion .panel {
    background-color: #333;
}

/* Testimonials from dark theme */
.wsc-content-white .quote_sections_light, .wsc-content-white .quote_sections_light p,
.wsc-content-white .quote_sections, .wsc-content-white .quote_sections p,
.wsc-content-white .testimonial2, .wsc-content-white .testimonial2 p {
    color: #555;
}

/* Blog */
.wsc-content-white .post-meta a {
    color: inherit;
}

.wsc-content-white .well {
    background-color: #333;
}

/* Portfolio */

.wsc-content-white .portfolio_image .portfolio-overlay > a, .wsc-content-white .slider-item .portfolio-overlay > a, .wsc-content-white .slider-related-wrapper .portfolio-overlay > a {
    color: #f5f5f5;
    background-color: #111;
}

.wsc-content-white .no_title .item_description {
    background-color: #111;
}

    .wsc-content-white .no_title .item_description a {
        color: #fff;
    }

.wsc-content-white div.light_rounded .pp_content, .wsc-content-white div.pp_default .pp_content {
    background-color: #333;
}

.wsc-content-white #filters {
    border: 1px solid rgba(255, 255, 255, 0.20);
}

    .wsc-content-white #filters li a {
        border-left: 1px solid rgba(255, 255, 255, 0.20);
    }

/* Carousel */
.wsc-content-white .widget-scroll-prev, .wsc-content-white .widget-scroll-next, .wsc-content-white .widget-scroll-prev2, .wsc-content-white .widget-scroll-next2, .wsc-content-white .widget-scroll-prev3, .wsc-content-white .widget-scroll-next3 {
    background-color: #333;
}

    .wsc-content-white .widget-scroll-prev i, .wsc-content-white .widget-scroll-next i, .wsc-content-white .widget-scroll-prev2 i, .wsc-content-white .widget-scroll-next2 i, .wsc-content-white .widget-scroll-prev3 i, .wsc-content-white .widget-scroll-next3 i {
        color: #bbb;
    }


/* Rev */
.wsc-content-white .rvdsfProductComparisonInput a,
.wsc-content-white .rvdsfProductComparisonInput a:visited,
.wsc-content-white .rvdsfProductListProductItem a.rvdsfProductDisplayGalleryThumbnail,
.wsc-content-white .rvdsfProductListProductItem a.rvdsfProductDisplayGalleryThumbnail:visited,
.wsc-content-white .rvdsfCheckoutBreadcrumb a[disabled],
.wsc-content-white .rvdsfCheckoutBreadcrumb .aspNetDisabled,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .wsc_icon_awesome {
    color: #ddd;
}

.wsc-content-white .rvdsfProductListContainer .rvdsfProductListToolbar {
    border: none;
}

.wsc-content-white .rvdsfProductListContainer .rvdsfProductListToolbar {
    background-color: #141414;
}

.wsc-content-white .rvdsfProductListProductList .rvdsfProductListProductGroup {
    border-bottom-color: #222;
}

/* Froduct fields */
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="text"],
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem select,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem textarea,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="email"],
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="search"],
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="password"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ddd;
    box-shadow: none;
    border: 0px solid #888;
}

    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="text"]:active,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="text"]:focus,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="password"]:focus,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="password"]:active,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="email"]:active,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="email"]:focus,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem select:active,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem select:focus,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem textarea:active,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem textarea:focus,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="search"]:active,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem input[type="search"]:focus {
        background-color: rgba(255, 255, 255, 0.1);
        color: #ddd;
        box-shadow: none;
        border: 0px solid #888;
    }

    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnFormItem select option {
        color: #ddd;
        background-color: transparent;
    }

.wsc-content-white .rvdsfProductDisplayGalleryTile {
    border: none !important;
}

/* Product image */
.wsc-content-white .rvdsfProductDisplayAbstractContainer .rvdsfProductDisplayGalleryDisplay > div > img,
.wsc-content-white .rvdsfProductDisplayAbstractContainer .rvdsfProductDisplayGalleryDisplay .zoomWrapper {
    border: 1px dashed #444444;
    border-radius: 2px;
}

/* Product Tabs */
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .nav-tabs > li > a {
    background: none repeat scroll 0 0 #333333;
    color: #EEEEEE;
}

    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .nav-tabs > li.ui-tabs-active > a,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .nav-tabs > li > a:hover,
    .wsc-content-white .ModRevindexDnnRevindexStorefrontC .nav-tabs > li.ui-tabs-active > a:hover,
    .wsc-content-white .wsc-content-white ModRevindexDnnRevindexStorefrontC .nav-tabs > .ui-tabs-active > a:focus {
        background: none repeat scroll 0 0 #555555;
        color: #EEEEEE;
    }

/* Summary after line */
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .rvdsfProductDisplayName:after {
    background: none;
    margin: 0px;
    height: 8px;
}

/* Product elements opacity */
.wsc-content-white .rvdsfProductDisplayRating.RadRating a,
.wsc-content-white .rvdsfProductDisplayRating.RadRating a span,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnCheckbox,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC a.wsc_icon_disc,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC a.wsc_icon_disc:visited {
    opacity: 0.8;
}

.wsc-content-white .ModRevindexDnnRevindexStorefrontC a.btn.btn-primary,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC a.btn.btn-inverse {
    opacity: 0.9;
}

/* Product title */
.wsc-content-white .ModRevindexDnnRevindexStorefrontC .rvdsfProductDisplayName {
    color: #eee;
    font-size: 35px;
}

/* Dark Theme */
.wsc-content-white .rvdsfCartContainer .dnnGridHeader th, .rvdsfCheckoutContainer .dnnGridHeader th,
.wsc-content-white .rvdsfCheckoutContainer .rvdsfCheckoutReviewOrderContainer,
.wsc-content-white .rvdsfCartContainer input.rvdQuantityInput {
    background: transparent;
}


/* Testimonials */
.wsc-content-white .wsc-testi-meta span {
    color: #fff;
}

.wsc-content-white .show-grid [class*="span"] {
    background-color: #333;
}

.wsc-content-white .show-grid.custom [class*="span"] {
    background-color: #333;
}

.wsc-content-white .show-grid.banner [class*="span"] {
    background-color: #333;
}

.wsc-content-white .show-grid.inoutro [class*="span"], .show-grid.socialfooter [class*="span"] {
    background-color: #333;
}

.wsc-content-white .show-grid.footer [class*="span"] {
    background-color: #333;
}

.wsc-content-white .show-grid:hover [class*="span"],
.wsc-content-white .show-grid .show-grid [class*="span"] {
    background-color: #666;
}

.wsc-content-white .show-grid:hover .show-grid [class*="span"] {
    background-color: #444;
}

.wsc-content-white code {
    color: #EEEEEE;
    background-color: #333333;
    border: 1px solid #444444;
}

/* Zoom window */
.wsc-content-white .zoomWindow {
    background-color: #333;
    border: 1px dashed #666666;
    box-shadow: 5px 5px 20px #111111;
    /*background-image: url("../../img/patterns/transparent/main/6.png");*/
}

.wsc-content-white .zoomPup {
    background-color: #333333;
}

/* Cart */
.wsc-content-white .rvdsfCartSummaryContainer .rvdsfCartSummaryDetailContainer {
    background-color: #222;
}

#main_content .wsc-content-white .rvdsfCartSummaryContainer .rvdsfCartSummaryDetailContainer {
    background-color: transparent;
}

.wsc-content-white .TopBarPane .rvdsfCartSummaryDetailContainer {
    color: #aaa;
}

/* PJ Fixes */
.wsc-content-white .ModRevindexDnnRevindexStorefrontC a.wsc_icon_disc,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC a.wsc_icon_disc:visited {
    color: #fff;
}

.wsc-content-white .ModRevindexDnnRevindexStorefrontC .dnnGridHeader td,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC thead.dnnGridHeader th,
.wsc-content-white .ModRevindexDnnRevindexStorefrontC tr.dnnGridHeader th {
    background: none;
    background-color: transparent;
}

.wsc-content-white .rvdsfSalesOrderDetailGrid.table td,
.wsc-content-white .rvdsfSalesOrderDetailGrid.table th {
    border-color: #444;
}

.wsc-content-white .rvdsfProductDisplaySummary span, .wsc-content-white .rvdsfProductDisplayOverview span {
    color: #bbb !important;
}

/* Nbs */
.wsc-content-white .ProductList .ListItem,
.wsc-content-white .ListHeader .SortCatalogue,
.wsc-content-white .ListHeader .PageLength {
    background: transparent;
    border-color: grey;
}

.wsc-content-white .ProductList .ImageWrapper img {
    border: 1px solid #eeeeee;
}

.wsc-content-white .ProductList .ListItem .InfoPanel .Name {
    color: inherit;
}

/* Required field marker color */
.wsc-content-white span.dnnFormRequired:after,
.wsc-content-white div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after {
    color: #E74C3C;
}

/* Mobile menu */
.wsc-content-white .navbar-toggle {
    background: transparent;
}

@media (max-width: 991px) {
    #floating-header.wsc-content-white .navbar-toggle {
        background: none;
    }
}

/* Example boxes */
.wsc-content-white .bs-docs-example {
    background-color: #222;
    border-color: #333;
}

    .wsc-content-white .bs-docs-example:after, .wsc-content-white pre {
        background-color: #333;
        border-color: #333;
    }

.wsc-content-white .tile {
    background-color: #333;
}

.wsc-content-white .intro-icon-disc {
    background-color: #444;
}

    .wsc-content-white .intro-icon-disc:hover,
    .wsc-content-white .wsc_icon_disc:hover .intro-icon-disc {
        box-shadow: 0 0 0 0 #444;
    }

.wsc-content-white .swiper-container, .wsc_generic_skin .wsc-content-white .metro-container {
    border-bottom: none;
}

/* Footer */
#footer2.wsc-content-white, #footer_alt.wsc-content-white, #footer_alt.wsc-content-white a:hover, #footer_alt.wsc-content-white a:active, #footer_alt.wsc-content-white a:focus {
    color: #eee;
}

#footer2.wsc-content-white {
    border-top: 1px solid #323232;
}


/***************************************************
	DARK CONTENT
 ***************************************************/
.wsc-content-dark {
}

    .wsc-content-dark h3.follow {
        color: #666666;
    }

    .wsc-content-dark .tile {
        background-color: #efefef;
    }

    /* TopBar */
    .wsc-content-dark #top-bar, .wsc-content-dark #top-bar a, .wsc-content-dark #top-bar .registerGroup a, .wsc-content-dark #top-bar .loginGroup a, .wsc-content-dark .wsc_search_wrap .wsc_search_trigger {
        color: #fff;
    }

    /* Menu */
    .wsc-content-dark .menu_wrap .nav ul, .wsc-content-dark .menu_condensed .menu_wrap .nav ul {
        background: none repeat scroll 0 0 rgb(255, 255, 255);
        background: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7FFFFFF,endColorstr=#F7FFFFFF)"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7FFFFFF,endColorstr=#F7FFFFFF); /* IE6 & 7 */
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.98);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .wsc-content-dark .menu_wrap .nav li a {
        color: #474950;
    }

    .wsc-content-dark .menu_wrap .nav > li.active > a, .wsc-content-dark .menu_wrap .nav > li.active {
        color: #fff;
    }

    .wsc-content-dark .menu_wrap .nav > li > a:hover, .wsc-content-dark .menu_wrap .nav > li > a:focus {
        background-color: transparent;
    }

    .wsc-content-dark .menu_wrap .nav > li > ul li a {
        color: #474950
    }

    .wsc-content-dark .menu_wrap .nav > li > ul li > a:hover,
    .wsc-content-dark .menu_wrap .nav > li > ul li.sfHover > a,
    .wsc-content-dark .menu_wrap .nav > li > ul li.active > a {
        background-color: rgb(55, 58, 65);
        background: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11373A41,endColorstr=#11373A41)"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#11373A41,endColorstr=#11373A41); /* IE6 & 7 */
        background-color: rgba(55, 58, 65, 0.07);
        color: #373A41;
    }

    .wsc-content-dark nav.main_menu select {
        color: #373A41;
    }

    .wsc-content-dark .main_menu .wsc_mega .submenu_wrap > li {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .wsc-content-dark .navbar-toggle {
        /*background: #eee; Obsolete Tony*/
    }

    /* Menu Minimal */
    .wsc-content-dark .menu_minimal .menu_wrap .nav > li > a {
        color: #777;
    }

        .wsc-content-dark .menu_minimal .menu_wrap .nav > li.active > a,
        .wsc-content-dark .menu_minimal .menu_wrap .nav > li.active,
        .wsc-content-dark .menu_minimal .menu_wrap .nav > li.active > a:hover,
        .wsc-content-dark .menu_minimal .menu_wrap .nav > li > a:hover,
        .wsc-content-dark .menu_minimal .menu_wrap .nav > li > a:focus {
            color: #222;
        }

/* Menu Condensed */
.menu_condensed .wsc-content-dark #header {
    background-color: #fefefe;
}

.menu_condensed .wsc-content-dark .menu_wrap .nav li a {
    color: #474950;
}

.menu_condensed .wsc-content-dark .menu_wrap .nav > li.active > a,
.menu_condensed .wsc-content-dark .menu_wrap .nav > li.active,
.menu_condensed .wsc-content-dark .menu_wrap .nav > li.active > a:hover,
.menu_condensed .wsc-content-dark .menu_wrap .nav > li > a:hover,
.menu_condensed .wsc-content-dark .menu_wrap .nav > li > a:focus {
    color: #222;
}

/* Menu Responsive Styles */
@media (max-width: 991px) {
    .wsc_generic_skin .wsc-content-dark .main_menu.collapse.in .nav > li > a, .wsc_generic_skin .wsc-content-dark .main_menu.collapsing .nav > li > a {
        color: #474950;
    }

    .wsc-content-dark .main_menu.collapse.in .nav > li a, .wsc-content-dark .main_menu.collapsing .nav > li a {
        background: none repeat scroll 0 0 rgba(55, 58, 65, 0.07)
    }

    .wsc-content-dark .menu_wrap .nav ul {
        box-shadow: none;
        background: transparent;
    }

    .wsc-content-dark .main_menu .nav > li { /*border-top: 1px solid #ddd; Tony obsolete*/
    }

        .wsc-content-dark .main_menu .nav > li > a, .wsc-content-dark .main_menu .nav > li {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        }

    .wsc-content-dark .submenu_wrap li a:hover {
        background-color: rgba(55, 58, 65, 0.11) !important;
    }

    #floating-header.wsc-content-dark .navbar-toggle {
        background: none;
    }
}

/* Supportive background colors from theme white
(Carousel description, testimonials, accordions, tooltips etc. backgrounds) */
.wsc-content-dark .asphalt {
    color: #666;
}

.wsc-content-dark .slider-title, .wsc-content-dark .accordion-group,
.wsc-content-dark .nav-tabs > li > a, .wsc-content-dark .tabbable.tabs-left .nav-tabs a,
.wsc-content-dark .tooltip-inner, .wsc-content-dark .holder a:hover, .wsc-content-dark .holder_module a:hover,
.wsc-content-dark a.jp-disabled:hover, .wsc-content-dark .holder a.jp-next:hover {
    background-color: #666;
}

    .wsc-content-dark .nav-tabs > li > a,
    .wsc-content-dark .nav-tabs > li > a:hover, .wsc-content-dark .nav-tabs > li.active > a:hover, .wsc-content-dark .nav-tabs > .active > a:focus,
    .wsc-content-dark .nav-tabs > li.ui-tabs-active > a:hover, .wsc-content-dark .nav-tabs > .ui-tabs-active > a:focus,
    .wsc-content-dark .holder a:hover, .wsc-content-dark .holder_module a:hover, .wsc-content-dark a.jp-disabled:hover, .wsc-content-dark .holder a.jp-next:hover {
        border-color: #666;
    }

    .wsc-content-dark .slider-title:after,
    .wsc-content-dark .tooltip.top .tooltip-arrow {
        border-top-color: #666;
    }

.wsc-content-dark .tooltip.right .tooltip-arrow {
    border-right-color: #666;
}

.wsc-content-dark .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #666;
}

.wsc-content-dark .tooltip.left .tooltip-arrow {
    border-right-color: #666;
}

/* SideBar */
.wsc-content-dark.wsc-sidebar {
    background-color: #fff;
}

.wsc-content-dark .wsc-sidebar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

    .wsc-content-dark.wsc-sidebar .nav > li.root > a:hover,
    .wsc-content-dark.wsc-sidebar .nav > li.root > a:focus,
    .wsc-content-dark.wsc-sidebar .nav > li.root.active > a {
        color: #666;
    }

    .wsc-content-dark.wsc-sidebar li.root > a {
        color: #666;
        text-transform: uppercase;
        font-weight: 300;
    }

    .wsc-content-dark.wsc-sidebar .submenu_wrap {
        background: #fefefe;
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.02);
    }

    .wsc-content-dark.wsc-sidebar.wsc-sidemenu-right .submenu_wrap {
        background: #fefefe;
        box-shadow: -5px 0 10px rgba(0, 0, 0, 0.02);
    }

.wsc-content-dark .wsc-sidebar-inner li.root.sub.with-arrow > a::after,
.wsc-content-dark .wsc-sidebar-inner li.root.sub.with-arrow:hover > a::after,
.wsc-content-dark .wsc-sidebar-inner li.root.active.sub.with-arrow:hover > a::after {
    border-right-color: rgba(255, 255, 255, 0.95);
}

/* Content */

/* Revindex extra styling (RSTYLES) */
.wsc-content-dark div.dnnFormRadioButtons, .wsc-content-dark div.dnnHSRadioButtons, .wsc-content-dark span.dnnFormRadioButtons, .wsc-content-dark span.dnnHSRadioButtons {
    background-color: transparent;
}

/* Footer */
#footer2.wsc-content-dark, #footer_alt.wsc-content-dark {
    color: #555;
}

.wsc_generic_skin #footer_alt.wsc-content-dark .FeedbackForm .dnnFormItem input,
.wsc_generic_skin #footer_alt.wsc-content-dark .FeedbackForm .dnnFormItem textarea {
    background-color: #fff;
}

.wsc_generic_skin #footer_alt.wsc-content-dark .FeedbackForm a, .wsc_generic_skin #footer_alt.wsc-content-dark .FeedbackForm a:visited {
    color: #fff;
}

#footer_alt.wsc-content-dark .zocial,
#footer_alt.wsc-content-dark a.zocial {
    color: #444 !important;
}
/***************************************************
	SLIDER CAPTIONS TYPOGRAPHY
 ***************************************************/
.wsc-swiper-slide-content {
    position: relative;
    z-index: 1;
}

.wsc-banner-caption-wrapper,
.wsc-banner-caption-wrapper .container,
.wsc-section-content-wrap,
.wsc-section-content-wrap .container,
.wsc-banner-caption-wrapper,
.wsc-banner-caption-wrapper .container-fluid,
.wsc-section-content-wrap,
.wsc-section-content-wrap .container-fluid {
    height: 100%;
    position: relative;
    z-index: 2;
}

.wsc-banner-caption {
    max-width: 500px;
    position: relative;
    top: 35%;
    z-index: 2;
}

.wsc-banner-caption-center,
.wsc-h-align-center {
    max-width: 900px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


.wsc-banner-caption-right,
.wsc-h-align-right {
    max-width: none;
    text-align: right;
}

.wsc-v-align-center {
    position: relative;
    transform: translate3d(0, -51%, 0);
    -webkit-transform: translate3d(0, -51%, 0);
    top: 50%;
    overflow: hidden;
    z-index: 2;
}

.wsc-v-align-bottom {
    position: relative;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    top: 100%;
    overflow: hidden;
    z-index: 2;
}

.wsc-banner-caption h1 {
    font-size: 56px;
    line-height: 70px;
}

.wsc-banner-caption h2 {
    font-size: 48px;
    line-height: 55px;
}

.wsc-banner-caption h3 {
    font-size: 36px;
    line-height: 42px;
}

.wsc-banner-caption h4 {
    font-size: 28px;
    line-height: 35px;
}

.wsc-banner-caption h5 {
    font-size: 22px;
    line-height: 33px;
}

.wsc-banner-caption h6 {
    font-size: 18px;
    line-height: 26px;
}


/***************************************************
	COVER TEXT
 ***************************************************/
.wsc-cover-text {
    position: relative;
    z-index: 2;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-top: 35px;
    padding-right: 50px;
}

/***************************************************
	COVERR VIDEO
 ***************************************************/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative
}

.no-video .video-container video, .touch .video-container video {
    display: none
}

.no-video .video-container .poster, .touch .video-container .poster {
    display: block !important
}

.video-container {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000
}

    .video-container .poster img {
        width: 100%;
        bottom: 0;
        position: absolute
    }

    .video-container .filter {
        z-index: 100;
        position: absolute;
        background: rgba(0,0,0,.4);
        width: 100%
    }

    .video-container video {
        position: absolute;
        z-index: 0;
        bottom: 0
    }

        .video-container video.fillWidth {
            width: 100%
        }

/* Blur */
.wsc-blur {
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px)
}

.wsc-blur-more {
    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px)
}

.wsc-blur-less {
    -webkit-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2x)
}

.wsc-blur-demo-helper {
    height: 114%;
    margin-left: -5%;
    margin-top: -3%;
    width: 110%
}

/***************************************************
	0I: TEAM
 ***************************************************/
.th, .th:hover {
    background: #2BA6CB
}

.team_bio, .wsc-team-desc {
    text-align: center
}

.th, .wsc-team, .wsc-team-image, .wsc-team-title {
    position: relative
}

.th {
    border: 2px solid transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin: 0 0 10px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .th:hover {
        border: 2px solid transparent;
        transform: scale(1.03)
    }

.team_ic a {
    margin: 0 2px;
    font-size: 12px
}

.team_ic:hover {
    transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.team_bio {
    width: 80%;
    margin: 0 auto
}

hr.team-line {
    border: 0;
    background: url(../img/lines.png);
    height: 10px;
    width: 160px;
    margin: 25px auto
}

.wsc-team-image img, .wsc-team-image > a {
    display: block;
    width: 100%
}

.wsc-team-desc.wsc-team-desc-bg {
    background-color: #FFF;
    padding: 10px 0 30px
}

.wsc-team .si-share {
    margin-top: 30px;
    text-align: left
}

    .wsc-team .si-share .social-icon {
        font-size: 14px;
        width: 34px
    }


.wsc-team-title {
    padding-top: 20px
}

    .wsc-team-title h4 {
        display: block;
        margin-bottom: 0;
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .wsc-team-title span {
        display: block;
        font-weight: 400;
        font-family: 'Crete Round',serif;
        font-style: italic;
        font-size: 15px;
        margin-top: 5px
    }

.wsc-team-content {
    margin-top: 15px;
    color: #777
}

    .wsc-team-content p:last-child {
        margin-bottom: 0
    }

.wsc-team-overlay, .wsc-team-overlay:before {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center
}

body:not(.device-touch) .wsc-team-overlay {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.wsc-team-overlay:before {
    content: '';
    z-index: auto;
    background-color: #FFF;
    opacity: .75
}

.wsc-team-overlay .social-icon {
    float: none;
    position: relative;
    z-index: 3;
    margin: 0 3px !important;
    display: inline-block
}

.wsc-team:hover .wsc-team-overlay {
    opacity: 1
}

/* Team Center
-----------------------------------------------------------------*/
.wsc-team.center .wsc-team-title:after {
    left: 50%;
    margin-left: -40px
}

/* Team List
-----------------------------------------------------------------*/
.wsc-team.wsc-team-list .wsc-team-image {
    float: left;
    width: 250px;
    margin-right: 30px
}

.wsc-team.wsc-team-list .wsc-team-desc {
    position: relative;
    overflow: hidden;
    text-align: left
}

.wsc-team.wsc-team-list .wsc-team-title {
    padding-top: 0
}

.wsc-team .wsc-team-desc > .social-icon {
    margin-top: 20px
}

.wsc-team .wsc-team-content ~ .social-icon {
    margin-top: 30px
}

.wsc-team:not(.wsc-team-list) .social-icon {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px
}

/*************************************************************
	II: ABOUT PAGE
 *************************************************************/
/* Progress Bars */
.progress, .progress .bar {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.progress {
    background: #E9E6E1;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    height: 23px;
    margin: 8px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    .progress .bar {
        background: #2BA6CB;
        text-align: center;
        text-indent: 20px;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }

/* About Info Bottom Strip */
.strip, .strip2 {
    background-color: #e9e6e1;
    text-align: center
}

    .about_strip, .strip, .strip h1, .strip2 {
        text-align: center
    }

        .strip h1 {
            letter-spacing: .25em;
            color: #555;
            text-transform: uppercase;
            font-size: 20px;
            margin: 0 auto .5em;
            width: 100%;
            font-weight: lighter
        }

            .strip h1.wsc_title {
                text-transform: none;
                font-size: 24px;
                letter-spacing: -.25px;
                color: inherit;
                margin: 0
            }

.about_strip {
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    font-weight: lighter
}

.strip2 {
    padding: 45px 0 0
}

/* big button */
.big_button, a.big_button {
    display: block;
    float: none;
    clear: both;
    background: #e04a40;
    margin: 0 auto;
    width: 250px;
    height: 65px;
    font-size: 21px;
    line-height: 65px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 #b1453e;
    -moz-box-shadow: 0 5px 0 #b1453e;
    box-shadow: 0 5px 0 #b1453e;
    position: relative;
    text-align: center
}

    .big_button a {
        color: #fff;
        opacity: 1
    }

    .big_button:hover {
        color: #fff;
        background: #ee574d;
        -webkit-box-shadow: 0 5px 0 #9e3e37;
        -moz-box-shadow: 0 5px 0 #9e3e37;
        box-shadow: 0 5px 0 #9e3e37
    }

    .big_button:active {
        color: #fff;
        background: #c23c33;
        -webkit-box-shadow: 0 3px 0 #652824;
        -moz-box-shadow: 0 3px 0 #652824;
        box-shadow: 0 3px 0 #652824
    }

    .big_button:focus, .big_button:visited {
        color: #fff
    }

/***************************************************
	III: SERVICES - CLIENTS
 ***************************************************/
.client {
    background-color: #e9e6e1;
    background-position: center center;
    background-repeat: no-repeat;
    height: 101px;
    text-indent: -9999999px;
    margin-bottom: 20px;
    color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.8;
}

    .client:hover {
        background-color: #d3cdc4;
    }

    .client a {
        display: block;
        height: 100%;
        width: 100%;
        overflow: auto;
    }

.client_intro {
    line-height: 30px;
}

/* ADD YOUR CLIENT IMAGES HERE */
.client1 {
    background-image: url(../img/clients/client1.png) !important;
}

.client2 {
    background-image: url(../img/clients/client2.png) !important;
}

.client3 {
    background-image: url(../img/clients/client3.png) !important;
}

.client4 {
    background-image: url(../img/clients/client4.png) !important;
}

.client5 {
    background-image: url(../img/clients/client5.png) !important;
}

.client6 {
    background-image: url(../img/clients/client6.png) !important;
}

/***************************************************
	IV: TESTIMONIALS
 ***************************************************/
.testimonial1, .testimonial2, .testimonial3 {
    position: relative;
    padding: 20px 20px 15px;
    margin-bottom: 15px;
    background-color: #34495E;
    font-size: 13px;
    color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .testimonial1:after, .testimonial2:after, .testimonial3:after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #34495E;
        border-width: 6px;
        left: 48%
    }

.testimonial2 {
    background-color: #E9E6E1;
    color: #999
}

    .testimonial2:after {
        border-top-color: #E9E6E1
    }

.testimonial3 {
    background-color: #2BA6CB;
    color: #fff
}

    .testimonial3:after {
        border-top-color: #2BA6CB
    }

.quote_sections, .quote_sections_dark, .quote_sections_hue, .quote_sections_light {
    display: block;
    padding: 15px 15px 5px;
    text-align: center;
    background: #E3E1E1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.quote_sections_hue {
    background: #2BA6CB
}

.quote_sections_dark {
    background: #2C3E50
}

.quote_sections_light {
    background: #E9E6E1
}

/* Testimonial Icons */
.testimonial-icon-disc, .testimonial-icon-disc2, .testimonial-icon-disc3 {
    background-color: #2BA6CB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle
}

    .testimonial-icon-disc.cont-large, .testimonial-icon-disc2.cont-large, .testimonial-icon-disc3.cont-large, .testimonial-icon-disc4.cont-large {
        padding: 5px 0 0;
        text-align: center;
        width: 50px;
        height: 38px;
        margin: 0 auto 10px
    }

.testimonial-icon-large:before {
    font-size: 30px;
    margin-left: 1px;
    margin-top: -2px
}

.testimonial-icon-disc2 {
    background-color: #2C3E50
}

.testimonial-icon-disc3 {
    background-color: #E9E6E1
}

/***************************************************
	V: BLOG
 ***************************************************/
/* Date */
.btn-blog {
    margin: 14px 0 10px;
    background: #2980B9;
    color: #fff;
    padding-bottom: 8px;
    font-weight: 400;
}

.btn-blog1 {
    margin: 0px 0 10px;
    background: #2980B9;
    color: #fff;
    padding-bottom: 8px;
    font-weight: 400;
}

    .btn-blog:hover, .btn-blog1:hover {
        background: #2980B9;
        color: #fff;
    }

a.com_no, a.com_no:visited {
    color: #fff;
}

.com_no:hover {
    color: #2BA6CB;
}

a.com2_no {
    color: #2BA6CB;
}

.com2_no:hover {
    color: #fff;
}

h1.post_intro {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}

.blog_slide {
    margin-bottom: -20px;
}

.blog_slide1 {
    margin-bottom: -10px;
}

.post_link {
    font-weight: 400;
}

    .post_link a:hover, .read_more a:hover { /*color:#2BA6CB;*/
    }

    .post_link a { /*color: #555;*/
    }

/* Meta */
.post-meta ul {
    margin: -5px 0 15px 0;
    padding: 0 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 11px;
    clear: both;
}

.post-meta li {
    margin: 0;
    display: inline;
}

.post-meta a { /*color: #555;*/
}

    .post-meta a:hover { /*color:#747474;*/
    }

.read_more {
    font-weight: 400;
    letter-spacing: 1.5px;
}

    .read_more a:hover { /* color:#555;*/
    }

.sidebar p, .sidebar .media-body p {
    font-size: 13px;
}

/* Search */
.wsc_use_forms input[type="text"], .wsc_use_forms input[type="search"] {
    border: 2px solid #d8d3cb;
    color: #888;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.avatar {
    float: left;
    margin: 0 10px 0 0;
}

.pad_author {
    margin: 5px 20px 10px 0px;
}

.media-body {
    margin-bottom: 5px;
}

/* Flickr */
.flickrs2 {
    margin: 0 0 0 -24px;
    padding-right: 0;
}

.FlickrImagesBlog li {
    float: left;
    margin: 0 5px 12px 0;
    width: 30.3%;
}

.FlickrImagesBlog img {
    border-radius: 3px;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

/* Pager */
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 10px;
    border: 0;
    color: #fff;
    background: #2BA6CB
}

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span, .pager li > a:focus, .pager li > a:hover {
        text-decoration: none;
        color: #fff;
        background: #555
    }

/* Pagination */
.pagination {
    margin: 50px 0 20px
}

    .pagination ul {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

        .pagination ul > li {
            display: inline
        }

            .pagination ul > li > a, .pagination ul > li > span {
                float: left;
                padding: 4px 10px;
                font-weight: 700;
                font-size: 13px;
                text-decoration: none;
                background-color: transparent;
                border: 2px solid #2BA6CB;
                margin-right: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px
            }

                .pagination ul > .active > a, .pagination ul > .active > span, .pagination ul > li > a:focus, .pagination ul > li > a:hover {
                    background-color: #2BA6CB;
                    color: #fff
                }

        .pagination ul > .active > a, .pagination ul > .active > span {
            background-color: #2BA6CB;
            color: #fff;
            cursor: default
        }

        .pagination ul > .disabled > a, .pagination ul > .disabled > a:focus, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > span {
            color: #bbb;
            cursor: default;
            background-color: transparent
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 2px
        }

/* latest feed module*/
.media-list .wsc_blog_feed_img {
    float: left;
    margin-right: 10px;
}

/* Admin */

ul.wsc_admin_fields * {
    box-sizing: content-box;
}

.wsc_admin_content ul.wsc_admin_fields label {
    float: inherit;
}

/***************************************************
	VI: CONTACT
 ***************************************************/
#map { /* commented because of invisible drag panes display:none; margin:0 0 0px 0; height:0px;*/
    display: block;
}

.wsc_required {
    color: #2BA6CB;
    font-size: 17px;
}

/***************************************************
	VII: FOOTER
 ***************************************************/
/*Social Icons */
.follow_us {
    text-align: center;
}

    .follow_us a.zocial {
        font-size: 36px;
        width: 77px;
        margin: 0 10px 0 0;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background: transparent;
        opacity: 0.5;
        filter: alpha(opacity=50); /* IE 5+. */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8. */
    }

        .follow_us a.zocial:hover {
            opacity: 1.0;
            filter: alpha(opacity=100); /* IE 5+. */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8. */
            background: transparent;
        }

#footer h1 {
    letter-spacing: 0.25em;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0.5em !important;
    font-weight: lighter;
}

h3.follow, h1.follow, h2.follow, h4.follow {
    color: #eee;
    width: 50%;
    margin: 0 auto 40px;
    line-height: 30px;
}

.wsc-content-dark h3.follow, .wsc-content-dark h1.follow, .wsc-content-dark h2.follow, .wsc-content-dark h4.follow {
    color: #555;
}

.wsc-content-dark .follow_us a.zocial {
    color: #555 !important;
}

#footer {
    background-color: #2980B9;
    text-align: center;
}

    #footer .SocialFooter {
        padding: 40px 0 40px;
    }

#footer2 {
    position: relative;
    text-align: center;
    padding: 10px 0px 17px /*39px 0 36px*/;
    background: #323A45;
    /*color:#999;*/
    margin: 0 0;
    font-size: 13px;
    font-weight: 400;
}

.copyright a {
    color: #888;
}

    .copyright a:hover {
        color: #777;
    }

/* Fixed Footer */
.wsc_fixed_footer .footer_wrapper {
    bottom: 0;
    position: fixed;
    top: auto;
    width: 100%;
    z-index: -1;
}

/* Back To Top */
.go-top {
    position: fixed;
    -webkit-transform: translateZ(0);
    bottom: 0.5em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 30px !important;
    padding: 0.1em 0.3em 0.1em;
    display: none;
    border-radius: 3px;
    z-index: 500;
    line-height: 30px;
}

    .go-top.round {
        border-radius: 20px;
    }

    .go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

/*-----------------------------------------------------------------------------------*/
/*	05: PORTFOLIO, CAROUSEL & THUMB CAROUSELS
/*-----------------------------------------------------------------------------------*/
/**** PORTFOLIO ****/
.wsc_portfolio_gal, .no_margin + .row.wsc_portfolio_gal {
    margin-bottom: -1px
}

body.no-touch .wsc_portfolio_gal {
    -webkit-transition: height 0.7s linear;
    -o-transition: height 0.7s linear;
    transition: height 0.7s linear;
}
/*body.no-touch .wsc_portfolio_gal .portfolio_image img {
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}*/
.title_default.type_masonry.no_margin {
    margin-bottom: 0;
}

.item_description {
    position: relative;
    color: #767676;
    padding: 15px 5px 10px;
    font-size: 17px;
    font-weight: 400;
}

.title_default.type_masonry .item_description {
    margin-top: -1px;
    background-color: #eee;
    text-align: center;
    margin-bottom: 2px;
}

.title_default.type_masonry.margin .item_description {
    border-bottom: 2px solid #ddd;
}

.item_description a, .item_description a:visited {
    color: #555; /*text-transform:uppercase; font-size:12px; letter-spacing: 1.5px;*/
    line-height: 1.5;
}

.item_description p {
    margin: 0;
}

.isotope-item {
    z-index: 2;
    margin-bottom: 30px;
    overflow: hidden;
}

    .isotope-item img {
        width: 100%;
    }

/* Tags Alignment */
.prtf-tags-center #options {
    text-align: center;
}

.prtf-tags-right #options {
    text-align: right;
}

.prtf-tags-center #filters,
.prtf-tags-right #filters {
    float: none;
    display: inline-block;
}

/* Isotope Filtering */

#filters2 {
    text-align: center;
    margin: 45px 0;
}

#filters {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    float: left;
    list-style: outside none none;
    margin: 0 0 40px;
    position: relative;
}

.wsc_control_minimal #filters {
    border: none
}

.plain_container #filters {
    margin: 20px 0
}

.wsc_pos_right #filters {
    float: right
}

.wsc_pos_center #options {
    text-align: center
}

.wsc_pos_center #filters {
    display: inline-block;
    float: none;
    text-align: center;
}

    .wsc_pos_center #filters li {
        display: inline-block;
    }

#filters li {
    float: left;
}

    #filters li a {
        border-left: 1px solid rgba(0, 0, 0, 0.07);
        color: #666;
        display: block;
        font-size: 13px;
        line-height: 15px;
        padding: 12px 18px;
        position: relative;
    }

    #filters li:first-child a {
        border-left: medium none;
        border-radius: 4px 0 0 4px;
    }

    #filters li:last-child a {
        border-radius: 0 4px 4px 0;
    }

    #filters li a.selected {
        color: #fff;
        margin: -1px 0;
        padding: 13px 18px;
    }

        #filters li a.selected:hover {
            color: #fff;
        }

.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.isotope-item:hover .portfolio_image .portfolio-overlay,
.slider-item:hover .portfolio-overlay,
#itemContainer li > div:hover .portfolio_image .portfolio-overlay {
    opacity: 1;
}

.portfolio_image {
    position: relative;
    overflow: hidden;
}

    .portfolio_image .portfolio-overlay > a, .slider-item .portfolio-overlay > a,
    .slider-related-wrapper .portfolio-overlay > a {
        background-color: #f5f5f5;
        border-radius: 50%;
        color: #444;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

.item_wrapper:not(.overlay) .portfolio_image .portfolio-overlay > a {
    left: 50%;
    margin: -18px 0 0 -44px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.overlay .portfolio_image .portfolio-overlay > a,
.overlay .slider-image .portfolio-overlay > a,
.slider-related-wrapper .portfolio-overlay > a {
    display: inline-block;
}

.portfolio_image .portfolio-overlay .item_description a {
    background-color: transparent;
    height: auto;
    width: auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 19px;
    left: auto;
    position: relative;
    margin: 0;
}

.item_wrapper.hide_title .item_description a {
    display: none;
}

.item_wrapper.hide_title.overlay .item_description {
    padding: 0;
}

.item_wrapper:not(.overlay) .portfolio-overlay a.right-icon {
    left: auto;
    margin-left: 0;
    margin-right: -44px;
    right: 50%;
}

.overlay .portfolio-overlay a.right-icon {
    margin-left: 8px;
}

.item_wrapper:not(.overlay) .portfolio-overlay a.center-icon {
    display: block;
    margin: -18px 0 0 -20px;
    opacity: 0;
}

.isotope-item:hover .portfolio_image a.center-icon,
#itemContainer li > div:hover .portfolio_image a.center-icon {
    opacity: 1;
}

/*No margin styles*/
.no_margin.col-md-6, .no_margin.col-md-4, .no_margin.col-md-3,
.no_margin.col-sm-6, .no_margin.col-sm-4, .no_margin.col-xs-12 {
    padding: 0;
    margin: 0px;
}

.no_margin.no_title, .no_margin.overlay,
#itemContainer .no_margin.no_title,
#itemContainer .no_margin.overlay,
.no_margin + .row .isotope-item.no_margin {
    margin: 0;
    padding: 0px;
}

/*Animated title styles*/
.item_wrapper.no_title {
    overflow: hidden;
}

body.no-touch .no_title .portfolio_image img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.no_title .item_description {
    position: absolute;
    display: block !important;
    width: 100%;
    height: 78px;
    padding: 15px 5px;
    top: auto;
    bottom: -79px;
    left: 0;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    z-index: 3;
}

.no_title.col-md-3 .item_description {
    height: 58px;
}

.no_title.show_title.type_masonry .item_description {
    height: auto;
    padding: 10px 5px;
}

.no_title.margin .item_description {
    left: 15px;
}

body.no-touch .no_title .item_description {
    -webkit-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
}

.no_margin.no_title .item_description {
    bottom: -78px;
    border-bottom: 0;
}

.no_title:hover .item_description {
    bottom: 0 !important;
}

.no_title:hover .portfolio_image img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

body.no-touch .no_title:hover .portfolio_image img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

body.no-touch .no_title.hide_title:hover .portfolio_image img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

@media (min-width: 768px) {
    body.no-touch .portfolio-overlay {
        transition: opacity 0.4s ease-in-out 0s;
    }

    body.no-touch .item_wrapper:not(.overlay) .portfolio-overlay a {
        transition: color 0.2s linear 0s, background-color 0.2s linear 0s, margin-top 0.2s linear 0s, opacity 0.2s linear 0s;
    }

    .item_wrapper:not(.overlay) .portfolio_image .portfolio-overlay a,
    .item_wrapper:not(.overlay) .portfolio-overlay a.center-icon {
        margin-top: -28px;
    }

    .item_wrapper:not(.overlay):hover .portfolio_image .portfolio-overlay a.left-icon,
    .item_wrapper:not(.overlay):hover .portfolio_image .portfolio-overlay a.right-icon,
    .item_wrapper:not(.overlay):hover .portfolio_image .portfolio-overlay a.center-icon {
        margin-top: -18px;
    }
}

@media (max-width: 767px) {
    #options {
        padding: 0 15px;
    }

    #filters {
        border: none;
        border-radius: 0;
        margin-bottom: 20px;
        float: none;
    }

        #filters li {
            width: 33.33%;
            margin-bottom: 20px;
        }

            #filters li a {
                text-align: center;
                border-left: none;
                padding: 12px 18px !important;
                border-radius: 2px !important;
            }

                #filters li a.selected {
                    margin: 0;
                }

    .wsc_portfolio_gal .item_wrapper {
        width: auto !important;
        height: auto !important;
    }
}

@media (max-width: 479px) {
    #filters li {
        width: 50%;
    }
}

/**** GALLERY ****/
.holder {
    margin: 50px 0 54px;
    text-align: left;
}

.wsc_pos_right .holder {
    text-align: right
}

.wsc_pos_center .holder {
    text-align: center
}

.holder a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    color: #555;
    display: inline-block;
    border-radius: 6px;
    padding: 8px 14px;
    background: transparent;
    border: 2px solid #767676;
    text-transform: uppercase;
    margin-right: 10px;
}

.wsc_control_minimal .holder a, .wsc_control_minimal .holder a:hover,
.wsc_control_minimal .holder a.jp-previous, .wsc_control_minimal .holder a.jp-next,
.wsc_control_minimal .holder a.jp-disabled, .wsc_control_minimal a.jp-disabled:focus,
.wsc_control_minimal .holder a.jp-next:hover, .wsc_control_minimal .holder a.jp-disabled,
.wsc_control_minimal .holder a.jp-disabled:hover, .wsc_control_minimal .holder a.jp-next.jp-disabled:hover,
.wsc_control_minimal .holder a.jp-current {
    border: none
}

.holder a:hover {
    color: #fff;
    border: 2px solid #34495E;
    background: #34495E;
}

.holder a.jp-previous, .holder a.jp-next, .holder a.jp-disabled, a.jp-disabled:focus {
    border: 2px solid #767676;
    font-size: 12px;
    color: #767676;
}

.holder a.jp-current {
    background: #2BA6CB;
    color: #fff;
    border: 2px solid #2BA6CB;
}

.holder a.jp-next:hover {
    color: #fff;
    border: 2px solid #34495E;
    background: #34495E;
}

.holder a.jp-previous:hover {
    color: #fff;
}

.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
}

    .holder a.jp-disabled, .holder a.jp-disabled:hover, .holder a.jp-next.jp-disabled:hover {
        border: 2px solid #aaa;
        color: #aaa;
    }

        .holder a.jp-disabled:hover, .holder a.jp-next.jp-disabled:hover {
            background-color: transparent;
        }

.holder span {
    display: none;
}

.holder.images + .row, .holder.video + .row, .holder.dribbble + .row {
    display: none;
}

    .holder.video + .row.no_margin, .no_margin + .row {
        margin: 0;
    }

ul#itemContainer, ul#dribbbleContainer {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    width: 100%;
}

#itemContainer li > div, #dribbbleContainer li > div {
    margin-bottom: 15px;
}

    #itemContainer li > div.no_margin {
        margin-bottom: 0;
    }

ul#itemContainer img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    ms-interpolation-mode: bicubic;
    opacity: 1.0;
    width: auto\9;
}

/**** CAROUSEL ****/
#carousel {
    margin-bottom: 20px;
}

    #carousel .carousel-control {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 33px;
        height: 33px;
        margin-top: -17px;
        background-image: url(../img/main_carousel_nav.png) !important;
        background-position: 0 -33px;
        background-repeat: no-repeat;
        outline: none;
        webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        border: 0px none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

        #carousel .carousel-control.right {
            background-position: -102px -33px;
            left: auto;
            right: 15px;
        }

            #carousel .carousel-control.right:hover {
                background-position: -102px 0;
            }

        #carousel .carousel-control:hover {
            background-position: 0 0;
        }

/**** THUMBNAIL CAROUSELS ****/
.col_full {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
    float: left;
}

.col_full2 {
    position: relative;
    float: left;
    display: block;
}

#slider_home, #slider_clients, #slider_about, #slider_related, #slider_small {
    position: relative;
}

#slider_small {
    margin-top: 16px;
}

/* CAROUSELS */
.slider-related-wrapper {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.skin_boxed_mini .slider-related-wrapper {
    width: 940px;
}

.slider-single-wrapper {
    position: relative;
}

.slider-home-wrapper,
.slider-related-wrapper,
.slider-single-wrapper {
    padding: 20px 0 0;
    display: none;
    position: relative;
    cursor: pointer;
}

#slider_related {
    cursor: pointer;
}

.slider-item {
    position: relative;
    float: left;
    margin: 0 3px 0 0;
    /*padding-bottom: 7px;*/
    height: auto;
}

    .slider-item.carousel_title_default.show_title {
        padding-bottom: 7px;
    }

    .slider-item .slider-image,
    .slider-item .slider-image img {
        display: block;
        position: relative;
        width: 100%;
    }

        .slider-item .slider-image:hover,
        .slider-item .slider-image img:hover {
            display: block;
            position: relative;
            width: 100%;
        }

.slider-title {
    position: relative;
    padding: 1px 15px 15px;
    margin-top: -1px;
    height: 100%;
    background-color: #34495E;
    font-size: 13px;
    text-align: center;
    color: #bbb;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

    .slider-title:after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .slider-title:after {
        border-top-color: #34495E;
        border-width: 6px;
        left: 48%;
    }

    .slider-title h3 {
        font-size: 12px;
        letter-spacing: 0.1em;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

        .slider-title h3 a {
            color: #eee;
        }

            .slider-title h3 a:hover {
                color: #fff;
            }

.slider-item:not(.carousel_overlay) .portfolio-overlay > a {
    left: 50%;
    margin: -18px 0 0 -44px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.slider-item .portfolio-overlay a.right-icon {
    margin-left: 8px;
}

.slider-item:not(.carousel_overlay) .portfolio-overlay a.center-icon {
    display: block;
    margin: -18px 0 0 -20px;
    opacity: 0;
}

.slider-item:hover .portfolio-overlay a.center-icon {
    opacity: 1;
}

/* Animated title */

body.no-touch .carousel_no_title:hover .slider-image img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.slider-item .carousel_no_title {
    overflow: hidden;
}

body.no-touch .carousel_no_title .slider-image img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel_no_title .slider-title {
    position: absolute;
    display: block !important;
    width: 100%;
    height: auto;
    padding: 8px 5px;
    top: auto;
    bottom: -79px;
    left: 0;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    z-index: 3;
}

body.no-touch .carousel_no_title .slider-title {
    -webkit-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
}

.carousel_no_title:hover .slider-title {
    bottom: 0 !important;
}

.carousel_no_title:hover .slider-image img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

body.no-touch .carousel_no_title:hover .slider-image img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

body.no-touch .carousel_no_title.hide_title:hover .slider-image img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.carousel_no_title .slider-title, .carousel_no_title .slider-title a {
    color: #555;
    line-height: 1.5;
}

    .carousel_no_title .slider-title h3 {
        margin-top: 0;
    }

    .carousel_no_title .slider-title::after {
        border: none;
    }

@media (min-width: 768px) {
    body.no-touch .slider-item:not(.overlay) .portfolio-overlay a {
        transition: color 0.2s linear 0s, background-color 0.2s linear 0s, margin-top 0.2s linear 0s, opacity 0.2s linear 0s;
    }

    .slider-item:not(.carousel_overlay) .slider-image .portfolio-overlay a,
    .slider-item:not(.carousel_overlay) .portfolio-overlay a.center-icon {
        margin-top: -28px;
    }

    .slider-item:not(.carousel_overlay):hover .slider-image .portfolio-overlay a.left-icon,
    .slider-item:not(.carousel_overlay):hover .slider-image .portfolio-overlay a.right-icon,
    .slider-item:not(.carousel_overlay):hover .slider-image .portfolio-overlay a.center-icon {
        margin-top: -18px;
    }
}

/* Overlay title */

.slider-image .portfolio-overlay .item_description a {
    background-color: transparent;
    height: auto;
    width: auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 19px;
    left: auto;
    position: relative;
    margin: 0;
}

.slider-item.hide_title .item_description a {
    display: none;
}

.slider-item.hide_title.carousel_overlay .item_description {
    padding: 0;
}

/* Carousel Arrows*/
.widget-scroll-prev, .widget-scroll-next, .widget-scroll-prev2, .widget-scroll-next2, .widget-scroll-prev3, .widget-scroll-next3 {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 8px;
    left: auto;
    right: 30px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 0px;
    opacity: 1.0;
    font-size: 14px;
    font-weight: normal;
    background: #d8d3cb;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

.widget-scroll-next {
    right: 3px;
}

    .widget-scroll-prev:hover, .widget-scroll-next:hover, .widget-scroll-prev2:hover, .widget-scroll-next2:hover, .widget-scroll-prev3:hover, .widget-scroll-next3:hover {
        background: #2BA6CB;
    }

/* Related Carousel */
#slider_related .slider-item {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    height: auto;
    min-height: 100px;
    overflow: hidden;
}
/* Single Portfolio Page Arrows */
.widget-scroll-prev2,
.widget-scroll-next2 {
    right: 30px;
}

.widget-scroll-next2 {
    right: 3px;
}

.hide.widget-scroll-prev2, .hide.widget-scroll-next2 {
    display: none !important;
}

@media (max-width: 767px) {
    .widget-scroll-prev2 {
        right: 47px
    }

    .widget-scroll-next2 {
        right: 20px;
    }
}

/* Small Carousel */
#slider_small .slider-item {
    position: relative;
    float: left;
    margin: 0 3px 0px 0;
    min-height: 100px;
    cursor: default;
}

.slider-item .slider-single-overlay > a {
    left: 50%;
    margin: -18px 0 0 -44px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.slider-item .slider-single-overlay a.right-icon {
    margin-left: 8px;
}

.slider-item .slider-single-overlay a.center-icon {
    display: block;
    margin: -18px 0 0 -20px;
    opacity: 0;
}

.slider-item:hover .slider-single-overlay a.center-icon {
    opacity: 1;
}

.slider-item .slider-single-overlay > a {
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #444;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.slider-single-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.slider-item:hover .slider-single-overlay {
    opacity: 1;
}

body.no-touch .carousel_no_title:hover .slider-image img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

/* Small Slider Arrows */
.widget-scroll-prev3, .widget-scroll-next3 {
    left: 0px;
}

.widget-scroll-next3 {
    left: 30px;
}

@media (min-width: 768px) {
    body.no-touch .slider-single-overlay {
        transition: opacity 0.4s ease-in-out 0s;
    }

    body.no-touch .slider-item .slider-single-overlay a {
        transition: color 0.2s linear 0s, background-color 0.2s linear 0s, margin-top 0.2s linear 0s, opacity 0.2s linear 0s;
    }

    .slider-item:not(.carousel_overlay) .slider-image .slider-single-overlay a,
    .slider-item:not(.carousel_overlay) .portfolio-overlay a.center-icon {
        margin-top: -28px;
    }

    .slider-item:not(.carousel_overlay):hover .slider-image .slider-single-overlay a.left-icon,
    .slider-item:not(.carousel_overlay):hover .slider-image .slider-single-overlay a.right-icon,
    .slider-item:not(.carousel_overlay):hover .slider-image .slider-single-overlay a.center-icon {
        margin-top: -18px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	06: 404 PAGE, PRICING TABLE, SKILLS BAR, ACCORDION, TABS, TOOLTIPS, BUTTONS
/*-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/
.wsc-toggle {
    display: block;
    position: relative;
    margin: 0 0 20px
}

    .wsc-toggle .wsc-togglet, .wsc-toggle .wsc-toggleta {
        display: block;
        position: relative;
        line-height: 24px;
        padding: 0 0 0 24px;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #444;
        cursor: pointer
    }

        .wsc-toggle .wsc-togglet em {
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            text-align: center;
            font-size: 16px;
            line-height: 24px
        }

    .wsc-toggle .wsc-toggleta {
        font-weight: 700
    }

        .wsc-toggle .wsc-togglet em.wsc-toggle-open, .wsc-toggle .wsc-toggleta em.wsc-toggle-closed {
            display: none
        }

        .wsc-toggle .wsc-toggleta em.wsc-toggle-open {
            display: block
        }

    .wsc-toggle .wsc-togglec {
        display: block;
        position: relative;
        padding: 10px 0 0 24px
    }

    .wsc-toggle.wsc-toggle-bg .wsc-togglet, .wsc-toggle.wsc-toggle-bg .wsc-toggleta {
        background-color: #EEE;
        line-height: 44px;
        padding: 0 0 0 36px;
        border-radius: 2px
    }

        .wsc-toggle.wsc-toggle-bg .wsc-togglet em {
            left: 14px;
            line-height: 44px;
            font-style: normal
        }

    .wsc-toggle.wsc-toggle-bg .wsc-togglec {
        padding: 12px 0 0 36px
    }

    .wsc-toggle.wsc-toggle-border {
        border: 1px solid #CCC;
        border-radius: 4px
    }

        .wsc-toggle.wsc-toggle-border .wsc-togglet, .wsc-toggle.wsc-toggle-border .wsc-toggleta {
            line-height: 44px;
            padding: 0 15px 0 36px
        }

            .wsc-toggle.wsc-toggle-border .wsc-togglet em {
                left: 14px;
                line-height: 44px
            }

        .wsc-toggle.wsc-toggle-border .wsc-togglec {
            padding: 0 15px 15px 36px
        }

.faqs .wsc-toggle {
    border-bottom: 1px solid #EEE;
    padding-bottom: 12px;
    margin-bottom: 12px
}

    .faqs .wsc-toggle .wsc-togglet, .faqs .wsc-toggle .wsc-toggleta {
        font-size: 15px
    }

        .faqs .wsc-toggle .wsc-togglet em {
            top: 1px;
            font-size: 14px
        }

    .faqs .wsc-toggle .wsc-togglec {
        padding-bottom: 10px
    }

/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/

.wsc-accordion {
    margin-bottom: 20px;
}

.wsc-acc-title {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px;
}

.wsc-acc-titlec {
    cursor: auto;
}

.wsc-acc-title:first-child {
    border-top: none;
}

.wsc-acc-title em {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

    .wsc-acc-title em.acc-open,
    .wsc-acc-titlec em.acc-closed {
        display: none;
    }

.wsc-acc-titlec em.acc-open {
    display: block;
}

.wsc-acc-content {
    position: relative;
    padding: 0 0 15px 20px;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.wsc-accordion.wsc-accordion-bg .wsc-acc-title,
.wsc-accordion.wsc-accordion-bg .wsc-acc-titlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
}

    .wsc-accordion.wsc-accordion-bg .wsc-acc-title em {
        left: 14px;
        line-height: 44px;
    }

.wsc-accordion.wsc-accordion-bg .wsc-acc-content {
    padding: 10px 0 15px 36px;
}


/* Accordion - Bordered
-----------------------------------------------------------------*/

.wsc-accordion.wsc-accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}

    .wsc-accordion.wsc-accordion-border .wsc-acc-title,
    .wsc-accordion.wsc-accordion-border .wsc-acc-titlec {
        border-color: #CCC;
        line-height: 44px;
        padding: 0 15px 0 36px;
    }

        .wsc-accordion.wsc-accordion-border .wsc-acc-title em {
            left: 14px;
            line-height: 44px;
        }

    .wsc-accordion.wsc-accordion-border .wsc-acc-content {
        padding: 0 15px 15px 36px;
    }


/* Accordion - Large
-----------------------------------------------------------------*/

.wsc-accordion.wsc-accordion-lg .wsc-acc-title {
    font-size: 23px;
    line-height: 44px;
    padding-left: 30px;
    font-weight: 400;
}

    .wsc-accordion.wsc-accordion-lg .wsc-acc-title em {
        width: 20px;
        font-size: 20px;
        line-height: 64px;
    }

.wsc-accordion.wsc-accordion-lg .wsc-acc-content {
    padding: 10px 0 30px 30px;
}


/**** 404 PAGE ****/
.screen-bg {
    background-color: #2BA6CB;
    padding: 50px 0px 30px;
    margin-bottom: 30px;
}

/**** PRICING TABLE ****/
.pricing-table {
    text-align: center;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .pricing-table h4 {
        color: #fff;
        margin-bottom: 0px;
    }

.pricing-header-row-1 small {
    color: #111;
}

.pricing-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price {
    font: 30px/14px 'Lato', sans serif;
    font-weight: 700;
    margin-top: 13px;
    text-align: center;
    color: #555;
}

.pricing-table h3 {
    color: #2BA6CB;
}

.pricing-header-row-1 {
    text-align: center;
    height: 65px; /*50px*/
    padding: 3px 0 12px;
    background-color: #2BA6CB;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.pricing-header-row-2 {
    text-align: center;
    /*height:80px;*/ /*60px*/
    margin-top: 0px;
    padding: 10px 0;
    border-top: none;
    background-color: #E7E7E7;
}

.pricing-content-row-odd, .pricing-content-row-0 {
    font-size: 12px;
    background-color: #eee;
    padding: 8px 0;
    color: #555;
}

.pricing-content-row-even, .pricing-content-row-1 {
    font-size: 12px;
    background-color: #E7E7E7;
    padding: 8px 0;
    color: #555;
}

.pricing-footer {
    text-align: center;
    height: 65px;
    background-color: #2BA6CB;
    padding: 25px 0 0;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.pricing-table .btn-pricing {
    padding: 0 10px;
    margin-top: -9px;
}

/*Generic3 pricing tables*/

.pricing-table-2 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-table-2 {
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
}

    .pricing-table-2 .btn-pricing {
        margin-top: -9px;
        padding: 0 10px;
    }
    /*Independent styles*/
    .pricing-table-2 ul .pricing-header-row-1 {
        background-color: #efefef;
        border-bottom: 1px solid #dddddd;
        display: block;
        padding: 20px 0;
        text-transform: uppercase;
    }

.pricing-table-3 {
    margin: 50px auto;
    text-align: center;
}

.pricing-table-2 {
    text-align: center;
}

    .pricing-table-2 .plan, .pricing-table-3 .plan {
        font-size: 14px;
        background: none;
        margin: 10px 0 10px 10px;
        padding: 20px 0;
        position: relative;
    }

    .pricing-table-2 .plan {
        border: 1px solid #888;
    }

.pricing-table-3 .plan {
    border: 1px solid #ddd;
}

.pricing-table-3 .plan {
    padding-bottom: 0;
}

.pricing-table-2 h3, .pricing-table-3 h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 25px 0;
    margin: -20px 0px 0px 0px;
}

.pricing-table-2 h3 {
    border-bottom: 1px solid #888;
}

.pricing-table-3 h3 {
    border-bottom: 1px solid #ddd;
}

.pricing-table-2 .price-number, .pricing-table-3 .price-number {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    width: 100%;
}

.pricing-table-2 .price-number {
    margin: 20px auto 5px auto;
}

.pricing-table-3 .price-number {
    margin: 30px auto 20px;
}

.pricing-table-2 ul {
    margin: 20px 0 0 0;
}

.pricing-table-3 ul {
    margin: 0;
}

.pricing-table-2 ul, .pricing-table-3 ul {
    padding: 10px;
    list-style: none;
}

.pricing-table-2 li, .pricing-table-3 li {
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
}

.pricing-table-2 li {
    border-top: 1px solid #888;
}

.pricing-table-3 li {
    border-top: 1px solid #ddd;
}

.pricing-table-hot::before {
    background: rgba(0, 0, 0, 0) url("../img/ribbon.png") no-repeat scroll 0 0 / 82px 82px;
    content: "";
    height: 82px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 82px;
}

.pricing-table-3 h3 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: #555;
    background-color: #efefef;
    font-weight: bold;
}

.pricing-table-3 .pricing-header-3,
.pricing-table-3 .pricing-footer-3 {
    background-color: #f6f6f6;
}

.pricing-table-3 .pricing-header-3 {
    padding-bottom: 16px;
}

    .pricing-table-3 .pricing-header-3 .price-number {
        color: #555;
        font-size: 56px;
        font-weight: lighter;
    }

        .pricing-table-3 .pricing-header-3 .price-number .currency {
            vertical-align: bottom;
            font-size: 17px;
        }

.pricing-table-3 ul {
    background-color: #fff;
}

.pricing-table-3 li:first-child {
    border-top: none;
}

.pricing-header-3 {
    border-bottom: 1px solid #ddd;
}

.pricing-footer-3 {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

    .pricing-footer-3 a.wsc-button {
        border-color: #666;
    }

/*Complex pricing table*/

@media (min-width: 768px) {
    .row.complex-pricing-table {
        padding: 0 15px;
    }

    .complex-pricing-table .pricing-table-2, .complex-pricing-table .pricing-table-3 {
        padding: 0;
    }

        .complex-pricing-table .pricing-table-2 .plan, .complex-pricing-table .pricing-table-3 .plan {
            margin-left: 0;
            border-right: none;
        }

        .complex-pricing-table .pricing-table-3 .pricing-table-featured {
            margin: -20px -3px 0;
            z-index: 2;
            box-shadow: 0 0 10px #aaa;
        }

        .complex-pricing-table .pricing-table-2 .pricing-table-featured {
            margin: -20px -1px 0;
            z-index: 2;
            box-shadow: 0 0 10px #aaa;
        }

            .complex-pricing-table .pricing-table-2 .pricing-table-featured a.wsc-button {
                margin: 30px 0;
            }

        .complex-pricing-table .pricing-table-3 .pricing-table-featured .pricing-footer-3 {
            padding: 50px 0;
        }

            .complex-pricing-table .pricing-table-2 .pricing-table-featured a.wsc-button:hover,
            .complex-pricing-table .pricing-table-3 .pricing-table-featured .pricing-footer-3 a.wsc-button:hover {
                background-color: #e04a40;
            }

        .complex-pricing-table .pricing-table-2:last-child .plan, .complex-pricing-table .pricing-table-2 .plan.pricing-table-featured {
            border-right: 1px solid #333;
        }

        .complex-pricing-table .pricing-table-3:last-child .plan, .complex-pricing-table .pricing-table-3 .plan.pricing-table-featured {
            border-right: 1px solid #ddd;
        }

    .pricing-table-2.pricing-options li:first-child {
        border-top: none;
    }

    .pricing-table-2.pricing-options, .pricing-table-3.pricing-options {
        text-align: right;
    }

        .pricing-table-2.pricing-options .plan, .pricing-table-3.pricing-options .plan {
            border: none;
        }

            .pricing-table-2.pricing-options .plan ul li, .pricing-table-3.pricing-options .plan ul li {
                padding-right: 10px;
            }

            .pricing-table-2.pricing-options .plan > :nth-child(1), .pricing-table-2.pricing-options .price-number,
            .pricing-table-2.pricing-options .per-month, .pricing-table-2.pricing-options a.wsc-button,
            .pricing-options .pricing-header-3, .pricing-options .pricing-footer-3 {
                visibility: hidden;
            }
}

/*Colored pricing tables*/

.pricing-table-3.pricing-colored .pricing-header-3 h3 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.pricing-table-3.pricing-colored .pricing-header-3, .pricing-table-3.pricing-colored .pricing-header-3 .price-number {
    color: #fff;
}

.pricing-table-3.pricing-colored .pricing-footer-3 a.wsc-button {
    border-color: #fff;
    color: #fff !important;
}

    .pricing-table-3.pricing-colored .pricing-footer-3 a.wsc-button:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

.pricing-table-3.pricing-colored ul {
    background-color: #f6f6f6;
}

.pricing-colored.pricing-sky .pricing-header-3, .pricing-colored.pricing-sky .pricing-footer-3 {
    background-color: #00c2d1;
}

    .pricing-colored.pricing-sky .pricing-header-3 h3 {
        border-color: #00c2d1;
    }

.pricing-colored.pricing-green .pricing-header-3, .pricing-colored.pricing-green .pricing-footer-3 {
    background-color: #42c461;
}

    .pricing-colored.pricing-green .pricing-header-3 h3 {
        border-color: #42c461;
    }

.pricing-colored.pricing-orange .pricing-header-3, .pricing-colored.pricing-orange .pricing-footer-3 {
    background-color: #e67e22;
}

    .pricing-colored.pricing-orange .pricing-header-3 h3 {
        border-color: #e67e22;
    }

.pricing-colored.pricing-purple .pricing-header-3, .pricing-colored.pricing-purple .pricing-footer-3 {
    background-color: #c762cb;
}

    .pricing-colored.pricing-purple .pricing-header-3 h3 {
        border-color: #c762cb;
    }

.pricing-colored.pricing-blue .pricing-header-3, .pricing-colored.pricing-blue .pricing-footer-3 {
    background-color: #2ba6cb;
}

    .pricing-colored.pricing-blue .pricing-header-3 h3 {
        border-color: #2ba6cb;
    }

.pricing-colored.pricing-aquamarine .pricing-header-3, .pricing-colored.pricing-aquamarine .pricing-footer-3 {
    background-color: #31c3a6;
}

    .pricing-colored.pricing-aquamarine .pricing-header-3 h3 {
        border-color: #31c3a6;
    }

/*************************************************************
	Promo Boxes
 *************************************************************/
.wsc-promo {
    position: relative;
    padding: 30px 200px 30px 0
}

    .wsc-promo h3 {
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 0; /*letter-spacing: 1px;*/
    }

    .wsc-promo > .container > span, .wsc-promo > span {
        display: block;
        color: #444;
        font-weight: 300;
        font-size: 16px;
        margin-top: 6px
    }

    .wsc-promo a.wsc-button {
        position: absolute;
        top: 50%;
        margin: -18px 0 0;
        left: auto;
        right: 0
    }

    .wsc-promo.wsc-content-white a.wsc-button, .wsc-promo.wsc-promo-border a.wsc-button, .wsc-promo.wsc-promo-light a.wsc-button {
        right: 30px
    }

    .wsc-promo a.wsc-button.wsc-button-mini {
        margin-top: -12px
    }

    .wsc-promo a.wsc-button.wsc-button-small {
        margin-top: -15px
    }

    .wsc-promo a.wsc-button.wsc-button-large {
        margin-top: -22px
    }

    .wsc-promo a.wsc-button.wsc-button-xlarge {
        margin-top: -25px
    }

    .wsc-promo a.wsc-button.wsc-button-desc {
        margin-top: -40px
    }

.wsc-promo-uppercase {
    text-transform: uppercase
}

    .wsc-promo-uppercase h3 {
        font-size: 22px
    }

    .wsc-promo-uppercase > .container > span, .wsc-promo-uppercase > span {
        font-size: 15px
    }

.wsc-promo.wsc-promo-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding-left: 30px
}

.wsc-promo.wsc-promo-light {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding-left: 30px
}

.wsc-promo.wsc-content-white h3 {
    color: #FFF
}

.wsc-promo.wsc-content-white > .container > h3 span, .wsc-promo.wsc-content-white > h3 span {
    padding: 2px 8px;
    border-radius: 3px;
    background-color: rgba(0,0,0,.15);
    color: #FFF;
    font-weight: 400
}

.wsc-promo.wsc-content-white > .container > span, .wsc-promo.wsc-content-white > span {
    color: #CCC;
    margin-top: 8px
}

.wsc-promo.wsc-promo-flat > .container > span, .wsc-promo.wsc-promo-flat > span {
    color: rgba(255,255,255,.9)
}

.wsc-promo.wsc-promo-flat a.wsc-button:not(.wsc-button-border) {
    background-color: rgba(0,0,0,.2);
    color: #FFF
}

.wsc-promo.wsc-promo-flat a.wsc-button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #444;
    text-shadow: none
}

.wsc-promo-full {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 40px 0 !important
}

    .wsc-promo-full a.wsc-button {
        right: 15px !important
    }

    .wsc-promo-full.wsc-promo-right a.wsc-button {
        right: auto !important;
        left: 15px !important
    }

.wsc-promo.parallax {
    padding: 80px 0 !important
}

.wsc-promo.wsc-promo-right {
    text-align: right;
    padding: 30px 0 30px 200px
}

    .wsc-promo.wsc-promo-right a.wsc-button {
        left: 0;
        right: auto
    }

    .wsc-promo.wsc-content-white.wsc-promo-right:not(.wsc-promo-mini), .wsc-promo.wsc-promo-right.wsc-promo-border:not(.wsc-promo-mini) {
        padding-right: 30px
    }

    .wsc-promo.wsc-content-white.wsc-promo-right a.wsc-button, .wsc-promo.wsc-promo-right.wsc-promo-border a.wsc-button {
        left: 30px
    }

.wsc-promo.wsc-promo-center a.wsc-button, .wsc-promo.wsc-promo-mini a.wsc-button {
    position: relative;
    top: 0;
    margin: 20px 0 0;
    left: 0 !important;
    right: 0
}

.wsc-promo.wsc-promo-center {
    text-align: center;
    padding: 30px 20px
}

.wsc-promo.wsc-promo-mini {
    text-align: left;
    padding: 20px 25px
}

    .wsc-promo.wsc-promo-mini h3 {
        font-size: 20px;
        line-height: 1.5
    }

    .wsc-promo.wsc-promo-mini.wsc-promo-uppercase h3 {
        font-size: 18px
    }

    .wsc-promo.wsc-promo-mini.wsc-content-white h3 {
        line-height: 1.7
    }

    .wsc-promo.wsc-promo-mini.wsc-promo-center {
        text-align: center
    }

    .wsc-promo.wsc-promo-mini.wsc-promo-right {
        text-align: right
    }

/*************************************************************
	Text rotator
 *************************************************************/
.t-rotate {
    white-space: nowrap
}

.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin-x: 50%
}

    .rotating.flip {
        position: relative
    }

    .rotating .back, .rotating .front {
        left: 0;
        top: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .rotating .front {
        position: absolute;
        display: inline-block;
        -webkit-transform: translate3d(0,0,1px);
        -moz-transform: translate3d(0,0,1px);
        -ms-transform: translate3d(0,0,1px);
        -o-transform: translate3d(0,0,1px);
        transform: translate3d(0,0,1px)
    }

    .rotating.flip .front {
        z-index: 1
    }

    .rotating .back {
        display: block;
        opacity: 0
    }

    .rotating.spin {
        -webkit-transform: rotate(360deg) scale(0);
        -moz-transform: rotate(360deg) scale(0);
        -ms-transform: rotate(360deg) scale(0);
        -o-transform: rotate(360deg) scale(0);
        transform: rotate(360deg) scale(0)
    }

    .rotating.flip .back {
        z-index: 2;
        display: block;
        opacity: 1;
        -webkit-transform: rotateY(180deg) translate3d(0,0,0);
        -moz-transform: rotateY(180deg) translate3d(0,0,0);
        -ms-transform: rotateY(180deg) translate3d(0,0,0);
        -o-transform: rotateY(180deg) translate3d(0,0,0);
        transform: rotateY(180deg) translate3d(0,0,0)
    }

    .rotating.flip.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0,0,0);
        -moz-transform: rotateX(180deg) translate3d(0,0,0);
        -ms-transform: rotateX(180deg) translate3d(0,0,0);
        -o-transform: rotateX(180deg) translate3d(0,0,0);
        transform: rotateX(180deg) translate3d(0,0,0)
    }

    .rotating.flip.cube .front {
        -webkit-transform: translate3d(0,0,100px) scale(.9,.9);
        -moz-transform: translate3d(0,0,100px) scale(.85,.85);
        -ms-transform: translate3d(0,0,100px) scale(.85,.85);
        -o-transform: translate3d(0,0,100px) scale(.85,.85);
        transform: translate3d(0,0,100px) scale(.85,.85)
    }

    .rotating.flip.cube .back {
        -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(.9,.9);
        -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85);
        -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85);
        -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85);
        transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85)
    }

    .rotating.flip.cube.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(.9,.9);
        -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85);
        -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85);
        -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85);
        transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85)
    }

/*************************************************************
	Alerts
 *************************************************************/
.wsc-msg, .wsc-msg2 {
    display: block;
    color: #444;
    border-left: 4px solid rgba(0,0,0,.1);
    margin-bottom: 20px
}

.wsc-msg2 {
    border-left: 4px solid rgba(0,0,0,.2)
}

.successmsg {
    background: #C5EBD4;
    color: #184B21
}

.errormsg {
    background: #FCC;
    color: #740D0A
}

.infomsg {
    background: #B9DFF4;
    color: #124F70
}

.alertmsg {
    background: #FCE0B6;
    color: #975E06
}

.wsc-msg .sb-msg, .wsc-msg2 .msgtitle, .wsc-msg2 .sb-msg {
    display: block;
    padding: 15px;
    border-left: 1px solid rgba(255,255,255,.5);
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255,255,255,.6)
}

.wsc-msg2 .msgtitle {
    background: rgba(0,0,0,.15);
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    font-weight: 700
}

.wsc-msg-light .msgtitle, .wsc-msg-light .sb-msg {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3)
}

.wsc-msg2 .sb-msg {
    font-weight: 400
}

.wsc-msg2 ol, .wsc-msg2 ul {
    margin: 0 0 0 30px
}

.wsc-msg2 ol {
    list-style-type: decimal
}

.wsc-msg2 ul {
    list-style-type: disc
}

.alert em, .msgtitle em, .sb-msg em {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px
}

/*************************************************************
	Headings
 *************************************************************/
.title-vert-border {
    padding: 2px 0 3px 20px;
    border-left-width: 7px;
    border-left-style: solid;
    margin-bottom: 30px
}

.title-vert-border-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid;
    text-align: right
}

.title-vert-border h1, .title-vert-border h2, .title-vert-border h3, .title-vert-border h4 {
    margin-bottom: 0;
    margin-top: 0
}

.title-vert-border > span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300
}

.title-vert-border h1 + span {
    font-size: 22px
}

.title-vert-border h2 + span {
    font-size: 19px
}

.title-vert-border h3 + span {
    font-size: 17px
}

.title-vert-border h4 + span {
    font-size: 15px;
    margin-top: 3px
}

.heading-block {
    margin-bottom: 50px
}

    .emphasis-title h1, .emphasis-title h2, .heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4 {
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333
    }

.emphasis-title h1, .emphasis-title h2 {
    font-weight: 400;
    text-transform: none
}

.heading-block h1 {
    font-size: 32px
}

.heading-block h2 {
    font-size: 30px
}

.heading-block h3 {
    font-size: 26px
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 700
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777
}

.heading-block .before-heading {
    margin-bottom: 7px
}

.center .heading-block > span, .heading-block.center > span, .heading-block.title-center > span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.heading-block h1 + span {
    font-size: 24px
}

.heading-block h2 + span {
    font-size: 22px
}

.heading-block h3 + span, .heading-block h4 + span {
    font-size: 20px
}

.heading-block ~ p:not(.lead) {
    font-size: 15px
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444
}

.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
    margin: 30px auto 0
}

.heading-block.noborder:after, .heading-block.nobottomborder:after {
    display: none
}

.emphasis-title {
    margin: 0 0 50px
}

    .emphasis-title h1, .emphasis-title h2 {
        font-size: 64px;
        letter-spacing: -2px
    }

        .emphasis-title h1 strong, .emphasis-title h2 strong {
            font-weight: 700
        }

.custom-title {
    position: relative;
    margin-bottom: 20px
}

    .custom-title h1, .custom-title h2, .custom-title h3, .custom-title h4, .custom-title h5, .custom-title h6 {
        position: relative;
        display: inline-block;
        background-color: #FFF;
        padding-right: 15px;
        margin-bottom: 0;
        margin-top: 0
    }

    .custom-title h4, .custom-title h5, .custom-title h6 {
        padding-right: 10px
    }

    .custom-title.title-border-color:before, .custom-title.title-border:before, .custom-title.title-double-border:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        border-top: 3px double #E5E5E5;
        left: auto;
        top: 46%;
        right: 0
    }

    .custom-title.title-border:before {
        top: 49%;
        border-top: 1px solid #EEE
    }

    .custom-title.title-border-color:before {
        top: 49%;
        border-top-width: 1px;
        border-top-style: solid;
        opacity: .6
    }

.title-center {
    text-align: center
}

    .title-center h1, .title-center h2, .title-center h3 {
        padding: 0 15px
    }

    .title-center h4, .title-center h5, .title-center h6 {
        padding: 0 10px
    }

.title-right {
    text-align: right
}

    .title-right h1, .title-right h2, .title-right h3 {
        padding: 0 0 0 15px
    }

    .title-right h4, .title-right h5, .title-right h6 {
        padding: 0 0 0 10px
    }

.custom-title.title-bottom-border h1, .custom-title.title-bottom-border h2, .custom-title.title-bottom-border h3, .custom-title.title-bottom-border h4, .custom-title.title-bottom-border h5, .custom-title.title-bottom-border h6 {
    display: block;
    background: 0 0;
    padding: 0 0 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.custom-title.title-lined-border {
    background: url(../img/nlines.png) center repeat-x
}

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-family: 'Crete Round',serif;
    font-style: italic;
    font-weight: 400;
    color: #999
}

/*************************************************************
	Styled Icons
 *************************************************************/
.i-bordered, .i-circled, .i-plain, .i-rounded, .social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    cursor: pointer;
    font-style: normal
}

body:not(.device-touch) .i-bordered, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-rounded, body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.i-bordered, .i-circled, .i-rounded {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none
}

.i-light, .i-plain {
    text-shadow: 1px 1px 1px #FFF
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444
}

    .i-plain:hover {
        color: #777
    }

.i-circled {
    border-radius: 50%
}

.i-light {
    background-color: #F5F5F5;
    color: #444;
    box-shadow: inset 0 0 15px rgba(0,0,0,.2)
}

.i-alt {
    background-image: url(images/icons/iconalt.svg);
    background-position: center center;
    background-size: 100% 100%
}

.i-circled:hover, .i-rounded:hover {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 0 0 rgba(0,0,0,.2)
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444
}

.i-small.i-bordered, .i-small.i-circled, .i-small.i-plain, .i-small.i-rounded {
    margin: 4px 11px 7px 0;
    font-size: 14px
}

.i-small.i-bordered, .i-small.i-circled, .i-small.i-rounded {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important
}

.i-small.i-bordered {
    line-height: 26px !important
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important
}

.i-medium.i-bordered, .i-medium.i-circled, .i-medium.i-plain, .i-medium.i-rounded {
    margin: 6px 13px 9px 0;
    font-size: 21px
}

.i-medium.i-bordered, .i-medium.i-circled, .i-medium.i-rounded {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important
}

.i-medium.i-bordered {
    line-height: 34px !important
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important
}

.i-large.i-bordered, .i-large.i-circled, .i-large.i-plain, .i-large.i-rounded {
    margin: 4px 11px 7px 0;
    font-size: 42px
}

.i-large.i-bordered, .i-large.i-circled, .i-large.i-rounded {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important
}

.i-large.i-bordered {
    line-height: 62px !important
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important
}

.i-xlarge.i-bordered, .i-xlarge.i-circled, .i-xlarge.i-plain, .i-xlarge.i-rounded {
    margin: 4px 11px 7px 0;
    font-size: 56px
}

.i-xlarge.i-bordered, .i-xlarge.i-circled, .i-xlarge.i-rounded {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important
}

.i-xlarge.i-bordered {
    line-height: 82px !important
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important
}

/*************************************************************
	Countdown
 *************************************************************/
.wsc-countdown {
    display: block
}

.countdown-row {
    display: block;
    position: relative;
    text-align: center
}

.countdown-section {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    width: 25%;
    border-left: 1px dotted #BBB;
    color: #888;
    text-transform: capitalize
}

    .countdown-section:first-child {
        border-left: 0
    }

.countdown-amount {
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px
}

.countdown-descr {
    display: block;
    width: 100%
}

.wsc-countdown-medium .countdown-section {
    font-size: 14px
}

.wsc-countdown-medium .countdown-amount {
    font-size: 30px;
    margin-bottom: 7px
}

.wsc-countdown-large .countdown-section {
    font-size: 18px
}

.wsc-countdown-large .countdown-amount {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 8px
}

.wsc-countdown.wsc-countdown-inline {
    display: inline-block
}

    .wsc-countdown.wsc-countdown-inline .countdown-row {
        display: inline-block;
        text-align: center
    }

    .wsc-countdown.wsc-countdown-inline .countdown-section {
        display: inline-block;
        font-size: inherit;
        line-height: inherit;
        width: auto;
        border: none;
        color: inherit;
        margin-left: 7px;
        text-transform: lowercase
    }

        .wsc-countdown.wsc-countdown-inline .countdown-section:first-child {
            margin-left: 0
        }

    .wsc-countdown.wsc-countdown-inline .countdown-amount {
        display: inline-block;
        font-size: inherit;
        color: inherit;
        font-weight: 700;
        margin: 0 3px 0 0
    }

    .wsc-countdown.wsc-countdown-inline .countdown-descr {
        display: inline-block;
        width: auto
    }

/* Countdown - Coming Soon
-----------------------------------------------------------------*/
body:not(.device-xs):not(.device-xxs) .wsc-countdown.wsc-countdown-large.wsc-coming-soon .countdown-section {
    border: none;
    padding: 15px
}

body:not(.device-xs):not(.device-xxs) .wsc-countdown.wsc-countdown-large.wsc-coming-soon .countdown-amount {
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.2);
    margin-bottom: 15px !important
}

/*************************************************************
	Counter
 *************************************************************/
.wsc-counter {
    font-size: 42px;
    font-weight: 400;
    font-weight: lighter;
    line-height: normal
}

    .wsc-counter.wsc-counter-small {
        font-size: 28px
    }

    .wsc-counter.wsc-counter-large {
        font-size: 56px
    }

    .wsc-counter.wsc-counter-xlarge {
        font-size: 64px;
        font-weight: 400
    }

    .wsc-counter.wsc-counter-inline {
        font-size: inherit;
        font-weight: inherit
    }

    .wsc-counter + h5 {
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px
    }

    .wsc-counter.wsc-counter-lined + h5:before {
        display: block;
        position: relative;
        margin: 20px auto 25px;
        content: '';
        width: 15%;
        border-top: 2px solid #444;
        opacity: .9
    }

    .wsc-counter.wsc-counter-small + h5 {
        font-size: 13px
    }

    .wsc-counter.wsc-counter-large + h5, .wsc-counter.wsc-counter-xlarge + h5 {
        font-size: 15px;
        font-weight: 300
    }

/*************************************************************
	Accordion
 *************************************************************/
.accordion .panel, .accordion .panel-heading {
    box-shadow: none !important
}

    .accordion .panel, .accordion .panel-footer + .panel-collapse .panel-body, .accordion .panel-heading + .panel-collapse .panel-body {
        border: 0 !important
    }

    .accordion .panel-heading a {
        font-weight: 400
    }

    .accordion .panel-heading .accordion-toggle:after {
        font-family: FontAwesome;
        content: "\f105";
        float: right
    }

    .accordion .panel-heading .accordion-toggle.collapsed:after {
        content: "\f107"
    }

.accordion.panel-group .panel + .panel {
    margin-top: 5px
}

.accordion .panel-default > .panel-heading, .accordion .panel-heading {
    background-color: #2BA6CB;
    color: #fff
}

    .accordion .panel-heading .accordion-toggle, .accordion .panel-heading .accordion-toggle:after, .accordion .panel-heading a:hover {
        color: #fff
    }

.accordion .panel {
    background-color: #f6f6f6
}

/*************************************************************
	Tabs
 *************************************************************/
ul.nav-tabs {
    margin: 0 !important
}

.nav-tabs > li > a {
    border: 0 solid #34495E;
    border-radius: 0;
    margin-right: 2px;
    font-size: 12px;
    padding: 10px 15px;
    outline: 0;
    background: #34495E;
    color: #fff
}

.nav-tabs > li.active > a, .nav-tabs > li.ui-tabs-active > a {
    border: 0;
    background: #2BA6CB;
    color: #fff
}

    .nav-tabs > .ui-tabs-active > a:focus, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.ui-tabs-active > a:hover, .nav-tabs > li > a:hover {
        border: 0 solid #34495E;
        background: #2BA6CB;
        color: #fff
    }

.tab-content {
    padding: 18px 0 0
}

.tabs-top .nav-tabs > li.active > a, .tabs-top .nav-tabs > li.active > a:hover {
    color: #fff
}

.tabs-left > .nav-tabs {
    border: none
}

.tabbable.tabs-left .nav-tabs li {
    border-radius: 0;
    margin: 10px 0 -2px
}

.tabbable.tabs-left .nav-tabs a {
    border: 0;
    font-size: 12px;
    padding: 6px 0 6px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: #2980B9 3px solid;
    color: #eee;
    background: #34495E
}

    .tabbable.tabs-left .nav-tabs .active a, .tabbable.tabs-left .nav-tabs a:hover {
        border: 0;
        border-left: 3px solid #2980B9;
        color: #fff;
        background: #2BA6CB
    }

.tabbable.tabs-left .tab-content {
    padding: 10px 0 20px 15px
}

    .tabbable.tabs-left .tab-content h1, .tabbable.tabs-left .tab-content h2, .tabbable.tabs-left .tab-content h3, .tabbable.tabs-left .tab-content h4, .tabbable.tabs-left .tab-content h5, .tabbable.tabs-left .tab-content h6 {
        margin-top: 0
    }

/*************************************************************
	Buttons
 *************************************************************/
.wsc-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    padding: 0 22px;
    font-size: 14px;
    line-height: 40px;
    color: #FFF !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2)
}

.bs-docs-example .wsc-button {
    margin: 5px
}

.bs-docs-example .wsc-banner-caption .wsc-button {
    margin: 5px 0 0
}

body:not(.device-touch) .wsc-button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 300;
}

.wsc-button.wsc-button-dark {
    background-color: #444
}

.wsc-button.wsc-button-light {
    color: #333 !important;
    text-shadow: none !important
}

.wsc-button:hover {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    opacity: .9
}

.wsc-button.wsc-button-mini {
    padding: 0 14px;
    font-size: 11px;
    line-height: 28px;
    font-weight: lighter;
}

.wsc-button.wsc-button-small {
    padding: 0 17px;
    font-size: 12px;
    line-height: 34px;
    font-weight: lighter;
}

.wsc-button.wsc-button-large {
    padding: 0 26px;
    font-size: 16px;
    line-height: 46px;
    font-weight: lighter;
}

.wsc-button.wsc-button-xlarge {
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 52px;
    font-weight: bold !important;
}

.wsc-button.wsc-button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
    font-weight: bold !important;
}

    .wsc-button.wsc-button-desc span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        font-family: 'Crete Round',serif;
        font-style: italic;
        text-transform: none
    }

.wsc-button em {
    position: relative;
    top: 0;
    line-height: 1;
    margin-right: 5px
}

.wsc-button.tright em {
    margin: 0 0 0 5px
}

.wsc-button-mini em {
    margin-right: 3px
}

.wsc-button-mini.tright em {
    margin: 0 0 0 3px
}

.wsc-button-small em {
    margin-right: 4px
}

.wsc-button-small.tright em {
    margin: 0 0 0 4px
}

.wsc-button-xlarge em {
    margin-right: 8px
}

.wsc-button-xlarge.tright em {
    margin: 0 0 0 8px
}

.wsc-button.wsc-button-desc em {
    top: 1px;
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px
}

.wsc-button.wsc-button-desc.tright em {
    margin: 0 0 0 12px
}

.wsc-button.wsc-button-desc div {
    display: inline-block
}

.wsc-button.wsc-button-rounded {
    border-radius: 3px
}

.wsc-button.wsc-button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333 !important;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none
}

    .wsc-button.wsc-button-border.wsc-button-mini {
        line-height: 24px
    }

    .wsc-button.wsc-button-border.wsc-button-small {
        line-height: 30px
    }

    .wsc-button.wsc-button-border.wsc-button-large {
        line-height: 42px
    }

    .wsc-button.wsc-button-border.wsc-button-xlarge {
        line-height: 48px
    }

    .wsc-button.wsc-button-border.wsc-button-desc {
        line-height: 1
    }

    .wsc-button.wsc-button-border:hover {
        background-color: #444;
        color: #FFF !important;
        border-color: transparent !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2)
    }

    .wsc-button.wsc-button-border.wsc-button-light {
        border-color: #fefefe;
        color: #fefefe !important
    }

        .wsc-button.wsc-button-border.wsc-button-light:hover {
            background-color: #fefefe;
            color: #222 !important;
            text-shadow: none
        }

.wsc-button.wsc-button-3d {
    border-bottom: 3px solid rgba(0,0,0,.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

    .wsc-button.wsc-button-3d:hover {
        opacity: .9
    }

    .wsc-button.wsc-button-3d.wsc-button-light:hover, .wsc-button.wsc-button-reveal.wsc-button-light:hover {
        text-shadow: none;
        color: #333
    }

.wsc-button.wsc-button-reveal {
    padding: 0 28px;
    overflow: hidden
}

    .wsc-button.wsc-button-reveal em {
        display: block;
        position: absolute;
        top: 0;
        left: -32px;
        width: 32px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        text-align: center;
        background-color: rgba(0,0,0,.1)
    }

    .wsc-button.wsc-button-reveal.wsc-button-border em {
        top: -2px
    }

    .wsc-button.wsc-button-reveal.tright em {
        left: auto;
        right: -32px
    }

    .wsc-button.wsc-button-reveal.wsc-button-3d em, .wsc-button.wsc-button-reveal.wsc-button-rounded em {
        border-radius: 3px 0 0 3px
    }

    .wsc-button.wsc-button-reveal.wsc-button-3d.tright em, .wsc-button.wsc-button-reveal.wsc-button-rounded.tright em {
        border-radius: 0 3px 3px 0
    }

    .wsc-button.wsc-button-reveal span {
        display: inline-block;
        position: relative;
        left: 0
    }

body:not(.device-touch) .wsc-button.wsc-button-reveal em, body:not(.device-touch) .wsc-button.wsc-button-reveal span {
    -webkit-transition: left .3s ease,right .3s ease;
    -o-transition: left .3s ease,right .3s ease;
    transition: left .3s ease,right .3s ease
}

.wsc-button.wsc-button-reveal.wsc-button-mini {
    padding: 0 17px
}

    .wsc-button.wsc-button-reveal.wsc-button-mini em {
        left: -22px;
        width: 22px;
        height: 28px;
        line-height: 28px
    }

    .wsc-button.wsc-button-reveal.wsc-button-mini.tright em {
        left: auto;
        right: -22px
    }

.wsc-button.wsc-button-reveal.wsc-button-small {
    padding: 0 22px
}

    .wsc-button.wsc-button-reveal.wsc-button-small em {
        left: -26px;
        width: 26px;
        height: 34px;
        line-height: 34px
    }

    .wsc-button.wsc-button-reveal.wsc-button-small.tright em {
        left: auto;
        right: -26px
    }

.wsc-button.wsc-button-reveal.wsc-button-large {
    padding: 0 32px
}

    .wsc-button.wsc-button-reveal.wsc-button-large em {
        left: -38px;
        width: 38px;
        height: 46px;
        line-height: 46px
    }

    .wsc-button.wsc-button-reveal.wsc-button-large.tright em {
        left: auto;
        right: -38px
    }

.wsc-button.wsc-button-reveal.wsc-button-xlarge {
    padding: 0 40px
}

    .wsc-button.wsc-button-reveal.wsc-button-xlarge em {
        left: -44px;
        width: 44px;
        height: 52px;
        line-height: 52px
    }

    .wsc-button.wsc-button-reveal.wsc-button-xlarge.tright em {
        left: auto;
        right: -44px
    }

.wsc-button.wsc-button-reveal:hover em {
    left: 0
}

.wsc-button.wsc-button-reveal.tright:hover em {
    left: auto;
    right: 0
}

.wsc-button.wsc-button-reveal:hover span {
    left: 16px
}

.wsc-button.wsc-button-reveal.wsc-button-mini:hover span {
    left: 11px
}

.wsc-button.wsc-button-reveal.wsc-button-small:hover span {
    left: 13px
}

.wsc-button.wsc-button-reveal.wsc-button-large:hover span {
    left: 19px
}

.wsc-button.wsc-button-reveal.wsc-button-xlarge:hover span {
    left: 22px
}

.wsc-button.wsc-button-reveal.tright:hover span {
    left: -16px
}

.wsc-button.wsc-button-reveal.wsc-button-mini.tright:hover span {
    left: -11px
}

.wsc-button.wsc-button-reveal.wsc-button-small.tright:hover span {
    left: -13px
}

.wsc-button.wsc-button-reveal.wsc-button-large.tright:hover span {
    left: -19px
}

.wsc-button.wsc-button-reveal.wsc-button-xlarge.tright:hover span {
    left: -22px
}

.wsc-button.wsc-button-full {
    display: block !important;
    white-space: normal;
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1)
}

    .wsc-button.wsc-button-full.wsc-button-light {
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

    .wsc-button.wsc-button-full strong {
        font-weight: 600;
    }

body:not(.device-touch) .wsc-button.wsc-button-full strong {
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.wsc-button.wsc-button-full.wsc-button-light strong {
    border-bottom-color: #333
}

.wsc-button.wsc-button-full.wsc-button-light:hover strong {
    border-bottom-color: #EEE
}

.wsc-back-red, .wsc-button-3d.wsc-button-red:hover, .wsc-button-red, .wsc-button-reveal.wsc-button-red:hover {
    background-color: #e04a40 !important
}

.wsc-back-blue, .wsc-button-3d.wsc-button-blue:hover, .wsc-button-blue, .wsc-button-reveal.wsc-button-blue:hover {
    background-color: #2BA6CB !important
}

.wsc-back-aqua, .wsc-button-3d.wsc-button-aqua:hover, .wsc-button-aqua, .wsc-button-reveal.wsc-button-aqua:hover {
    background-color: #31C3A6 !important
}

.wsc-back-green, .wsc-button-3d.wsc-button-green:hover, .wsc-button-green, .wsc-button-reveal.wsc-button-green:hover {
    background-color: #42C461 !important
}

.wsc-back-orange, .wsc-button-3d.wsc-button-orange:hover, .wsc-button-orange, .wsc-button-reveal.wsc-button-orange:hover {
    background-color: #D35400 !important
}

.wsc-back-purple, .wsc-button-3d.wsc-button-purple:hover, .wsc-button-purple, .wsc-button-reveal.wsc-button-purple:hover {
    background-color: #c762cb !important
}

.wsc-back-sky, .wsc-button-3d.wsc-button-sky:hover, .wsc-button-reveal.wsc-button-sky:hover, .wsc-button-sky {
    background-color: #00C2D1 !important
}

.wsc-back-lime, .wsc-button-3d.wsc-button-lime:hover, .wsc-button-lime, .wsc-button-reveal.wsc-button-lime:hover {
    background-color: #AEE239 !important
}

.wsc-back-pink, .wsc-button-3d.wsc-button-pink:hover, .wsc-button-pink, .wsc-button-reveal.wsc-button-pink:hover {
    background-color: #F89FA1 !important
}

.wsc-back-black, .wsc-button-3d.wsc-button-black:hover, .wsc-button-black, .wsc-button-reveal.wsc-button-black:hover {
    background-color: #111 !important
}

.wsc-back-white, .wsc-button-3d.wsc-button-white:hover, .wsc-button-reveal.wsc-button-white:hover, .wsc-button-white {
    background-color: #F9F9F9 !important
}

.wsc-back-yellow, .wsc-button-3d.wsc-button-yellow:hover, .wsc-button-reveal.wsc-button-yellow:hover, .wsc-button-yellow {
    background-color: #edd069 !important
}

.wsc-back-leaf, .wsc-button-3d.wsc-button-leaf:hover, .wsc-button-leaf, .wsc-button-reveal.wsc-button-leaf:hover {
    background-color: #a9cabb !important
}

/*************************************************************
	Deviders
 *************************************************************/
.wsc-divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #ddd;
    width: 100%
}

    .wsc-divider.wsc-divider-margin {
        margin: 70px 0
    }

    .wsc-divider.wsc-divider-center.wsc-divider-short:before, .wsc-divider.wsc-divider-center:before, .wsc-divider:after {
        content: '';
        position: absolute;
        width: 100%;
        top: 8px;
        left: 30px;
        height: 0;
        border-top: 1px solid #ddd
    }

    .wsc-divider.wsc-divider-center.wsc-divider-short.wsc-divider-thick:before, .wsc-divider.wsc-divider-center.wsc-divider-thick:before, .wsc-divider.wsc-divider-thick:after {
        border-top-width: 3px
    }

    .wsc-divider.wsc-divider-short:after {
        width: 30%
    }

    .wsc-divider.wsc-divider-vshort:after {
        width: 12%
    }

    .wsc-divider em {
        position: relative;
        width: 18px;
        height: 18px;
        line-height: 1;
        font-size: 18px !important;
        text-align: center
    }

    .wsc-divider a {
        position: relative;
        display: inline-block;
        color: inherit;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .wsc-divider a:hover {
            color: #888
        }

    .wsc-divider.wsc-divider-right {
        text-align: right
    }

        .wsc-divider.wsc-divider-right:after {
            left: auto;
            right: 30px
        }

    .wsc-divider.wsc-divider-center, .wsc-divider.wsc-divider-center.wsc-divider-short {
        text-align: center
    }

        .wsc-divider.wsc-divider-center:before {
            left: -50% !important;
            right: 0;
            margin-left: -20px
        }

        .wsc-divider.wsc-divider-center:after {
            left: 50% !important;
            right: 0;
            margin-left: 20px
        }

        .wsc-divider.wsc-divider-center.wsc-divider-short:before {
            left: auto !important;
            right: 50%;
            margin-right: 20px;
            width: 15%
        }

        .wsc-divider.wsc-divider-center.wsc-divider-short:after {
            left: 50% !important;
            right: auto !important;
            margin-left: 20px;
            width: 15%
        }

        .wsc-divider.wsc-divider-center.wsc-divider-vshort:after, .wsc-divider.wsc-divider-center.wsc-divider-vshort:before {
            width: 6%
        }

    .wsc-divider.wsc-divider-rounded {
        color: #BBB
    }

        .wsc-divider.wsc-divider-border.wsc-divider-center:before, .wsc-divider.wsc-divider-border.wsc-divider-short:before, .wsc-divider.wsc-divider-border:after, .wsc-divider.wsc-divider-rounded.wsc-divider-center:before, .wsc-divider.wsc-divider-rounded.wsc-divider-short:before, .wsc-divider.wsc-divider-rounded:after {
            top: 19px;
            left: 40px
        }

        .wsc-divider.wsc-divider-border em, .wsc-divider.wsc-divider-rounded em {
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: #F5F5F5;
            border-radius: 50%
        }

        .wsc-divider.wsc-divider-border.wsc-divider-right:after, .wsc-divider.wsc-divider-rounded.wsc-divider-right:after {
            left: auto;
            right: 40px
        }

    .wsc-divider.wsc-divider-border {
        color: #ddd
    }

        .wsc-divider.wsc-divider-border em {
            line-height: 38px;
            background-color: transparent;
            border: 1px solid #ddd
        }

    .wsc-divider.wsc-divider-line:after, .wsc-divider.wsc-divider-line:before {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

.wsc-double-line, .wsc-line {
    border-top: 1px solid #ddd;
    clear: both;
    margin: 35px 0 30px;
    position: relative;
    width: 100%
}

.wsc-double-line {
    border-top: 4px double #e5e5e5
}

/*************************************************************
	Clients and testimonials
 *************************************************************/
.wsc-clients-grid li, .wsc-testimonials-grid li {
    float: left;
    position: relative;
    padding: 20px 0
}

.wsc-clients-grid, .wsc-testimonials-grid {
    list-style: none;
    overflow: hidden
}

    .wsc-clients-grid li {
        width: 20%
    }

    .wsc-clients-grid.grid-2 li {
        width: 50%;
        padding: 25px 0
    }

    .wsc-clients-grid.grid-3 li {
        width: 33.33%
    }

    .wsc-clients-grid.grid-4 li {
        width: 25%
    }

    .wsc-clients-grid.grid-6 li {
        width: 16.66%
    }

    .wsc-clients-grid li a {
        opacity: .75
    }

body:not(.device-touch) .wsc-clients-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.wsc-clients-grid li a:hover {
    opacity: 1
}

.wsc-clients-grid li a, .wsc-clients-grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

    .wsc-clients-grid li a img {
        width: 100%
    }

.wsc-clients-grid li:after, .wsc-clients-grid li:before {
    content: '';
    position: absolute
}

.wsc-clients-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #DDD
}

.wsc-clients-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #DDD
}

@media (min-width:480px) and (max-width:767px) {
    .wsc-clients-grid.grid-4 li, .wsc-clients-grid.grid-6 li, .wsc-clients-grid:not(.grid-3):not(.grid-2) li {
        width: 33.33%
    }
}

@media (max-width:479px) {
    .wsc-clients-grid.grid-4 li, .wsc-clients-grid.grid-6 li, .wsc-clients-grid:not(.grid-3):not(.grid-2) li {
        width: 50%
    }
}

.wsc-testimonials-grid li {
    width: 50%;
    padding: 25px
}

.wsc-testimonials-grid .wsc-testimonial.wsc-testimonial-big .wsc-testi-image a, .wsc-testimonials-grid .wsc-testimonial.wsc-testimonial-big .wsc-testi-image i, .wsc-testimonials-grid .wsc-testimonial.wsc-testimonial-big .wsc-testi-image, .wsc-testimonials-grid .wsc-testimonial.wsc-testimonial-big .wsc-testi-image img {
    height: 80px;
    width: 80px;
}

.wsc-testimonials-grid .wsc-testimonial.wsc-testimonial-big .wsc-testi-content p {
    font-size: 18px;
}

.wsc-testimonials-grid.grid-3 li {
    width: 33.33%
}

.wsc-clients-grid.wsc-clients-noborer li:before, .wsc-testimonials-grid.wsc-testimonials-noborer li:before, .wsc-clients-grid.wsc-clients-noborer li:after, .wsc-testimonials-grid.wsc-testimonials-noborer li:after {
    border: 0px !important;
}

.wsc-testimonials-grid li .wsc-testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important
}

.wsc-testi-image {
    float: left;
    margin-right: 15px
}

    .wsc-testi-image, .wsc-testi-image a, .wsc-testi-image i, .wsc-testi-image img {
        display: block;
        width: 64px;
        height: 64px
    }

        .wsc-testi-image i {
            text-align: center;
            background-color: #EEE;
            border-radius: 50%;
            line-height: 64px;
            font-size: 28px;
            color: #888;
            text-shadow: 1px 1px 1px #FFF
        }

        .wsc-testi-image img {
            border-radius: 50%
        }

.wsc-testi-content {
    position: relative;
    overflow: hidden
}

    .wsc-testi-content p {
        margin-bottom: 0;
        font-style: italic;
        font-family: Serif
    }

        .wsc-testi-content p:after, .wsc-testi-content p:before {
            content: '"'
        }

.wsc-testi-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

    .wsc-testi-meta:before {
        content: '\2013'
    }

    .wsc-testi-meta span {
        display: block;
        font-weight: 400;
        color: #999;
        font-size: 12px;
        text-transform: none;
        padding-left: 10px
    }

.wsc-testimonial.twitter-scroll .wsc-testi-content p:after, .wsc-testimonial.twitter-scroll .wsc-testi-content p:before, .wsc-testimonial.twitter-scroll .wsc-testi-meta:before {
    content: ''
}

.wsc-testimonial.twitter-scroll .wsc-testi-meta span {
    padding-left: 0
}

    .wsc-testimonial.twitter-scroll .wsc-testi-meta span a {
        color: #999
    }

        .wsc-testimonial.twitter-scroll .wsc-testi-meta span a:hover {
            color: #222
        }

.wsc-testimonial.wsc-testimonial-full, .wsc-testimonial.wsc-testimonial-full[data-animation=fade] {
    padding: 30px
}

    .wsc-testimonial.wsc-testimonial-full[data-animation=fade] .flexslider {
        overflow: visible !important
    }

.wsc-testimonial-full .wsc-testi-image {
    float: none;
    margin: 0 auto 20px
}

    .wsc-testimonial-full .wsc-testi-image, .wsc-testimonial-full .wsc-testi-image a, .wsc-testimonial-full .wsc-testi-image i, .wsc-testimonial-full .wsc-testi-image img {
        display: block;
        width: 72px;
        height: 72px
    }

        .wsc-testimonial-full .wsc-testi-image i {
            line-height: 72px
        }

.wsc-testimonial-full .wsc-testi-content {
    text-align: center;
    font-size: 18px
}

.wsc-testimonial-full.wsc-testimonial-big .wsc-testi-content p {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 34px;
}

.wsc-testimonial-full .wsc-testi-content p {
    font-size: 18px;
    font-weight: 300
}

.wsc-testimonial-full .wsc-testi-meta {
    margin-top: 15px
}

    .wsc-testimonial-full .wsc-testi-meta span {
        padding-left: 0
    }

.section > .wsc-testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 800px;
    margin: 0 auto
}

    .section > .wsc-testimonial[data-animation=fade] {
        padding: 0
    }

    .section > .wsc-testimonial .wsc-testi-content {
        font-size: 22px
    }

    .section > .wsc-testimonial .wsc-testi-meta, .section > .wsc-testimonial .wsc-testi-meta span {
        font-size: 14px
    }

.wsc-testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0
}

#footer_alt .wsc-testimonial .flex-control-nav li {
    border-bottom: none;
}

.wsc-testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px
}

    .wsc-testimonial .flex-control-nav li a {
        width: 6px !important;
        height: 6px !important;
        border: none;
        opacity: .5
    }

    .wsc-testimonial .flex-control-nav li:hover a {
        opacity: .75
    }

    .wsc-testimonial .flex-control-nav li a.flex-active {
        opacity: 1
    }

.wsc-testimonial.wsc-testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px
}

    .wsc-testimonial.wsc-testimonial-full .flex-control-nav li {
        display: inline-block;
        float: none
    }

@media (min-width:992px) and (max-width:1199px) {
    .wsc-testi-image, .wsc-testi-image a, .wsc-testi-image i, .wsc-testi-image img {
        display: block;
        width: 36px;
        height: 36px
    }

        .wsc-testi-image i {
            line-height: 36px;
            font-size: 20px
        }
}

@media (max-width:991px) {
    .wsc-testimonials-grid.grid-3 li {
        width: 50%
    }
}

@media (max-width:767px) {
    .wsc-testimonials-grid li {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0;
        height: auto !important
    }
}

@media (max-width:479px) {
    .wsc-testimonials-grid li {
        height: auto !important
    }

    .wsc-testi-image, .wsc-testi-image a, .wsc-testi-image i, .wsc-testi-image img {
        width: 36px;
        height: 36px
    }

        .wsc-testi-image i {
            line-height: 36px;
            font-size: 20px
        }
}
/*************************************************************
	Featured Boxes
 *************************************************************/
.wsc-featured-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px
}

.wsc-hellop-icons .wsc-featured-box {
    margin-top: 0px;
}

.wsc-featured-box:first-child {
    margin-top: 0
}

.wsc-featured-box .wsc-fdbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0
}

    .wsc-featured-box .wsc-fdbox-icon a, .wsc-featured-box .wsc-fdbox-icon em, .wsc-featured-box .wsc-fdbox-icon img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        color: #FFF
    }

    .wsc-featured-box .wsc-fdbox-icon em, .wsc-featured-box .wsc-fdbox-icon img {
        border-radius: 50%;
    }

    .wsc-featured-box .wsc-fdbox-icon em {
        font-style: normal;
        font-size: 28px;
        text-align: center;
        line-height: 64px
    }

.wsc-featured-box h3 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0
}

.wsc-featured-box p {
    margin: 8px 0 0;
    color: #999
}

.wsc-featured-box .before-heading {
    font-size: 14px
}

.wsc-featured-box.wsc-fdbox-large {
    padding: 0 0 0 115px
}

    .wsc-featured-box.wsc-fdbox-large .wsc-fdbox-icon {
        width: 96px;
        height: 96px
    }

        .wsc-featured-box.wsc-fdbox-large .wsc-fdbox-icon em {
            font-size: 42px;
            line-height: 96px
        }

.wsc-featured-box.wsc-fdbox-outline .wsc-fdbox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 3px
}

    .wsc-featured-box.wsc-fdbox-outline .wsc-fdbox-icon em {
        line-height: 56px
    }

.wsc-featured-box.wsc-fdbox-outline.wsc-fdbox-large .wsc-fdbox-icon {
    padding: 4px
}

    .wsc-featured-box.wsc-fdbox-outline.wsc-fdbox-large .wsc-fdbox-icon em {
        line-height: 86px
    }

.wsc-featured-box.wsc-fdbox-rounded .wsc-fdbox-icon, .wsc-featured-box.wsc-fdbox-rounded .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-rounded .wsc-fdbox-icon img {
    border-radius: 3px !important
}

.wsc-featured-box.wsc-fdbox-rounded.wsc-fdbox-large .wsc-fdbox-icon, .wsc-featured-box.wsc-fdbox-rounded.wsc-fdbox-large .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-rounded.wsc-fdbox-large .wsc-fdbox-icon img {
    border-radius: 4px !important
}

.wsc-featured-box.wsc-fdbox-light.wsc-fdbox-outline .wsc-fdbox-icon {
    border-color: #E5E5E5
}

.wsc-featured-box.wsc-fdbox-light .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-light .wsc-fdbox-icon img {
    border: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    color: #444
}

.wsc-featured-box.wsc-fdbox-light .wsc-fdbox-icon em {
    line-height: 62px
}

.wsc-featured-box.wsc-fdbox-light.wsc-fdbox-outline .wsc-fdbox-icon em {
    line-height: 54px
}

.wsc-featured-box.wsc-fdbox-light.wsc-fdbox-large .wsc-fdbox-icon em {
    line-height: 96px
}

.wsc-featured-box.wsc-fdbox-light.wsc-fdbox-outline.wsc-fdbox-large .wsc-fdbox-icon em {
    line-height: 84px
}

.wsc-featured-box.wsc-fdbox-dark.wsc-fdbox-outline .wsc-fdbox-icon {
    border-color: #444
}

.wsc-featured-box.wsc-fdbox-dark .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-dark .wsc-fdbox-icon img {
    background-color: #333
}

.wsc-featured-box.wsc-fdbox-border .wsc-fdbox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 0
}

    .wsc-featured-box.wsc-fdbox-border .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-border .wsc-fdbox-icon img {
        border: none;
        background-color: transparent !important;
    }

    .wsc-featured-box.wsc-fdbox-border .wsc-fdbox-icon em {
        line-height: 62px !important
    }

.wsc-featured-box.wsc-fdbox-border.wsc-fdbox-large .wsc-fdbox-icon em {
    line-height: 94px !important
}

.wsc-featured-box.wsc-fdbox-border.wsc-fdbox-light .wsc-fdbox-icon {
    border-color: #E5E5E5
}

    .wsc-featured-box.wsc-fdbox-border.wsc-fdbox-light .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-border.wsc-fdbox-light .wsc-fdbox-icon img {
        color: #888
    }

.wsc-featured-box.wsc-fdbox-border.wsc-fdbox-dark .wsc-fdbox-icon {
    border-color: #333
}

    .wsc-featured-box.wsc-fdbox-border.wsc-fdbox-dark .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-border.wsc-fdbox-dark .wsc-fdbox-icon img {
        color: #444
    }

.wsc-featured-box.wsc-fdbox-plain .wsc-fdbox-icon {
    border: none !important;
    height: auto !important
}

    .wsc-featured-box.wsc-fdbox-plain .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-plain .wsc-fdbox-icon img {
        border: none !important;
        background-color: transparent !important;
        border-radius: 0
    }

    .wsc-featured-box.wsc-fdbox-plain .wsc-fdbox-icon em {
        font-size: 48px;
        line-height: 1 !important
    }

    .wsc-featured-box.wsc-fdbox-plain .wsc-fdbox-icon img {
        height: 64px
    }

.wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-image .wsc-fdbox-icon {
    width: auto
}

    .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-image .wsc-fdbox-icon img {
        width: auto;
        display: inline-block
    }

.wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-small {
    padding-left: 42px
}

    .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-small .wsc-fdbox-icon {
        width: 28px
    }

    .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-small h3 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-small p {
        margin-left: -42px
    }

    .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-small .wsc-fdbox-icon em {
        font-size: 28px
    }

    .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-small .wsc-fdbox-icon img {
        height: 28px
    }

.wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-large .wsc-fdbox-icon em {
    font-size: 72px
}

.wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-large .wsc-fdbox-icon img {
    height: 96px
}

.wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-light .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-light .wsc-fdbox-icon img {
    color: #888
}

.wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-dark .wsc-fdbox-icon em, .wsc-featured-box.wsc-fdbox-plain.wsc-fdbox-dark .wsc-fdbox-icon img {
    color: #444
}

.wsc-featured-box.wsc-fdbox-center {
    padding: 0;
    text-align: center
}

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small {
        padding-left: 0 !important
    }

    .wsc-featured-box.wsc-fdbox-center .wsc-fdbox-icon {
        position: relative;
        width: 96px;
        height: 96px;
        margin: 0 auto 20px
    }

        .wsc-featured-box.wsc-fdbox-center .wsc-fdbox-icon em {
            font-size: 42px;
            line-height: 96px
        }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-outline .wsc-fdbox-icon em {
        line-height: 88px
    }

    .wsc-featured-box.wsc-fdbox-center p {
        font-size: 14px;
        margin-top: 15px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-large .wsc-fdbox-icon {
        width: 128px;
        height: 128px
    }

        .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-large .wsc-fdbox-icon em {
            font-size: 70px;
            line-height: 128px
        }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-large.wsc-fdbox-outline .wsc-fdbox-icon em {
        line-height: 118px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-light .wsc-fdbox-icon em {
        line-height: 94px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-light.wsc-fdbox-outline .wsc-fdbox-icon em {
        line-height: 86px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-light.wsc-fdbox-outline.wsc-fdbox-large .wsc-fdbox-icon em {
        line-height: 114px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-border .wsc-fdbox-icon em {
        line-height: 94px !important
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-large.wsc-fdbox-border .wsc-fdbox-icon em {
        line-height: 126px !important
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-plain .wsc-fdbox-icon em {
        font-size: 84px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-plain .wsc-fdbox-icon img {
        height: 96px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-large.wsc-fdbox-plain .wsc-fdbox-icon em {
        font-size: 112px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-large.wsc-fdbox-plain .wsc-fdbox-icon img {
        height: 128px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small .wsc-fdbox-icon {
        width: 64px;
        height: 64px
    }

        .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small .wsc-fdbox-icon em {
            font-size: 28px;
            line-height: 64px
        }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small.wsc-fdbox-outline .wsc-fdbox-icon em {
        line-height: 58px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-light.wsc-fdbox-outline.wsc-fdbox-small .wsc-fdbox-icon em {
        line-height: 54px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small.wsc-fdbox-border .wsc-fdbox-icon em {
        line-height: 62px !important
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small.wsc-fdbox-plain .wsc-fdbox-icon em {
        font-size: 56px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small.wsc-fdbox-plain .wsc-fdbox-icon img {
        height: 64px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-small p {
        font-size: 14px;
        margin-top: 10px
    }

    .wsc-featured-box.wsc-fdbox-center.wsc-fdbox-plain.wsc-fdbox-small p {
        margin-left: 0
    }

.wsc-featured-box.wsc-fdbox-left {
    text-align: left
}

.wsc-featured-box.wsc-fdbox-right {
    padding: 0 80px 0 0;
    text-align: right
}

    .wsc-featured-box.wsc-fdbox-right.wsc-fdbox-large {
        padding-right: 115px
    }

    .wsc-featured-box.wsc-fdbox-right .wsc-fdbox-icon {
        left: auto;
        right: 0
    }

    .wsc-featured-box.wsc-fdbox-right.wsc-fdbox-plain.wsc-fdbox-small {
        padding: 0 42px 0 0
    }

        .wsc-featured-box.wsc-fdbox-right.wsc-fdbox-plain.wsc-fdbox-small p {
            margin: 0 -42px 0 0
        }

.wsc-featured-box h3 + .wsc-fdbox-icon {
    margin-top: 20px !important
}

.wsc-featured-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none
}

.wsc-featured-box.wsc-fdbox-center:not(.wsc-fdbox-bg):hover h3:after {
    width: 50px
}

.wsc-featured-box.wsc-fdbox-center.noborder:not(.wsc-fdbox-bg) h3:after, .wsc-featured-box.wsc-fdbox-center.nobottomborder:not(.wsc-fdbox-bg) h3:after {
    display: none
}

.wsc-featured-box.wsc-fdbox-center.wsc-fdbox-italic p {
    font-style: italic;
    font-family: Lato,sans-serif
}

.wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center {
    margin-top: 68px;
    padding: 68px 30px 30px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px
}

    .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center:first-child {
        margin-top: 48px
    }

    .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center.wsc-fdbox-large {
        margin-top: 84px;
        padding-top: 84px
    }

        .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center.wsc-fdbox-large:first-child {
            margin-top: 64px
        }

    .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center .wsc-fdbox-icon {
        position: absolute;
        top: -48px;
        left: 50%;
        margin: 0 0 0 -48px
    }

    .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center.wsc-fdbox-large .wsc-fdbox-icon {
        top: -64px;
        left: 50%;
        margin-left: -64px
    }

    .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center.wsc-fdbox-border .wsc-fdbox-icon, .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center.wsc-fdbox-outline .wsc-fdbox-icon, .wsc-featured-box.wsc-fdbox-bg.wsc-fdbox-center.wsc-fdbox-plain .wsc-fdbox-icon {
        background-color: #FFF
    }

.wsc-fdbox-effect .wsc-fdbox-icon em {
    z-index: 1;
    -webkit-transition: background-color .3s,color .3s;
    -o-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s
}

    .wsc-fdbox-effect .wsc-fdbox-icon em:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: -3px;
        left: -3px;
        padding: 3px;
        box-shadow: 0 0 0 2px #333;
        -webkit-transition: -webkit-transform .3s,opacity .3s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform .3s,opacity .3s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform .3s,opacity .3s;
        transform: scale(.8);
        opacity: 0
    }

.wsc-fdbox-border.wsc-fdbox-rounded.wsc-fdbox-effect .wsc-fdbox-icon em:after, .wsc-fdbox-rounded.wsc-fdbox-effect .wsc-fdbox-icon em:after {
    border-radius: 3px
}

.wsc-fdbox-effect .wsc-fdbox-icon em:hover, .wsc-fdbox-effect:hover .wsc-fdbox-icon em {
    background-color: #333;
    color: #FFF
}

    .wsc-fdbox-effect .wsc-fdbox-icon em:hover:after, .wsc-fdbox-effect:hover .wsc-fdbox-icon em:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.wsc-fdbox-border.wsc-fdbox-effect .wsc-fdbox-icon em {
    -webkit-transition: color .5s,box-shadow .5s,background-color .5s;
    -o-transition: color .5s,box-shadow .5s,background-color .5s;
    transition: color .5s,box-shadow .5s,background-color .5s
}

    .wsc-fdbox-border.wsc-fdbox-effect .wsc-fdbox-icon em:after {
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        box-shadow: none;
        background-image: url(../../../images/icons/iconalt.svg);
        background-position: center center;
        background-size: 100% 100%;
        -webkit-transition: -webkit-transform .5s,opacity .5s,background-color .5s;
        -o-transition: -moz-transform .5s,opacity .5s,background-color .5s;
        transition: transform .5s,opacity .5s,background-color .5s;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        background-color: #333
    }

    .wsc-fdbox-border.wsc-fdbox-effect .wsc-fdbox-icon em:hover, .wsc-fdbox-border.wsc-fdbox-effect:hover .wsc-fdbox-icon em {
        color: #FFF;
        box-shadow: 0 0 0 1px #333
    }

        .wsc-fdbox-border.wsc-fdbox-effect .wsc-fdbox-icon em:hover:after, .wsc-fdbox-border.wsc-fdbox-effect:hover .wsc-fdbox-icon em:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

.wsc-featured-box.media-box {
    padding: 0
}

    .wsc-featured-box.media-box .wsc-fdbox-media {
        margin: 0 0 25px
    }

        .wsc-featured-box.media-box .wsc-fdbox-media, .wsc-featured-box.media-box .wsc-fdbox-media a, .wsc-featured-box.media-box .wsc-fdbox-media img {
            position: relative;
            display: block;
            width: 100%;
            height: auto
        }

            .wsc-featured-box.media-box .wsc-fdbox-media iframe {
                display: block
            }

    .wsc-featured-box.media-box p {
        margin-top: 17px
    }

    .wsc-featured-box.media-box.wsc-fdbox-bg .wsc-fdbox-media {
        margin: 0
    }

    .wsc-featured-box.media-box.wsc-fdbox-bg .wsc-fdbox-desc {
        padding: 25px;
        background-color: #FFF;
        border: 1px solid #E5E5E5;
        border-top: 0;
        border-radius: 0 0 5px 5px
    }

    .wsc-featured-box.media-box.wsc-fdbox-bg .wsc-fdbox-media img {
        border-radius: 5px 5px 0 0
    }

/*************************************************************
	CSS Manipulations
 *************************************************************/

.fbold {
    font-weight: bold !important;
}

.fnormal {
    font-weight: normal !important;
}

.flight {
    font-weight: lighter !important;
}

.fsize30 {
    font-size: 30px !important;
    line-height: 30px !important;
}

.fsize40 {
    font-size: 40px !important;
    line-height: 40px !important;
}

.fsize50 {
    font-size: 50px !important;
    line-height: 50px !important;
}

.fsize60 {
    font-size: 60px !important;
    line-height: 60px !important;
}

.fsize70 {
    font-size: 70px !important;
    line-height: 70px !important;
}

.fsize80 {
    font-size: 80px !important;
    line-height: 80px !important;
}

.fsize90 {
    font-size: 90px !important;
    line-height: 90px !important;
}

.fsize100 {
    font-size: 100px !important;
    line-height: 100px !important;
}

.fsize110 {
    font-size: 110px !important;
    line-height: 110px !important;
}

.fsize120 {
    font-size: 120px !important;
    line-height: 120px !important;
}

.fsize130 {
    font-size: 130px !important;
    line-height: 130px !important;
}

.fsize140 {
    font-size: 140px !important;
    line-height: 140px !important;
}

.martopdemo {
    border: 1px dashed #888;
}

.margtop-10 {
    margin-top: -10px !important;
}

.margtop-20 {
    margin-top: -20px !important;
}

.margtop-30 {
    margin-top: -30px !important;
}

.margtop-40 {
    margin-top: -40px !important;
}

.margtop-50 {
    margin-top: -50px !important;
}

.margtop-60 {
    margin-top: -60px !important;
}

.margtop-70 {
    margin-top: -70px !important;
}

.margtop-80 {
    margin-top: -80px !important;
}

.margtop-90 {
    margin-top: -90px !important;
}

.margtop0 {
    margin-top: 0px !important;
}

.margtop10 {
    margin-top: 10px !important;
}

.margtop20 {
    margin-top: 20px !important;
}

.margtop30 {
    margin-top: 30px !important;
}

.margtop40 {
    margin-top: 40px !important;
}

.margtop50 {
    margin-top: 50px !important;
}

.margtop60 {
    margin-top: 60px !important;
}

.margtop70 {
    margin-top: 70px !important;
}

.margtop80 {
    margin-top: 80px !important;
}

.margtop90 {
    margin-top: 90px !important;
}

.margbottom0 {
    margin-bottom: 0px !important;
}

.margbottom10 {
    margin-bottom: 10px !important;
}

.margbottom20 {
    margin-bottom: 20px !important;
}

.margbottom30 {
    margin-bottom: 30px !important;
}

.margbottom40 {
    margin-bottom: 40px !important;
}

.margbottom50 {
    margin-bottom: 50px !important;
}

.margbottom60 {
    margin-bottom: 60px !important;
}

.margbottom70 {
    margin-bottom: 70px !important;
}

.margbottom80 {
    margin-bottom: 80px !important;
}

.margbottom90 {
    margin-bottom: 90px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	07: CSS3 ANIMATIONS - originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/*-----------------------------------------------------------------------------------*/

/*Custom animation delays START*/
.animation-delay-100 {
    -webkit-animation-delay: 100ms !important;
    animation-delay: 100ms !important;
}

.animation-delay-200 {
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.animation-delay-300 {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.animation-delay-400 {
    -webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}

.animation-delay-500 {
    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}

.animation-delay-600 {
    -webkit-animation-delay: 600ms !important;
    animation-delay: 600ms !important;
}

.animation-delay-700 {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}

.animation-delay-800 {
    -webkit-animation-delay: 800ms !important;
    animation-delay: 800ms !important;
}

.animation-delay-900 {
    -webkit-animation-delay: 900ms !important;
    animation-delay: 900ms !important;
}

.animation-delay-1000 {
    -webkit-animation-delay: 1000ms !important;
    animation-delay: 1000ms !important;
}

.animation-delay-1100 {
    -webkit-animation-delay: 1100ms !important;
    animation-delay: 1100ms !important;
}

.animation-delay-1200 {
    -webkit-animation-delay: 1200ms !important;
    animation-delay: 1200ms !important;
}

.animation-delay-1300 {
    -webkit-animation-delay: 1300ms !important;
    animation-delay: 1300ms !important;
}

.animation-delay-1400 {
    -webkit-animation-delay: 1400ms !important;
    animation-delay: 1400ms !important;
}

.animation-delay-1500 {
    -webkit-animation-delay: 1500ms !important;
    animation-delay: 1500ms !important;
}

.animation-delay-1600 {
    -webkit-animation-delay: 1600ms !important;
    animation-delay: 1600ms !important;
}

.animation-delay-1700 {
    -webkit-animation-delay: 1700ms !important;
    animation-delay: 1700ms !important;
}

.animation-delay-1800 {
    -webkit-animation-delay: 1800ms !important;
    animation-delay: 1800ms !important;
}

.animation-delay-1900 {
    -webkit-animation-delay: 1900ms !important;
    animation-delay: 1900ms !important;
}

.animation-delay-2000 {
    -webkit-animation-delay: 2000ms !important;
    animation-delay: 2000ms !important;
}

.animation-delay-2100 {
    -webkit-animation-delay: 2100ms !important;
    animation-delay: 2100ms !important;
}

.animation-delay-2200 {
    -webkit-animation-delay: 2200ms !important;
    animation-delay: 2200ms !important;
}

.animation-delay-2300 {
    -webkit-animation-delay: 2300ms !important;
    animation-delay: 2300ms !important;
}

.animation-delay-2400 {
    -webkit-animation-delay: 2400ms !important;
    animation-delay: 2400ms !important;
}

.animation-delay-2500 {
    -webkit-animation-delay: 2500ms !important;
    animation-delay: 2500ms !important;
}

.animation-delay-2600 {
    -webkit-animation-delay: 2600ms !important;
    animation-delay: 2600ms !important;
}

.animation-delay-2700 {
    -webkit-animation-delay: 2700ms !important;
    animation-delay: 2700ms !important;
}

.animation-delay-2800 {
    -webkit-animation-delay: 2800ms !important;
    animation-delay: 2800ms !important;
}

.animation-delay-2900 {
    -webkit-animation-delay: 2900ms !important;
    animation-delay: 2900ms !important;
}

.animation-delay-3000 {
    -webkit-animation-delay: 3000ms !important;
    animation-delay: 3000ms !important;
}

.animation-delay-3100 {
    -webkit-animation-delay: 3100ms !important;
    animation-delay: 3100ms !important;
}

.animation-delay-3200 {
    -webkit-animation-delay: 3200ms !important;
    animation-delay: 3200ms !important;
}

.animation-delay-3300 {
    -webkit-animation-delay: 3300ms !important;
    animation-delay: 3300ms !important;
}

.animation-delay-3400 {
    -webkit-animation-delay: 3400ms !important;
    animation-delay: 3400ms !important;
}

.animation-delay-3500 {
    -webkit-animation-delay: 3500ms !important;
    animation-delay: 3500ms !important;
}

.animation-delay-3600 {
    -webkit-animation-delay: 3600ms !important;
    animation-delay: 3600ms !important;
}

.animation-delay-3700 {
    -webkit-animation-delay: 3700ms !important;
    animation-delay: 3700ms !important;
}

.animation-delay-3800 {
    -webkit-animation-delay: 3800ms !important;
    animation-delay: 3800ms !important;
}

.animation-delay-3900 {
    -webkit-animation-delay: 3900ms !important;
    animation-delay: 3900ms !important;
}
/*Custom animation delays END*/

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}

    .animated.hinge {
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s
    }

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.animation:not(.visible) {
    opacity: 0
}

.animation.animated {
    opacity: 1
}

@-moz-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.animated.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,100%,20%,50%,80% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%,100%,20%,50%,80% {
        -o-transform: translateY(0)
    }

    40% {
        -o-transform: translateY(-30px)
    }

    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,20% {
        -moz-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1)
    }

    10%,20% {
        -o-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -o-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -o-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

.animated.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {
    100%,20%,40%,60%,80% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0)
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        -o-transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0)
    }
}

.animated.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0%,100% {
        -webkit-transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
}

@-moz-keyframes wobble {
    0%,100% {
        -moz-transform: translateX(0)
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }
}

@-o-keyframes wobble {
    0%,100% {
        -o-transform: translateX(0)
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg)
    }
}

@keyframes wobble {
    0%,100% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
}

.animated.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }
}

@-moz-keyframes pulse {
    0%,100% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }
}

@-o-keyframes pulse {
    0%,100% {
        -o-transform: scale(1)
    }

    50% {
        -o-transform: scale(1.1)
    }
}

@keyframes pulse {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -o-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -o-transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(.9)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }

    80% {
        -moz-transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }

    80% {
        -o-transform: translateY(10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }

    80% {
        -moz-transform: translateX(-10px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }

    80% {
        -o-transform: translateX(-10px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }

    80% {
        -moz-transform: translateX(10px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }

    80% {
        -o-transform: translateX(10px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -moz-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -moz-transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -o-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -o-transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0)
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0) rotate(0)
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.animated.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}

/*-----------------------------------------------------------------------------------*/
/*	08: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .slider-related-wrapper, .skin_boxed_mini .slider-related-wrapper {
        width: 940px;
    }
}

@media (max-width: 1024px) {
    #banner {
        padding-top: 215px !important;
    }
}

@media (max-width: 991px) {
    .main_menu {
        width: 100%;
        text-align: center;
        float: none !important
    }

    nav.main_menu select {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
        width: 70%
    }

    .header, .menu_wrap {
        float: none !important;
        text-align: center
    }

    .menu_wrap {
        margin: 0 auto
    }

    .logo {
        margin: 10px auto 0
    }

    .header {
        margin: 0 auto
    }

    .container {
        padding-right: 15 !important;
        padding-left: 15px !important; /*padding:0 15px!important*/
    }

    .nivo {
        margin-top: 0 !important
    }

    .skin_boxed_mini .slider-related-wrapper, .slider-related-wrapper {
        width: 724px
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    #pp_full_res img, .pp_content, .pp_details, .pp_fade {
        width: 100% !important
    }

    .pp_pic_holder.pp_default {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important
    }

    .pp_content {
        height: auto !important
    }

    .pp_fade {
        height: 100% !important
    }

    .pp_gallery, a.pp_contract {
        display: none !important
    }

    #pp_full_res img {
        height: auto !important;
        border-radius: 0
    }

    .pp_details {
        margin-top: -2px !important;
        padding: 10px 4% 35px 3%
    }

    a.pp_close {
        right: 10px !important;
        top: 12px !important
    }

    .theme-default .nivo-html-caption {
        display: none
    }

    .skin_boxed_mini .slider-related-wrapper, .slider-related-wrapper {
        width: auto;
        padding: 20px 15px 0
    }

    div.pp_default a.pp_next, div.pp_default a.pp_previous {
        width: 40px;
        height: 40px
    }

    div.pp_default .pp_hoverContainer .pp_previous, div.pp_default .pp_hoverContainer .pp_previous:hover {
        left: -30px
    }

    div.pp_default .pp_hoverContainer .pp_next, div.pp_default .pp_hoverContainer .pp_next:hover {
        left: 50px;
        float: left
    }

    .pp_hoverContainer a.pp_next, .pp_hoverContainer a.pp_previous {
        top: 10px
    }

    #pp_full_res > iframe {
        width: 100% !important;
        height: 100% !important
    }

    #pp_full_res .vendor {
        top: 0px
    }
}

@media (max-width: 767px) {
    .logo {
        margin: 20px auto 0px auto;
    }
}

@media only screen and (max-width: 480px) {
    .nivo_height {
        padding-top: 0px !important;
    }
    /*#intro { padding-bottom:25px;!important; }*/
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 320px) {
    h1.title {
        line-height: 40px !important;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	Containers
/*-----------------------------------------------------------------------------------*/

/* Center containers */

h1.wsc_title.center, h2.wsc_title.center, h3.wsc_title.center {
    float: none;
}

.c_content .c_contentpane.center {
    width: 75%;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION 09: SKIN VERSIONS
/*-----------------------------------------------------------------------------------*/

body {
    /* Use for single image background 
    background-image: url('../img/pat/bg1.jpg'); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#Form {
    /* Use for seamless patterns background */
    /*background-image: url('../img/patterns/transparent/main/6.png');*/
    background-color: transparent;
    background-repeat: repeat;
}

/*************************************************************
	BOXED VERSION 1170
 *************************************************************/

.skin_boxed {
    width: 1230px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
}

@media (max-width: 1199px) {
    .skin_boxed {
        width: 970px;
    }
}

@media (max-width: 991px) {
    .skin_boxed {
        width: 754px;
    }
}

@media only screen and (max-width: 767px) {
    .skin_boxed {
        width: auto;
    }
}

/*************************************************************
	BOXED VERSION 940
 *************************************************************/

.skin_boxed_mini {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
}

@media (max-width: 1199px) {
    .skin_boxed_mini {
        width: 1000px;
    }
}

@media (max-width: 991px) {
    .skin_boxed_mini {
        width: 754px;
    }
}

@media only screen and (max-width: 767px) {
    .skin_boxed_mini {
        width: auto;
    }
}


/*************************************************************
	BOXED VERSION 767
 *************************************************************/
.skin_boxed_xmini .container {
    width: auto !important;
}

.skin_boxed_xmini {
    max-width: 767px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
}

/*************************************************************
    BOXED VERSION 479
*************************************************************/
.skin_boxed_xxmini .container {
    width: auto !important;
}

.skin_boxed_xxmini {
    max-width: 479px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
}

/*-----------------------------------------------------------------------------------*/
/*	10: ALT FOOTER
/*-----------------------------------------------------------------------------------*/

/***************************************************
	ALTERNATIVE FOOTER
 ***************************************************/
#footer_alt {
    position: relative;
    line-height: 22px;
    padding: 10px 0 10px;
    opacity: 1.0;
    background: #222;
    /* margin:-20px 0 0px; */
}

    #footer_alt li {
        padding: 0px 15px 5px 0;
        margin: 0px 0px 5px 0px;
        /*border-bottom: 1px #444 solid;*/
        line-height: 22px;
    }

    #footer_alt .dnnActionMenu li {
        border-bottom: none;
    }

    #footer_alt li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.footer_wrapper a,
.footer_wrapper a:visited { /*color:#999;*/
}

    .footer_wrapper a:hover,
    .footer_wrapper a:active,
    .footer_wrapper a:focus { /*color:#eee;*/
    }

.footer_wrapper h6 {
    font-size: 12px;
    /*color: #999;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 0 0px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.footer_wrapper h5 {
    font-size: 16px;
}

.footer_wrapper {
    color: #777;
}

/*Social Icons */
.follow_us2 {
    text-align: left;
}

    .follow_us2 a {
        font-size: 10px;
        padding: 6px 0px 8px 4px;
        margin: 10px 4px 0px 0px;
        width: 30px;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        color: #666;
    }

#footer_alt .span3 .follow_us2 a {
    color: #fff;
}

.copyright {
    margin-top: 10px;
}

#footer_alt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer_alt i {
    margin-right: 10px;
    margin-left: 1px;
}


/*-----------------------------------------------------------------------------------*/
/*	11: PRETTY PHOTO
/*-----------------------------------------------------------------------------------*/
/*Default plugin styles*/
.pp_gallery div, .pp_gallery ul a, .pp_social .facebook {
    overflow: hidden;
    float: left
}

div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
    height: 13px
}

    div.pp_default .pp_top .pp_left {
        background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat
    }

    div.pp_default .pp_top .pp_middle {
        background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x
    }

    div.pp_default .pp_top .pp_right {
        background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat
    }

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_expand:hover {
        background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_contract {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_contract:hover {
        background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

    div.pp_default .pp_nav .currentTextHolder {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        font-size: 11px;
        left: 75px;
        line-height: 25px;
        position: absolute;
        top: 2px;
        margin: 0;
        padding: 0 0 0 10px
    }

    div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
        opacity: .7
    }

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_expand:hover {
        background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_contract {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_contract:hover {
        background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_expand:hover {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_contract {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_contract:hover {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_content, div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_expand:hover {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_contract {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_contract:hover {
        background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

    div.dark_square .pp_nav .pp_play {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px
    }

    div.dark_square .pp_nav .pp_pause {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }

div.dark_square .pp_arrow_previous {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_expand:hover {
        background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_contract {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_contract:hover {
        background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_expand:hover {
        background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_contract {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_contract:hover {
        background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default
    }

div.facebook .pp_arrow_next {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default
    }

div.facebook .pp_nav {
    margin-top: 0
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px
    }

    div.facebook .pp_nav .pp_play {
        background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px
    }

    div.facebook .pp_nav .pp_pause {
        background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px
    }

div.facebook .pp_next:hover {
    background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

    .pp_content_container .pp_left {
        padding-left: 20px
    }

    .pp_content_container .pp_right {
        padding-right: 20px
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px
    }

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

    .pp_social .facebook {
        margin-left: 5px;
        width: 55px
    }

    .pp_social .twitter {
        float: left
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

    .pp_nav p {
        float: left;
        white-space: nowrap;
        margin: 2px 4px
    }

    .pp_nav .pp_pause, .pp_nav .pp_play {
        float: left;
        margin-right: 4px;
        text-indent: -10000px
    }

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

    .pp_gallery div {
        position: relative
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        position: relative;
        white-space: nowrap;
        margin: 0 0 0 5px;
        padding: 0
    }

        .pp_gallery ul a {
            border: 1px solid rgba(0,0,0,.5);
            display: block;
            height: 33px
        }

            .pp_gallery ul a img {
                border: 0
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0
    }

        .pp_gallery li.default a {
            background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
            display: block;
            height: 33px;
            width: 50px
        }

a.pp_next, a.pp_previous {
    background: 10000px 10000px no-repeat;
    display: block;
    height: 100%;
    width: 49%;
    text-indent: -10000px
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    float: right
}

a.pp_previous {
    float: left
}

a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

.pp_loaderIcon, a.pp_close {
    display: block;
    position: absolute
}

a.pp_close {
    right: 0;
    top: 0;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    height: 24px;
    left: 50%;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

.pp_fade, .pp_gallery li.default a img, div.ppt {
    display: none
}

#pp_full_res {
    line-height: 1 !important
}

    #pp_full_res .pp_inline {
        text-align: left;
        padding: 10px
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px
        }

div.ppt {
    color: #fff;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.light_rounded .pp_content, div.pp_default .pp_content {
    background-color: #fff
}

    div.facebook #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.pp_default #pp_full_res .pp_inline {
        color: #000
    }

.pp_gallery li.selected a, .pp_gallery ul a:hover, div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff
}

div.dark_rounded .pp_details, div.dark_square .pp_details, div.facebook .pp_details, div.light_rounded .pp_details, div.light_square .pp_details, div.pp_default .pp_details {
    position: relative
}

div.facebook .pp_content, div.light_rounded .pp_bottom .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_top .pp_middle, div.light_square .pp_content, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important
}

div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_rounded .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_rounded .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_bottom .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_top .pp_middle {
    background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_bottom, .pp_top {
    height: 20px;
    position: relative
}

* html .pp_bottom, * html .pp_top {
    padding: 0 20px
}

    .pp_bottom .pp_left, .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_bottom .pp_middle, .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
        left: 0;
        position: static
    }

    .pp_bottom .pp_right, .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }
/*Skin styles*/
div.pp_pic_holder.pp_default {
    padding-top: 40px;
}

div.ppt {
    display: none !important;
}

a.pp_close {
    right: 5px;
    top: -30px;
}

div.light_rounded .pp_content, div.pp_default .pp_content {
    background: rgba(255,255,255, 0.9);
}

.pp_loaderIcon, .pp_fade {
    background-color: transparent !important;
}

#pp_full_res .pp_inline {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

div.pp_default .pp_close {
    background: url(../img/prettyPhoto/close.png) 2px 1px no-repeat;
    height: 33px;
    width: 33px;
    top: -45px;
}

div.pp_default .pp_previous, div.pp_default .pp_previous:hover {
    background: url(../img/prettyPhoto/arrow_prev.png) center left no-repeat;
    position: relative;
    left: -40px;
}

div.pp_default .pp_next, div.pp_default .pp_next:hover {
    background: url(../img/prettyPhoto/arrow_next.png) center right no-repeat;
    position: relative;
    right: -40px;
}

div.pp_default .pp_loaderIcon {
    animation: 700ms linear 0s normal none infinite running spinner;
    border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 1.0);
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    font-size: 10px;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    text-indent: -12345px;
    top: 50%;
    width: 50px;
    z-index: 100001;
    background: transparent;
}

.pp_content_container .pp_details {
    float: none;
}
/* Image styles */
.wsc_image_wrapper img {
    width: 100%;
}

.image_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.wsc_image_wrapper:hover .image_overlay {
    opacity: 1;
}

.wsc_image_wrapper {
    position: relative;
    overflow: hidden;
}

    .wsc_image_wrapper > a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .wsc_image_wrapper .image_overlay > a {
        background-color: #f5f5f5;
        border-radius: 50%;
        color: #444;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .wsc_image_wrapper .image_overlay > a {
        left: 50%;
        margin: -18px 0 0 -44px;
        position: absolute;
        text-align: center;
        top: 50%;
    }

    .wsc_image_wrapper .image_overlay a.right-icon {
        left: auto;
        margin-left: 0;
        margin-right: -44px;
        right: 50%;
    }

    .wsc_image_wrapper .image_overlay a.center-icon {
        display: block;
        margin: -18px 0 0 -20px;
        opacity: 0;
    }

    .wsc_image_wrapper:hover .image_overlay a.center-icon {
        opacity: 1;
    }

.image_overlay.reverse {
    opacity: 1;
}

body.no-touch .image_overlay.reverse {
    opacity: 1;
    transition: 0.4s ease-in-out 0s;
}

.wsc_image_wrapper:hover .image_overlay.reverse {
    opacity: 0;
    z-index: -1;
}

.wsc_image_wrapper .image_overlay.reverse a.center-icon {
    opacity: 1;
    margin-top: -18px;
}

.wsc_image_wrapper:hover .image_overlay.reverse a.center-icon {
    margin-top: -28px;
}

.wsc_image_wrapper:hover .image_overlay.reverse a.center-icon {
    opacity: 0;
}

@media (min-width: 768px) {
    body.no-touch .image_overlay {
        transition: opacity 0.4s ease-in-out 0s;
    }

    .wsc_image_wrapper .image_overlay a,
    .wsc_image_wrapper .image_overlay a.center-icon {
        margin-top: -28px;
    }

    .wsc_image_wrapper:hover .image_overlay a.left-icon, .wsc_image_wrapper:hover .image_overlay a.right-icon,
    .wsc_image_wrapper:hover .image_overlay a.center-icon {
        margin-top: -18px;
    }
}

@media (max-width: 767px) {
    .pp_pic_holder.pp_default {
        overflow: visible;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	12: ZOCIAL
/*-----------------------------------------------------------------------------------*/
.zocial, .zocial:before, a.zocial {
    text-align: center;
    text-decoration: none
}

.zocial, a.zocial {
    background: #2BA6CB;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .zocial:before {
        content: "";
        float: left;
        font: 120%/1.65 zocial;
        font-style: normal;
        font-weight: 400;
        margin: 0 .5em 0 0;
        padding: 0 .5em;
        -moz-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased
    }

    .zocial:active {
        outline: 0
    }

    .zocial.icon {
        overflow: hidden;
        max-width: 2.4em;
        padding-left: 0;
        padding-right: 0;
        max-height: 2.15em;
        white-space: nowrap
    }

        .zocial.icon:before {
            padding: 0;
            width: 2em;
            height: 2em;
            box-shadow: none;
            border: none
        }

    .zocial.acrobat:before {
        content: "\00E3"
    }

    .zocial.amazon:before {
        content: "a"
    }

    .zocial.android:before {
        content: "&"
    }

    .zocial.angellist:before {
        content: "\00D6"
    }

    .zocial.aol:before {
        content: "\""
    }

    .zocial.appnet:before {
        content: "\00E1"
    }

    .zocial.appstore:before {
        content: "A"
    }

    .zocial.bitbucket:before {
        content: "\00E9"
    }

    .zocial.bitcoin:before {
        content: "2"
    }

    .zocial.blogger:before {
        content: "B"
    }

    .zocial.buffer:before {
        content: "\00E5"
    }

    .zocial.call:before {
        content: "7"
    }

    .zocial.cal:before {
        content: "."
    }

    .zocial.cart:before {
        content: "\00C9"
    }

    .zocial.chrome:before {
        content: "["
    }

    .zocial.cloudapp:before {
        content: "c"
    }

    .zocial.creativecommons:before {
        content: "C"
    }

    .zocial.delicious:before {
        content: "#"
    }

    .zocial.digg:before {
        content: ";"
    }

    .zocial.disqus:before {
        content: "Q"
    }

    .zocial.dribbble:before {
        content: "D"
    }

    .zocial.dropbox:before {
        content: "d"
    }

    .zocial.drupal:before {
        content: "\00E4"
    }

    .zocial.dwolla:before {
        content: "\00E0"
    }

    .zocial.email:before {
        content: "]"
    }

    .zocial.eventasaurus:before {
        content: "v"
    }

    .zocial.eventbrite:before {
        content: "|"
    }

    .zocial.eventful:before {
        content: "'"
    }

    .zocial.evernote:before {
        content: "E"
    }

    .zocial.facebook:before {
        content: "f"
    }

    .zocial.fivehundredpx:before {
        content: "0"
    }

    .zocial.flattr:before {
        content: "%"
    }

    .zocial.flickr:before {
        content: "F"
    }

    .zocial.forrst:before {
        content: ":"
    }

    .zocial.foursquare:before {
        content: "4"
    }

    .zocial.github:before {
        content: "\00E8"
    }

    .zocial.gmail:before {
        content: "m"
    }

    .zocial.google:before {
        content: "G"
    }

    .zocial.googleplay:before {
        content: "h"
    }

    .zocial.googleplus:before {
        content: "+"
    }

    .zocial.gowalla:before {
        content: "@"
    }

    .zocial.grooveshark:before {
        content: "8"
    }

    .zocial.guest:before {
        content: "?"
    }

    .zocial.html5:before {
        content: "5"
    }

    .zocial.ie:before {
        content: "6"
    }

    .zocial.instagram:before {
        content: "\00DC"
    }

    .zocial.instapaper:before {
        content: "I"
    }

    .zocial.intensedebate:before {
        content: "{"
    }

    .zocial.itunes:before {
        content: "i"
    }

    .zocial.klout:before {
        content: "K"
    }

    .zocial.lanyrd:before {
        content: "-"
    }

    .zocial.lastfm:before {
        content: "l"
    }

    .zocial.lego:before {
        content: "\00EA"
    }

    .zocial.linkedin:before {
        content: "L"
    }

    .zocial.lkdto:before {
        content: "\00EE"
    }

    .zocial.logmein:before {
        content: "\00EB"
    }

    .zocial.macstore:before {
        content: "^"
    }

    .zocial.meetup:before {
        content: "M"
    }

    .zocial.myspace:before {
        content: "_"
    }

    .zocial.ninetyninedesigns:before {
        content: "9"
    }

    .zocial.openid:before {
        content: "o"
    }

    .zocial.opentable:before {
        content: "\00C7"
    }

    .zocial.paypal:before {
        content: "$"
    }

    .zocial.pinboard:before {
        content: "n"
    }

    .zocial.pinterest:before {
        content: "1"
    }

    .zocial.plancast:before {
        content: "P"
    }

    .zocial.plurk:before {
        content: "j"
    }

    .zocial.pocket:before {
        content: "\00E7"
    }

    .zocial.podcast:before {
        content: "`"
    }

    .zocial.posterous:before {
        content: "~"
    }

    .zocial.print:before {
        content: "\00D1"
    }

    .zocial.quora:before {
        content: "q"
    }

    .zocial.reddit:before {
        content: ">"
    }

    .zocial.rss:before {
        content: "R"
    }

    .zocial.scribd:before {
        content: "}"
    }

    .zocial.skype:before {
        content: "S"
    }

    .zocial.smashing:before {
        content: "*"
    }

    .zocial.songkick:before {
        content: "k"
    }

    .zocial.soundcloud:before {
        content: "s"
    }

    .zocial.spotify:before {
        content: "="
    }

    .zocial.stackoverflow:before {
        content: "\00EC"
    }

    .zocial.statusnet:before {
        content: "\00E2"
    }

    .zocial.steam:before {
        content: "b"
    }

    .zocial.stripe:before {
        content: "\00A3"
    }

    .zocial.stumbleupon:before {
        content: "/"
    }

    .zocial.tumblr:before {
        content: "t"
    }

    .zocial.twitter:before {
        content: "T"
    }

    .zocial.viadeo:before {
        content: "H"
    }

    .zocial.vimeo:before {
        content: "V"
    }

    .zocial.vk:before {
        content: "N"
    }

    .zocial.weibo:before {
        content: "J"
    }

    .zocial.wikipedia:before {
        content: ","
    }

    .zocial.windows:before {
        content: "W"
    }

    .zocial.wordpress:before {
        content: "w"
    }

    .zocial.xing:before {
        content: "X"
    }

    .zocial.yahoo:before {
        content: "Y"
    }

    .zocial.ycombinator:before {
        content: "\00ED"
    }

    .zocial.yelp:before {
        content: "y"
    }

    .zocial.youtube:before {
        content: "U"
    }

button:-moz-focus-inner {
    border: 0;
    padding: 0
}

@font-face {
    font-family: zocial;
    src: url(font/zocial-regular-webfont.eot)
}

@font-face {
    font-family: zocial;
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),url(font/zocial-regular-webfont.ttf) format('truetype'),url(font/zocial-regular-webfont.svg#zocialregular) format('svg');
    font-weight: 400;
    font-style: normal
}

/*-----------------------------------------------------------------------------------*/
/*	13: REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/

/* WSC captions
---------------------------------------------------------- */

.wsc-rev-title {
    font-size: 46px;
    line-height: 46px;
    color: #333;
    font-weight: lighter;
}

.wsc-rev-text {
    font-size: 24px;
}

.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
}

.revo-slider-desc-text {
    font-size: 20px;
    width: 650px;
    line-height: 1.5;
    font-weight: lighter;
    color: #333;
}

.wsc-center {
    text-align: center;
}

.wsc-nomargin {
    margin: 0px;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	14 SECTION: NERVE SLIDER
/*-----------------------------------------------------------------------------------*/
.slidercontainer, .slidercontainer .slidecontainer {
    display: inline-block;
    position: relative;
    overflow: hidden
}

    .slidercontainer .caption, .slidercontainer .caption > div h1 {
        font-family: Lato,sans-serif;
        padding: 0
    }

.slidercontainer {
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    -ms-interpolation-mode: bicubic
}

    .slidercontainer .slides {
        width: 100%;
        height: 100%
    }

    .slidercontainer .slidecontainer {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 15px
    }

        .slidercontainer .slidecontainer img {
            position: absolute;
            z-index: auto
        }

        .slidercontainer .slidecontainer > a {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden
        }

    .slidercontainer .timerdiv {
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 90;
        width: 0
    }

    .slidercontainer .nextbutton, .slidercontainer .nextbutton div, .slidercontainer .prevbutton, .slidercontainer .prevbutton div {
        height: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

    .slidercontainer .nextbutton, .slidercontainer .prevbutton {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        width: 60px;
        transition: all .5s ease;
        cursor: pointer;
        z-index: 51
    }

    .slidercontainer .prevbutton {
        position: absolute;
        left: -20px;
        top: 0
    }

    .slidercontainer .nextbutton {
        position: absolute;
        right: -20px;
        top: 0
    }

    .slidercontainer:hover .prevbutton {
        left: 0
    }

    .slidercontainer:hover .nextbutton {
        right: 0
    }

    .slidercontainer:hover .nextbutton, .slidercontainer:hover .prevbutton {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4
    }

    .slidercontainer .nextbutton:hover, .slidercontainer .prevbutton:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    .slidercontainer .nextbutton div, .slidercontainer .prevbutton div {
        width: 100%;
        transition: all .5s ease
    }

    .slidercontainer .dots, .slidercontainer .pausebutton {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

    .slidercontainer .pausebutton {
        position: absolute;
        right: 10px;
        bottom: -20px;
        margin-bottom: 10px;
        z-index: 101;
        height: 40px;
        width: 40px;
        cursor: pointer;
        transition: all .5s ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    .slidercontainer:hover .pausebutton {
        bottom: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4
    }

        .slidercontainer:hover .pausebutton:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1
        }

    .slidercontainer .pausebutton div {
        width: 100%;
        height: 100%
    }

    .slidercontainer .caption {
        background: #fff;
        opacity: .9;
        color: #FFF;
        font-size: 14px;
        position: absolute;
        left: 0;
        bottom: 20px;
        height: auto;
        width: auto;
        max-width: 95%;
        margin: 0;
        z-index: 75;
        border-radius: 0 2px 2px 0
    }

        .slidercontainer .caption > div {
            margin: 15px 40px 15px 35px;
            white-space: pre-wrap;
            overflow-x: auto;
            width: auto
        }

            .slidercontainer .caption > div img {
                position: relative
            }

        .slidercontainer .caption a {
            position: static;
            width: auto;
            height: auto;
            display: inline;
            overflow: auto
        }

        .slidercontainer .caption > div h1 {
            font-size: 30px;
            line-height: 30px;
            font-weight: 300;
            position: static;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 0 0 10px;
            background: 0 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            float: none;
            display: block
        }

            .slidercontainer .caption > div h1:after, .slidercontainer .caption > div h1:before {
                display: none
            }

    .slidercontainer .dummyImage, .slidercontainer .loadSpinner {
        background: 0 0;
        height: 100%;
        width: 100%;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6
    }

        .slidercontainer .dummyImage div, .slidercontainer .loadSpinner div {
            height: 100%;
            width: 100%;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -moz-opacity: .5;
            -khtml-opacity: .5;
            opacity: .5
        }

        .slidercontainer .loadSpinner div {
            background: url(../img/preload_img.gif) 50% 50% no-repeat
        }

        .slidercontainer .dummyImage div {
            background: url(../img/dummy.png) 50% 50% no-repeat
        }

    .slidercontainer .dots {
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
        z-index: 200;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: .8;
        -khtml-opacity: .8;
        opacity: .8;
        transition: all .5s ease
    }

    .slidercontainer:hover .dots {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    .slidercontainer .dots .dot {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        float: left;
        margin: 0 3px;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

        .slidercontainer .dots .dot:first-child {
            margin-left: 0
        }

        .slidercontainer .dots .dot:last-child {
            margin-right: 0
        }

        .slidercontainer .dots .dot.selected {
            cursor: default
        }

    .slidercontainer .dots:hover .dot {
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
        box-shadow: 0 0 3px 0 rgba(0,0,0,.5)
    }

    .slidercontainer .content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .slidercontainer.light .prevbutton div {
        background: url(../img/prev-light.png) 50% 50% no-repeat
    }

    .slidercontainer.light .nextbutton div {
        background: url(../img/next-light.png) 50% 50% no-repeat
    }

    .slidercontainer.light .pausebutton div {
        background: url(../img/play-pause-light.png) 50% 0 no-repeat
    }

    .slidercontainer.light .dots .dot, .slidercontainer.light .timerdiv {
        background: #fff;
        opacity: .4
    }

        .slidercontainer.light .dots .dot.selected {
            background: #fff;
            opacity: .6
        }

/*-----------------------------------------------------------------------------------*/
/*	15: FLEX SLIDER
/*-----------------------------------------------------------------------------------*/
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0;
    border: none
}

.flex-control-nav, .flex-direction-nav, .slider-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0
}

    .flexslider .slider-wrap > .slide {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slider-wrap img {
        width: 100%;
        display: block
    }

.flex-pauseplay span {
    text-transform: capitalize
}

.slider-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slider-wrap {
    display: block
}

* html .slider-wrap {
    height: 1%
}

.no-js .slider-wrap > .slide:first-child {
    display: block
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0
}

    .flex-control-nav li {
        float: left;
        display: block;
        margin: 0 3px;
        width: 10px;
        height: 10px
    }

        .flex-control-nav li a {
            display: block;
            cursor: pointer;
            text-indent: -9999px;
            width: 10px !important;
            height: 10px !important;
            border: 1px solid #FFF;
            border-radius: 50%;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

/*-----------------------------------------------------------------------------------*/
/*	16: SWIPER SLIDER
/*-----------------------------------------------------------------------------------*/
.swiper-container .button-next {
    text-align: right
}

/*-----------------------------------------------------------------------------------*/
/*	17: WIDGETS
/*-----------------------------------------------------------------------------------*/

/* INSTAGRAM TWITTER FLICKR NICESCROLL DRIBBLE */
#instafeed .element {
    display: block
}

.span8 #instafeed .span3 {
    width: 140px
}

.span8 #instafeed .span4 {
    width: 193px
}

.span9 #instafeed .span3 {
    width: 160px
}

.span9 #instafeed .span4 {
    width: 220px
}

@media(min-width:1200px) {
    .span8 #instafeed .span3 {
        width: 170px
    }

    .span8 #instafeed .span4 {
        width: 236px
    }

    .skin_boxed_mini .span8 #instafeed .span3 {
        width: 140px
    }

    .skin_boxed_mini .span8 #instafeed .span4 {
        width: 193px
    }

    .span9 #instafeed .span3 {
        width: 195px
    }

    .span9 #instafeed .span4 {
        width: 270px
    }

    .skin_boxed_mini .span9 #instafeed .span3 {
        width: 160px
    }

    .skin_boxed_mini .span9 #instafeed .span4 {
        width: 220px
    }
}

@media(min-width:768px) and (max-width:979px) {
    .span8 #instafeed .span3 {
        width: 104px
    }

    .span8 #instafeed .span4 {
        width: 145px
    }

    .span9 #instafeed .span3 {
        width: 119px
    }

    .span9 #instafeed .span4 {
        width: 166px
    }
}

@media(max-width:767px) {
    .span8 #instafeed .span3, .span8 #instafeed .span4, .span9 #instafeed .span3, .span9 #instafeed .span4 {
        width: 100%
    }
}

.span6 #instafeed .feed.span3 {
    width: 100px
}

.span6 #instafeed .feed.span4 {
    width: 140px
}

.span4 #instafeed .feed.span3 {
    width: 60px
}

.span4 #instafeed .feed.span4 {
    width: 86px
}

.span3 #instafeed .feed.span3 {
    width: 40px
}

.span3 #instafeed .feed.span4 {
    width: 60px
}

@media(min-width:1200px) {
    .span6 #instafeed .feed.span3 {
        width: 120px
    }

    .span6 #instafeed .feed.span4 {
        width: 170px
    }

    .skin_boxed_mini .span6 #instafeed .feed.span3 {
        width: 100px
    }

    .skin_boxed_mini .span6 #instafeed .feed.span4 {
        width: 140px
    }

    .span4 #instafeed .feed.span3 {
        width: 70px
    }

    .span4 #instafeed .feed.span4 {
        width: 103px
    }

    .skin_boxed_mini .span4 #instafeed .feed.span3 {
        width: 60px
    }

    .skin_boxed_mini .span4 #instafeed .feed.span4 {
        width: 86px
    }

    .span3 #instafeed .feed.span3 {
        width: 45px
    }

    .span3 #instafeed .feed.span4 {
        width: 70px
    }

    .skin_boxed_mini .span3 #instafeed .feed.span3 {
        width: 40px
    }

    .skin_boxed_mini .span3 #instafeed .feed.span4 {
        width: 60px
    }
}

@media(min-width:768px) and (max-width:979px) {
    .span6 #instafeed .feed.span3 {
        width: 73px
    }

    .span6 #instafeed .feed.span4 {
        width: 104px
    }

    .span4 #instafeed .feed.span3 {
        width: 42px
    }

    .span4 #instafeed .feed.span4 {
        width: 62px
    }

    .span3 #instafeed .feed.span3 {
        width: 26px
    }

    .span3 #instafeed .feed.span4 {
        width: 42px
    }
}

@media(max-width:767px) {
    #instafeed .feed.span3, #instafeed .feed.span4 {
        float: left;
        display: inline;
        margin-left: 1%;
        margin-right: 1%
    }

    .span3 #instafeed .feed.span3, .span4 #instafeed .feed.span3, .span6 #instafeed .feed.span3 {
        width: 23%
    }

    .span3 #instafeed .feed.span4, .span4 #instafeed .feed.span4, .span6 #instafeed .feed.span4 {
        width: 31.333%
    }
}

.widget-tweets .tweetItem {
    background: url(../img/icon-tweets.png) 0 3px no-repeat;
    display: block;
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 0 30px
}

#footer .widget-tweets .tweet_time, .widget-tweets .tweet_time {
    font-size: 11px;
    font-style: italic
}

.flickrs {
    margin-right: 0;
    padding-top: 4px;
    margin-top: -5px
}

.FlickrImages li {
    margin: 0 4px 4px 0 !important;
    padding: 0 !important;
    float: left;
    border: 0 !important
}

    .FlickrImages li a {
        display: block;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
        float: left
    }

        .FlickrImages li a img {
            width: 100% !important;
            height: 48px !important;
            opacity: 1
        }

.nicescroll-rails {
    width: 14px !important;
    height: 100% !important;
    background: 0 0 !important;
    border-radius: 0;
    overflow: hidden;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: inherit !important;
    z-index: 9999 !important
}

    .nicescroll-rails div {
        margin: 0;
        width: 8px !important;
        background: rgba(0,0,0,.5) !important;
        border: none !important;
        border-radius: 0 !important
    }

.shotList img:hover {
    opacity: .9
}

.span8 .shotList.gallery .span3 {
    width: 140px
}

.span8 .shotList.gallery .span4 {
    width: 193px
}

.span9 .shotList.gallery .span3 {
    width: 160px
}

.span9 .shotList.gallery .span4 {
    width: 220px
}

@media(min-width:1200px) {
    .span8 .shotList.gallery .span3 {
        width: 170px
    }

    .span8 .shotList.gallery .span4 {
        width: 236px
    }

    .skin_boxed_mini .span8 .shotList.gallery .span3 {
        width: 140px
    }

    .skin_boxed_mini .span8 .shotList.gallery .span4 {
        width: 193px
    }

    .span9 .shotList.gallery .span3 {
        width: 195px
    }

    .span9 .shotList.gallery .span4 {
        width: 270px
    }

    .skin_boxed_mini .span9 .shotList.gallery .span3 {
        width: 160px
    }

    .skin_boxed_mini .span9 .shotList.gallery .span4 {
        width: 220px
    }
}

@media(min-width:768px) and (max-width:979px) {
    .span8 .shotList.gallery .span3 {
        width: 104px
    }

    .span8 .shotList.gallery .span4 {
        width: 145px
    }

    .span9 .shotList.gallery .span3 {
        width: 119px
    }

    .span9 .shotList.gallery .span4 {
        width: 166px
    }
}

@media(max-width:767px) {
    .span8 .shotList.gallery .span3, .span8 .shotList.gallery .span4, .span9 .shotList.gallery .span3, .span9 .shotList.gallery .span4 {
        width: 100%
    }
}

.span6 .shotList.feed .span3 {
    width: 100px
}

.span6 .shotList.feed .span4 {
    width: 140px
}

.span4 .shotList.feed .span3 {
    width: 60px
}

.span4 .shotList.feed .span4 {
    width: 86px
}

.span3 .shotList.feed .span3 {
    width: 40px
}

.span3 .shotList.feed .span4 {
    width: 60px
}

@media(min-width:1200px) {
    .span6 .shotList.feed .span3 {
        width: 120px
    }

    .span6 .shotList.feed .span4 {
        width: 170px
    }

    .skin_boxed_mini .span6 .shotList.feed .span3 {
        width: 100px
    }

    .skin_boxed_mini .span6 .shotList.feed .span4 {
        width: 140px
    }

    .span4 .shotList.feed .span3 {
        width: 70px
    }

    .span4 .shotList.feed .span4 {
        width: 103px
    }

    .skin_boxed_mini .span4 .shotList.feed .span3 {
        width: 60px
    }

    .skin_boxed_mini .span4 .shotList.feed .span4 {
        width: 86px
    }

    .span3 .shotList.feed .span3 {
        width: 45px
    }

    .span3 .shotList.feed .span4 {
        width: 70px
    }

    .skin_boxed_mini .span3 .shotList.feed .span3 {
        width: 40px
    }

    .skin_boxed_mini .span3 .shotList.feed .span4 {
        width: 60px
    }
}

@media(min-width:768px) and (max-width:979px) {
    .span6 .shotList.feed .span3 {
        width: 73px
    }

    .span6 .shotList.feed .span4 {
        width: 104px
    }

    .span4 .shotList.feed .span3 {
        width: 42px
    }

    .span4 .shotList.feed .span4 {
        width: 62px
    }

    .span3 .shotList.feed .span3 {
        width: 26px
    }

    .span3 .shotList.feed .span4 {
        width: 42px
    }
}

@media(max-width:767px) {
    .shotList.feed .span3, .shotList.feed .span4 {
        float: left;
        display: inline;
        margin-left: 1%;
        margin-right: 1%
    }

    .span3 .shotList.feed .span3, .span4 .shotList.feed .span3, .span6 .shotList.feed .span3 {
        width: 23%
    }

    .span3 .shotList.feed .span4, .span4 .shotList.feed .span4, .span6 .shotList.feed .span4 {
        width: 31.333%
    }
}

/*-----------------------------------------------------------------------------------*/
/*	18: DEMO STYLES
/*-----------------------------------------------------------------------------------*/

pre {
    font-size: 11px;
    line-height: 1.4;
    color: #747474;
}

a:focus {
    outline: none !important;
}

code {
    color: #747474;
    font-weight: normal;
    font-size: 11px;
}

.icons ul {
    list-style-type: none;
}

/* Special grid styles
-------------------------------------------------- */
.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .show-grid [class*="span"] {
        background-color: #e9e6e1;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: 40px;
        line-height: 40px;
    }

    .show-grid:hover [class*="span"] {
        background: #e9e6e1;
    }

    .show-grid .show-grid {
        margin-top: 0;
        margin-bottom: 0;
    }

        .show-grid .show-grid [class*="span"] {
            background-color: #d3cdc4;
        }

/* For input sizes, make them display block */
.docs-input-sizes select, .docs-input-sizes input[type=text] {
    display: block;
    margin-bottom: 9px;
}

/* Base class */
.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bs-docs-example.bs-docs-simple {
        padding: 0px;
        *padding-top: 0px;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin: 0px;
    }

.bs-docs-simple.bs-docs-example:after {
    display: none;
}

.bs-docs-simple.bs-docs-example + .prettyprint {
    margin: 0px;
}

.bs-docs-example:after {
    content: "Example";
    position: absolute;
    z-index: 10;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
    margin-bottom: 0;
}

.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
    margin-bottom: 5px;
}

.bs-docs-example .pagination {
    margin-top: 0;
}

.pagination {
    margin: 0px 0px 0px 0px;
}

img.il {
    width: 100px;
    margin: 10px 10px 20px 0px;
}

.the-icons {
    list-style-t0ype: none;
    margin: 0
}

    .the-icons li [class^="icon-"], .the-icons li [class*=" icon-"], .the-icons li [class^="fa-"], .the-icons li [class*=" fa-"] {
        display: inline-block;
        width: 1.2857142857142858em;
        text-align: center
    }

    .the-icons li a {
        display: block;
        cursor: pointer;
        line-height: 32px;
        height: 32px;
        padding-left: 0px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

        .the-icons li a, .the-icons li a:hover {
            color: #222
        }

            .the-icons li a [class^="icon-"], .the-icons li a [class*=" icon-"], .the-icons li a [class^="fa-"], .the-icons li a [class*=" fa-"] {
                width: 32px;
                font-size: 14px
            }

            .the-icons li a:hover {
                background-color: #f0f0f0;
                text-decoration: none
            }

                .the-icons li a:hover [class^="icon-"], .the-icons li a:hover [class*=" icon-"], .the-icons li a:hover [class^="fa-"], .the-icons li a:hover [class*=" fa-"] {
                    *font-size: 28px;
                    *vertical-align: middle
                }

                    .the-icons li a:hover [class^="icon-"]:before, .the-icons li a:hover [class*=" icon-"]:before, .the-icons li a:hover [class^="fa-"]:before, .the-icons li a:hover [class*=" fa-"]:before {
                        font-size: 28px;
                        vertical-align: -5px
                    }

/* Demo custom styles*/

h1.title.center {
    text-align: center;
}

.show-grid.custom [class*="span"] {
    background-color: #FAF8F3;
}

.show-grid.banner [class*="span"] {
    background-color: #E8E8E8;
}

.show-grid.inoutro [class*="span"], .show-grid.socialfooter [class*="span"] {
    background-color: #DAD7D2;
}

.show-grid.footer [class*="span"] {
    background-color: #C4C1BC;
}

/*	RESPONSIVE STYLES
-----------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .wsc-promo h3 {
        font-size: 20px;
    }

    .wsc-promo > span,
    .wsc-promo > .container > span {
        font-size: 15px;
    }

    .wsc-promo-uppercase h3 {
        font-size: 19px;
    }

    .wsc-promo-uppercase > span,
    .wsc-promo-uppercase > .container > span {
        font-size: 14px;
    }

    .wsc-se-left-10 {
        left: 5%;
    }
    /**/
    .wsc-se-left-20 {
        left: 15%;
    }
    /**/
    .wsc-se-left-30 {
        left: 25%;
    }
    /**/
    .wsc-se-left-40 {
        left: 35%;
    }
    /*3*/
    .wsc-se-left-50 {
        left: 45%;
    }
    /**/
    .wsc-se-left-60 {
        left: 50%;
    }

    .wsc-se-left-70 {
        left: 60%;
    }

    .wsc-se-left-80 {
        left: 70%;
    }

    .wsc-se-left-90 {
        left: 80%;
    }

    .wsc-se-left-5 {
        left: 3%;
    }
    /**/
    .wsc-se-left-15 {
        left: 7%;
    }

    .wsc-se-left-25 {
        left: 21%;
    }

    .wsc-se-left-35 {
        left: 17%;
    }

    .wsc-se-left-45 {
        left: 30%;
    }

    .wsc-se-left-55 {
        left: 40%;
    }

    .wsc-se-left-65 {
        left: 50%;
    }

    .wsc-se-left-75 {
        left: 60%;
    }

    .wsc-se-left-85 {
        left: 70%;
    }

    .wsc-se-right-0 {
        right: 0%;
    }

    .wsc-se-right-5 {
        right: 3%;
    }
    /**/
    .wsc-se-right-10 {
        right: 5%;
    }
    /**/
    .wsc-se-right-15 {
        right: 15%;
    }

    .wsc-se-right-20 {
        right: 20%;
    }

    .wsc-se-right-25 {
        right: 25%;
    }

    .wsc-se-right-30 {
        right: 30%;
    }

    .wsc-se-right-35 {
        right: 35%;
    }

    .wsc-se-right-40 {
        right: 40%;
    }

    .wsc-se-right-45 {
        right: 45%;
    }

    .wsc-se-right-50 {
        right: 50%;
    }

    .wsc-se-right-55 {
        right: 66%;
    }

    .wsc-se-right-60 {
        right: 60%;
    }

    .wsc-se-right-65 {
        right: 65%;
    }

    .wsc-se-right-70 {
        right: 70%;
    }

    .wsc-se-right-75 {
        right: 75%;
    }

    .wsc-se-right-80 {
        right: 80%;
    }

    .wsc-se-right-85 {
        right: 85%;
    }

    .wsc-se-right-90 {
        right: 90%;
    }

    .header_left #header .logo a img {
        /*        max-height: 75px;*/
        max-width: 375px;
        padding: 5px;
    }

    .wsc-sidebar-wrap .logo a img {
        max-width: 166px;
        /*        max-height: 75px;*/
    }

    .menu_condensed #header .logo a {
        margin: 13px 0;
    }

        .menu_condensed #header .logo a img {
            max-height: 30px;
            padding: 0px;
        }

    /**** Header standard left ****/
    /*Lots of menu items fix for classic menu
    .menu_classic.header_left #header .logo {text-align: center;}
    .menu_classic.header_left #header .logo a {display: block; float: none;}
    .menu_classic.header_left .header .menu_wrap {text-align: center; float: none; margin-top: 0px;}
    .menu_classic.header_left #header ul.nav {display: inline-block;}*/

}

@media (max-width: 991px) {

    #header #top-bar,
    #header #top-bar a,
    #header #top-bar li, #top-bar li a {
        font-size: 11px;
    }

    #top-bar .wsc_mini_contacts li, #top-bar .registerGroup li {
        margin-right: 5px;
    }

    .wsc-promo:not(.wsc-promo-full) {
        padding: 30px 20px !important;
    }

    .wsc-promo.wsc-content-white h3 {
        line-height: 1.6;
    }

    .wsc-promo a.wsc-button {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0 !important;
        left: 0 !important;
        right: 0;
    }

    .wsc-se-wrap-h600 {
        height: 500px;
    }

    .wsc-se-wrap-h500 {
        height: 400px;
    }

    .wsc-se-wrap-h400 {
        height: 360px;
    }
    /**/
    .wsc-se-wrap-h300 {
        height: 280px;
    }
    /**/
    .wsc-se-wrap-h200 {
        height: 150px;
    }

    .wsc-se-left-10 {
        left: 3%;
    }
    /**/
    .wsc-se-left-20 {
        left: 6%;
    }
    /**/
    .wsc-se-left-30 {
        left: 20%;
    }
    /**/
    .wsc-se-left-40 {
        left: 30%;
    }

    .wsc-se-left-50 {
        left: 35%;
    }
    /**/
    .wsc-se-left-60 {
        left: 50%;
    }

    .wsc-se-left-70 {
        left: 60%;
    }

    .wsc-se-left-80 {
        left: 70%;
    }

    .wsc-se-left-90 {
        left: 80%;
    }

    .wsc-se-left-5 {
        left: 2%;
    }

    .wsc-se-left-15 {
        left: 7%;
    }

    .wsc-se-left-25 {
        left: 17%;
    }

    .wsc-se-left-35 {
        left: 17%;
    }

    .wsc-se-left-45 {
        left: 30%;
    }

    .wsc-se-left-55 {
        left: 40%;
    }

    .wsc-se-left-65 {
        left: 50%;
    }

    .wsc-se-left-75 {
        left: 60%;
    }

    .wsc-se-left-85 {
        left: 70%;
    }

    .wsc-se-right-0 {
        right: 0%;
    }

    .wsc-se-right-5 {
        right: 2%;
    }
    /**/
    .wsc-se-right-10 {
        right: 3%;
    }

    .wsc-se-right-15 {
        right: 15%;
    }

    .wsc-se-right-20 {
        right: 20%;
    }

    .wsc-se-right-25 {
        right: 25%;
    }

    .wsc-se-right-30 {
        right: 30%;
    }

    .wsc-se-right-35 {
        right: 35%;
    }

    .wsc-se-right-40 {
        right: 40%;
    }

    .wsc-se-right-45 {
        right: 45%;
    }

    .wsc-se-right-50 {
        right: 50%;
    }

    .wsc-se-right-55 {
        right: 66%;
    }

    .wsc-se-right-60 {
        right: 60%;
    }

    .wsc-se-right-65 {
        right: 65%;
    }

    .wsc-se-right-70 {
        right: 70%;
    }

    .wsc-se-right-75 {
        right: 75%;
    }

    .wsc-se-right-80 {
        right: 80%;
    }

    .wsc-se-right-85 {
        right: 85%;
    }

    .wsc-se-right-90 {
        right: 90%;
    }

    .wsc_fixed_footer #main_content {
        margin-bottom: 0px !important;
    }

    .wsc_fixed_footer .footer_wrapper {
        position: static;
        width: auto;
    }

    .header_left #header .logo a img {
        max-height: 75px;
        max-width: 275px;
        padding: 5px;
    }

    .wsc-sidebar-wrap .logo a img {
        max-width: 166px;
        max-height: 75px;
    }

    /*Lots of menu items fix for classic menu*/
    .menu_classic.header_left #header .logo a {
        float: left;
    }

    /*SIDE MENU */
    /*Show regular (not side) menu and make content not table*/
    .wsc_sidebar_skin .main_menu .menu_wrap,
    .wsc_sidebar_skin .wsc-content-wrap {
        display: block;
    }
    /*Hide (collapse) regular menu and hide sidemenu*/
    .wsc_sidebar_skin .main_menu.wsc-sidebar {
        display: none;
    }

    .header_left #header .logo a img {
        max-height: 75px;
        max-width: 500px;
        padding: 5px;
    }

    /*Refine mobile logo for header left only for now*/
    .header_left .wsc-header-container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header_left #header .logo {
        margin: 0px;
    }

        .header_left #header .logo a {
            margin: 5px 0px;
        }

    .header_left .navbar-toggle {
        top: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .wsc-has-offscreen-nav .main_menu .menu_wrap {
        display: block;
    }

    .wsc-has-offscreen-nav .wsc-offscreen-toggle {
        display: none;
    }

    .menu_wrap .nav li.wsc_mega ul.submenu_wrap:before {
        display: none !important;
    }

    .main_menu li.root ul.submenu_wrap, .main_menu li.root ul.submenu_wrap ul {
        background-image: none !important;
    }

    .font-size-xxlg {
        font-size: 150px;
        line-height: 120px;
    }

    .wsc-font-slg {
        font-size: 150%;
    }

    .wsc-font-mlg {
        font-size: 200%;
    }

    .wsc-font-lg {
        font-size: 250%;
    }

    .wsc-font-xlg {
        font-size: 350%;
    }

    .wsc-font-xxlg {
        font-size: 450%;
    }

    .menu_condensed .logo {
        margin: 0px;
    }

    .menu_condensed .navbar-toggle {
        top: 0px;
    }

    /*Disable smart header width*/
    .menu_classic.header_left .wsc-header-container .main_menu {
        width: auto !important;
    }
}

@media (max-width: 767px) {

    #top-bar, .top-bar-right {
        text-align: center;
    }

    .wsc_top_bar_logins {
        float: none;
        display: inline;
    }

    .wsc_search_wrap .SearchContainer {
        right: -100px;
    }

    .search_mobile_clearer {
        display: none;
    }

    #top-bar .top-bar-left {
        text-align: center;
    }

        #top-bar .top-bar-left .wsc-td {
            display: block;
        }

    #top-bar .top-bar-right .TopBarPane {
        display: inline-block;
        float: none;
        margin-right: 9px;
    }

    #pagetitle .title,
    #pagetitle .title-sub,
    #pagetitle h1 {
        text-align: center;
        padding-bottom: 0px;
    }

    #pagetitle .wsc_pane.IntroPane {
        padding-bottom: 7px;
        padding-top: 25px;
    }

    #pagetitle .wsc-breadcrumbs,
    #pagetitle .pagetitle_centered .wsc-breadcrumbs {
        position: initial;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 25px;
    }

    .pagetitle_mini #pagetitle .wsc_pane.IntroPane {
        padding-bottom: 0px;
    }

    .IntroPane .title,
    .IntroPane .title-sub,
    .IntroPane h1 {
        text-align: center;
    }

    .wsc_pane.IntroPane {
        padding-top: 0px;
    }

    #intro .wsc-breadcrumbs {
        position: initial;
        text-align: center;
    }

    .wsc-banner-caption h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .wsc-banner-caption h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .wsc-banner-caption h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .wsc-banner-caption h4 {
        font-size: 22px;
        line-height: 35px;
    }

    .wsc-banner-caption h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .wsc-banner-caption h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .wsc-se-wrap-h600 {
        height: 300px;
    }

    .wsc-se-wrap-h500 {
        height: 250px;
    }

    .wsc-se-wrap-h400 {
        height: 200px;
    }

    .wsc-se-wrap-h300 {
        height: 150px;
    }

    .wsc-se-wrap-h200 {
        height: 100px;
    }

    .wsc-se-width-70 {
        width: 70%;
    }

    .wsc-se-width-50 {
        width: 50%;
    }

    .wsc-se-width-25 {
        width: 25%;
    }

    .wsc-se-left-0 {
        left: 0%;
    }

    .wsc-se-left-10 {
        left: 10%;
    }

    .wsc-se-left-20 {
        left: 20%;
    }

    .wsc-se-left-30 {
        left: 30%;
    }

    .wsc-se-left-40 {
        left: 40%;
    }

    .wsc-se-left-50 {
        left: 50%;
    }

    .wsc-se-left-60 {
        left: 60%;
    }

    .wsc-se-left-70 {
        left: 70%;
    }

    .wsc-se-left-80 {
        left: 80%;
    }

    .wsc-se-left-90 {
        left: 90%;
    }

    .wsc-se-left-5 {
        left: 5%;
    }

    .wsc-se-left-15 {
        left: 15%;
    }

    .wsc-se-left-25 {
        left: 25%;
    }

    .wsc-se-left-35 {
        left: 35%;
    }

    .wsc-se-left-45 {
        left: 45%;
    }

    .wsc-se-left-55 {
        left: 55%;
    }

    .wsc-se-left-65 {
        left: 65%;
    }

    .wsc-se-left-75 {
        left: 75%;
    }

    .wsc-se-left-85 {
        left: 85%;
    }

    .wsc-se-right-0 {
        right: 0%;
    }

    .wsc-se-right-5 {
        right: 5%;
    }

    .wsc-se-right-10 {
        right: 10%;
    }

    .wsc-se-right-15 {
        right: 15%;
    }

    .wsc-se-right-20 {
        right: 20%;
    }

    .wsc-se-right-25 {
        right: 25%;
    }

    .wsc-se-right-30 {
        right: 30%;
    }

    .wsc-se-right-35 {
        right: 35%;
    }

    .wsc-se-right-40 {
        right: 40%;
    }

    .wsc-se-right-45 {
        right: 45%;
    }

    .wsc-se-right-50 {
        right: 50%;
    }

    .wsc-se-right-55 {
        right: 66%;
    }

    .wsc-se-right-60 {
        right: 60%;
    }

    .wsc-se-right-65 {
        right: 65%;
    }

    .wsc-se-right-70 {
        right: 70%;
    }

    .wsc-se-right-75 {
        right: 75%;
    }

    .wsc-se-right-80 {
        right: 80%;
    }

    .wsc-se-right-85 {
        right: 85%;
    }

    .wsc-se-right-90 {
        right: 90%;
    }

    .header_left #header .logo a img {
        max-height: 75px;
        max-width: 400px;
        padding: 5px;
    }

    .font-size-xxlg {
        font-size: 120px;
        line-height: 90px;
    }

    .wsc-font-slg {
        font-size: 130%;
    }

    .wsc-font-mlg {
        font-size: 170%;
    }

    .wsc-font-lg {
        font-size: 200%;
        line-height: 120%;
    }

    .wsc-font-xlg {
        font-size: 300%;
        line-height: 120%;
    }

    .wsc-font-xxlg {
        font-size: 400%;
        line-height: 120%;
    }

    /* Custom Paddings */
    .wsc-pad {
        padding: 25px;
    }

    .wsc-pad-sm {
        padding: 15px;
    }

    .wsc-pad-lg {
        padding: 35px;
    }

    .wsc-pad-top {
        padding-top: 25px !important;
    }

    .wsc-pad-top-sm {
        padding-top: 15px;
    }

    .wsc-pad-top-lg {
        padding-top: 35px;
    }

    .wsc-pad-bot {
        padding-bottom: 25px !important;
    }

    .wsc-pad-bot-sm {
        padding-bottom: 15px;
    }

    .wsc-pad-bot-lg {
        padding-bottom: 35px;
    }

    /* Custom Margins */
    .wsc-marg {
        margin: 25px;
    }

    .wsc-marg-sm {
        margin: 15px;
    }

    .wsc-marg-lg {
        margin: 35px;
    }

    .wsc-marg-top {
        margin-top: 25px !important;
    }

    .wsc-marg-top-sm {
        margin-top: 15px;
    }

    .wsc-marg-top-lg {
        margin-top: 35px;
    }

    .wsc-marg-bot {
        margin-bottom: 25px !important;
    }

    .wsc-marg-bot-sm {
        margin-bottom: 15px;
    }

    .wsc-marg-bot-lg {
        margin-bottom: 35px;
    }
}

@media (max-width: 479px) {
    .wsc-se-wrap-h600 {
        height: 150px;
    }

    .wsc-se-wrap-h500 {
        height: 125px;
    }

    .wsc-se-wrap-h400 {
        height: 100px;
    }

    .wsc-se-wrap-h300 {
        height: 75px;
    }

    .wsc-se-wrap-h200 {
        height: 50px;
    }

    .wsc-se-top-0 {
        top: 0%;
    }

    .wsc-se-top-10 {
        top: 5%;
    }

    .wsc-se-top-20 {
        top: 10%;
    }

    .wsc-se-top-30 {
        top: 15%;
    }

    .wsc-se-top-40 {
        top: 20%;
    }

    .wsc-se-top-50 {
        top: 25%;
    }

    .wsc-se-top-60 {
        top: 30%;
    }

    .wsc-se-top-70 {
        top: 35%;
    }

    .wsc-se-top-80 {
        top: 40%;
    }

    .wsc-se-top-90 {
        top: 45%;
    }

    .header_left #header .logo a img {
        max-height: 75px;
        max-width: 150px;
        padding: 5px;
    }

    .header_left .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .font-size-xxlg {
        font-size: 100px;
        line-height: 70px;
    }

    .wsc-font-slg {
        font-size: 120%;
    }

    .wsc-font-mlg {
        font-size: 140%;
    }

    .wsc-font-lg {
        font-size: 160%;
        line-height: 120%;
    }

    .wsc-font-xlg {
        font-size: 220%;
        line-height: 120%;
    }

    .wsc-font-xxlg {
        font-size: 320%;
        line-height: 120%;
    }

    /* Custom Paddings */
    .wsc-pad, .wsc-padding-all {
        padding: 10px;
    }

    .wsc-pad-sm, .wsc-padding-all-sm {
        padding: 7px;
    }

    .wsc-pad-lg, .wsc-padding-all-lg {
        padding: 15px;
    }

    .wsc-pad-top, .wsc-padding-top {
        padding-top: 10px !important;
    }

    .wsc-pad-top-sm, .wsc-padding-top-sm {
        padding-top: 7px;
    }

    .wsc-pad-top-lg, .wsc-padding-top-lg {
        padding-top: 15px;
    }

    .wsc-pad-bot, .wsc-padding-bottom {
        padding-bottom: 10px !important;
    }

    .wsc-pad-bot-sm, .wsc-padding-bottom-sm {
        padding-bottom: 7px;
    }

    .wsc-pad-bot-lg, .wsc-padding-bottom-lg {
        padding-bottom: 15px;
    }

    .wsc-padding-top-xlg {
        padding-top: 80px;
    }

    /* Custom Margins */
    .wsc-marg, .wsc-margin-all {
        margin: 10px;
    }

    .wsc-marg-sm, .wsc-margin-all-sm {
        margin: 7px;
    }

    .wsc-marg-lg, .wsc-margin-all-lg {
        margin: 15px;
    }

    .wsc-marg-top, .wsc-margin-top {
        margin-top: 10px !important;
    }

    .wsc-marg-top-sm, .wsc-margin-top-sm {
        margin-top: 7px;
    }

    .wsc-marg-top-lg, .wsc-margin-top-lg {
        margin-top: 15px;
    }

    .wsc-marg-bot, .wsc-margin-bottom {
        margin-bottom: 10px !important;
    }

    .wsc-marg-bot-sm, .wsc-margin-bottom-sm {
        margin-bottom: 7px;
    }

    .wsc-marg-bot-lg, .wsc-margin-bottom-lg {
        margin-bottom: 15px;
    }

    /* Team Testimonials Clients*/
    .wsc-team.wsc-team-list .wsc-team-image {
        float: none;
    }

    .wsc-team.wsc-team-list .wsc-team-desc {
        padding-bottom: 15px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	19: ONE PAGE SKIN
/*-----------------------------------------------------------------------------------*/

.page-section {
    position: relative;
}

.page-title {
    color: #fff !important;
    cursor: default;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
}

    .page-title span {
        color: #fff;
    }

.page-title {
    display: none !important;
}

.wsc_onepage .footer {
    padding: 0px;
}

.wsc_onepage .boxed, .wsc_onepage .container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .wsc_onepage .container .wsc_pane, .wsc_onepage .boxed .wsc_pane {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.wsc_onepage #top-bar .container .wsc_pane {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wsc_onepage .container.copy-cont {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	20: IMPORTS
/*-----------------------------------------------------------------------------------*/

/* Bootstrap Docs
---------------------------------------------------------- */
.table code {
    font-size: 13px;
    font-weight: 400
}

.show-grid {
    margin-bottom: 15px
}

    .show-grid [class^=col-] {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #eee;
        background-color: rgba(86,61,124,.15);
        border: 1px solid #ddd;
        border: 1px solid rgba(86,61,124,.2)
    }

.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0
}

    .bs-example:after {
        content: "Example";
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: 1px
    }

.html, code span {
    font-size: 12px;
    font-weight: 400
}

.bs-example + .highlight {
    margin: -15px -15px 15px;
    border-radius: 0;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .bs-example, .bs-example + .highlight {
        margin-left: 0;
        margin-right: 0;
        border-width: 1px
    }

    .bs-example {
        background-color: #fff;
        border-color: #ddd;
        border-radius: 4px 4px 0 0;
        box-shadow: none
    }

        .bs-example + .highlight {
            margin-top: -16px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }
}

table small {
    letter-spacing: 0
}

.html {
    color: #666 !important
}

img.il {
    width: 100px;
    margin: 10px 10px 20px 0
}

table {
    max-width: 100%;
    background-color: transparent
}

.fontawesome-icon-list {
    margin-top: 0
}

    .fontawesome-icon-list .fa-hover a {
        display: block;
        color: #222;
        line-height: 32px;
        height: 32px;
        padding-left: 10px;
        border-radius: 4px
    }

        .fontawesome-icon-list .fa-hover a .fa {
            width: 32px;
            font-size: 14px;
            display: inline-block;
            text-align: right;
            margin-right: 10px
        }

        .fontawesome-icon-list .fa-hover a:hover {
            color: #fff;
            text-decoration: none
        }

            .fontawesome-icon-list .fa-hover a:hover .fa {
                font-size: 28px;
                vertical-align: -4px
            }

            .fontawesome-icon-list .fa-hover a:hover .text-muted {
                color: #bbe2d5
            }

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/fa-solid-900.eot);
    src: url(fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(fonts/fa-solid-900.woff) format("woff"),url(fonts/fa-solid-900.ttf) format("truetype"),url(fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
    font-weight: 900
}

/* Parallax
---------------------------------------------------------- */
.wsc_generic_parallax_skin #main_content {
    padding: 0 !important;
    margin: 0 !important
}

.parallax, .wsc-use-parallax {
    background-position: center center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: cover;
}

    .parallax .wsc_pane { /*padding-top:45px;padding-bottom:45px*/
    }

.p-content {
    background-color: #fff
}

    .p-content.p-not-empty {
        padding-top: 40px;
        padding-bottom: 40px
    }

.parallax_title, h1.parallax_title {
    font-size: 50px;
    letter-spacing: normal;
    text-transform: none
}

.parallax_subtitle, h1 .parallax_subtitle {
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none
}

.OutroPane .swiper-container {
    border-bottom: none
}

.px-font-light *, .px-font-light .i-plain {
    color: #fff;
    text-shadow: 0 0 0 #fff !important
}

/* Timeline
---------------------------------------------------------- */
@font-face {
    font-family: ecoico;
    src: url(../font/timelineicons/ecoico.eot);
    src: url(../font/timelineicons/ecoico.eot?#iefix) format('embedded-opentype'),url(../font/timelineicons/ecoico.woff) format('woff'),url(../font/timelineicons/ecoico.ttf) format('truetype'),url(../font/timelineicons/ecoico.svg#ecoico) format('svg');
    font-weight: 400;
    font-style: normal
}

.main {
    width: 90%;
    max-width: 69em;
    margin: 0 auto
}

.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

    .cbp_tmtimeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #afdcf8;
        left: 20%;
        margin-left: -10px
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        display: block;
        width: 25%;
        padding-right: 100px;
        position: absolute
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            display: block;
            text-align: left
        }

            .cbp_tmtimeline > li .cbp_tmtime span:last-child {
                font-size: 2.4em;
                color: #3594cb
            }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
        color: #6cbfee
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 15px 25%;
        background: #3594cb;
        color: #fff;
        padding: 2em;
        position: relative;
        border-radius: 5px
    }

.cbp_tmlabel p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6em
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #6cbfee
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.4)
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 10px
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #6cbfee
}

.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: ecoico;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    left: 20%;
    margin-left: -25px
}

.cbp_tmicon-phone:before {
    content: "\e000"
}

.cbp_tmicon-screen:before {
    content: "\e001"
}

.cbp_tmicon-mail:before {
    content: "\e002"
}

.cbp_tmicon-earth:before {
    content: "\e003"
}

@media screen and (max-width:65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em
    }
}

@media screen and (max-width:47.2em) {
    .cbp_tmtimeline:before {
        display: none
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: left
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px;
        padding: 1em;
        font-weight: 400;
        font-size: 95%
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #3594CB;
            top: -20px
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6CBFEE
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0
    }
}


/* Magnific Popup CSS */
#popup-with-mp4 {
    position: relative;
    width: auto;
    max-width: 800px;
    margin: 0px auto;
}

    #popup-with-mp4 .mfp-close {
        color: #fff;
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }

    /* Dropdown Button */
    .dropbtn {
        background-color: #04AA6D;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        /* Links inside the dropdown */
        .dropdown-content a {
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }


    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }
}
