﻿.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

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

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus {
    outline: none;
}

a.selected {
    color: #efaa24;
}

a:hover {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -140px;
}

#push,
#footer-wrapper {
    height: 140px;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
/*== Search ==*/
.mod-search__aside .mod-search_searchword {
    width: 100%;
}

#error .mod-search__aside .mod-search_searchword {
    width: 220px;
}

#error .mod-search__aside br {
    display: none;
}
/*== Login ==*/
.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd {
    width: 100%;
}

.mod-login_submit {
    margin: 9px 0;
}

#form-login-remember label {
    margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 4px;
    border: 1px solid #ebebeb;
    box-shadow: none;
}
/*======================= MODULE ITEM WIDTH =======================*/
.row-fluid [class*="itemSpan"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.76678445229682%;
    min-height: 30px;
    width: 100%;
}

    .row-fluid [class*="itemSpan"]:first-child {
        margin-left: 0;
    }

.row-fluid .itemSpan1 {
    width: 100%;
}

.row-fluid .itemSpan2 {
    width: 49.11660777385159%;
}

.row-fluid .itemSpan3 {
    width: 32.15547703180212%;
}

.row-fluid .itemSpan4 {
    width: 23.674911660777386%;
}

.row-fluid .itemSpan5 {
    width: 18.586572438162545%;
}

.row-fluid .itemSpan6 {
    width: 15.19434628975265%;
}

.row-fluid .itemSpan7 {
    width: 12.77132761231701%;
}

.row-fluid .itemSpan8 {
    width: 10.954063604240282%;
}

.row-fluid .itemSpan9 {
    width: 9.540636042402827%;
}

.row-fluid .itemSpan10 {
    width: 8.409893992932862%;
}

.row-fluid .itemSpan11 {
    width: 7.4847414070028915%;
}

.row-fluid .itemSpan12 {
    width: 6.713780918727916%;
}
/*======================= MODAL WINDOW =======================*/
div.modal.fade {
    top: -50%;
}

.modalClose {
    margin: 14px;
}

div.modal.fade.in.loginPopup {
    width: 260px;
    margin: -130px 0 0 -130px;
    top: 50%;
    left: 50%;
}

.login-greeting {
    margin: 0 0 9px 0;
}

.input-modal {
    width: 146px;
}

div.modal.fade {
    z-index: 0;
}

    div.modal.fade.in {
        z-index: 1100;
    }
/*======================= SOCIAL MEDIA =======================*/
.social {
    text-align: right;
}

    .social li {
        display: inline;
    }

        .social li a {
            display: inline-block;
            vertical-align: top;
            font-size: 0px;
        }

            .social li a:hover {
                background-color: none;
            }

.twitter {
    background: url(../images/social/twitter.png);
}

.facebook {
    background: url(../images/social/facebook.png);
}

.feed {
    background: url(../images/social/feed.png);
}
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
/*Forms*/
input,
textarea {
    width: 220px;
}

textarea {
    resize: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    color: #606060;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.checkbox-radio-wrap__inline {
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
}

    .checkbox-radio-wrap__inline input[type="radio"],
    .checkbox-radio-wrap__inline input[type="checkbox"] {
        margin: -2px 0 0 0;
    }

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
    display: inline-block;
}

textarea.invalid {
    border: 1px solid #9D261D;
}

.form-vertical label {
    display: inline-block;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #606060;
    opacity: 1;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #606060;
    opacity: 1;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #606060;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #606060;
    opacity: 1;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
    margin-bottom: 4px;
    margin-right: 4px;
}

    ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
        margin-bottom: 9px;
    }

#searchForm fieldset {
    margin-bottom: 20px;
}

    #searchForm fieldset label {
        display: inline-block;
        margin-right: 1em;
    }

#searchForm .form-limit label {
    float: left;
}

#searchForm .form-limit select {
    float: right;
    position: relative;
    top: -4px;
}

#searchForm .form-limit p {
    overflow: hidden;
    clear: both;
}

#searchForm .phrases-box {
    padding-bottom: 1em;
}

    #searchForm .phrases-box label {
        min-width: 90px;
    }

dl.search-results {
    margin-bottom: 30px;
}

    dl.search-results dt {
        margin-top: 20px;
    }

.navbar-form .btn,
.navbar-form .btn-group {
    margin-top: 5px;
}
/*======================= Gallery Page ========================*/
.page-gallery a.zoom,
.page-item__gallery a.zoom {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .page-gallery a.zoom span.zoom-bg,
    .page-item__gallery a.zoom span.zoom-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 3;
    }

    .page-gallery a.zoom span.zoom-icon,
    .page-item__gallery a.zoom span.zoom-icon {
        background: url(../images/zoom.png) left top no-repeat;
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        top: -50%;
        left: 50%;
        margin: -18px 0 0 -18px;
        z-index: 4;
    }

    .page-gallery a.zoom img,
    .page-item__gallery a.zoom img {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        z-index: 2;
    }

    .page-gallery a.zoom.active img,
    .page-item__gallery a.zoom.active img {
        z-index: 2;
    }

.page-gallery .item_icons,
.page-item__gallery .item_icons {
    margin-bottom: 9px;
}

.view-article #prevArrow,
.view-article #nextArrow {
    display: none;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
/* End: Recommended Isotope styles */
ul#filters {
    text-align: right;
    text-transform: uppercase;
}

    ul#filters li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 9px;
    }

        ul#filters li .selected {
            text-decoration: underline;
        }

        ul#filters li + li:before {
            content: '|';
            color: #1b1b1b;
            padding: 0 5px;
        }

#isotopeContainer {
    padding-top: 8px;
}

    #isotopeContainer .item_img {
        margin-right: 0;
    }

.page-gallery_img {
    margin-left: 0;
}

.category_children .category_child {
    margin-bottom: 20px;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
    padding-bottom: 21px;
    overflow: hidden;
}

.page-archive_filters select {
    margin-bottom: 8px;
    display: inline-block;
}

.page-archive_filters button {
    display: inline-block;
    margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
    resize: none;
    width: 100%;
    height: 149px;
}

#contact-form label {
    display: inline-block;
    margin-bottom: 5px;
}

.phone-num {
    display: inline-block;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
    width: 100%;
}

.contact_email-copy,
.contact_vcard {
    margin: 0 13px 0 0;
    display: inline-block;
}

.contact_vcard {
    margin: 0;
}

.contact_details .glyphicon {
    display: block;
    width: 16px;
    margin-right: 12px;
    float: left;
}

.contact_address {
    overflow: hidden;
}

#contact_map {
    margin-bottom: 17px;
    border: 1px solid #d9d9d9;
    height: 358px;
}

    #contact_map > div {
        height: 100%;
    }

.contact_details_item {
    margin-bottom: 20px;
}
/*======================= User Pages ========================*/
.page-login form .control-group {
    margin: 0;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
    padding-top: 12px;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
    text-align: center !important;
}

    .img_caption.left {
        float: left;
        margin-right: 1em;
    }

        .img_caption.left p {
            clear: left;
            text-align: center;
        }

    .img_caption.right {
        float: right;
        margin-left: 1em;
    }

        .img_caption.right p {
            clear: right;
            text-align: center;
        }

    .img_caption.none {
        margin-left: auto;
        margin-right: auto;
    }
/*======================= 404 PAGE =======================*/
.errorBox {
    background: none;
    text-align: left;
}
/*======================= OFFLINE PAGE =======================*/
/*======================= SCROLL TO TOP =======================*/
#back-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
}

    #back-top a {
        width: 51px;
        display: block;
        text-align: center;
        font-size: 13px;
        line-height: 17px;
        font-family: 'Droid Sans', sans-serif;
        text-transform: none;
        text-decoration: none;
        color: #606060;
        /* transition */
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
    }

        #back-top a:hover {
            color: #efaa24;
        }
    /* arrow icon (span tag) */
    #back-top span {
        width: 51px;
        height: 51px;
        display: block;
        margin-bottom: 7px;
        background: url(../images/up-arrow.png) no-repeat center center;
        opacity: 1;
        filter: alpha(opacity=100);
        /* transition */
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
    }

    #back-top a:hover span {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.input-append .add-on,
.input-prepend .add-on {
    padding-bottom: 3px;
}

.contact-form .hp {
    display: none;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.item_info.muted {
    display: none !important;
    ;
}

.item_createdby {
    display: none !important;
}

.item_title > a {
    font-size: 13px !important;
}

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

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

.item_info.muted {
    display: none;
}

.item_createdby {
    display: none !important;
}

.item_title > a {
    font-size: 13px !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
        color: #efaa24;
    }

h2 {
    font-size: 37px;
    color: #1b1b1b;
    line-height: 43px;
    font-family: 'Asap', sans-serif;
    margin-bottom: 21px;
    margin-bottom: 0;
}

h3 {
    color: #1b1b1b;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Asap', sans-serif;
    margin-bottom: 21px;
}

h4 {
    font-size: 13px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 18px;
    font-family: 'Asap', sans-serif;
    margin-bottom: 10px;
}

h5 {
    color: #efaa24;
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-family: 'Asap', sans-serif;
    color: #1b1b1b;
    font-weight: normal;
    margin-bottom: 13px;
}

.alert-heading {
    color: inherit;
}

p {
    margin: 0;
    padding-bottom: 17px;
}

.icons-marker {
    font-size: 15.6px;
    line-height: 17px;
}
/*Buttons*/
.btn {
    padding: 4px 14px 3px;
    font-size: 13px;
    line-height: 17px;
    background: #ffffff;
    color: #606060;
    text-shadow: none;
    border: 1px solid #e6e6e6;
    border-bottom-color: #e6e6e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .btn:hover {
        text-decoration: none;
        background: #e6e6e6;
        color: #000000;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.btn-primary {
    color: #1b1b1b !important;
    border: none;
    padding: 0;
    line-height: 17px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    text-transform: lowercase;
}

    .btn-primary:hover {
        color: #efaa24 !important;
    }

    .btn-primary.submitButton {
        float: right;
    }

    .btn-primary.disabled {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #efaa24 !important;
    }

.btn-info {
    color: #1b1b1b !important;
    border: none;
    padding: 0;
    line-height: 17px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    text-transform: lowercase;
}

    .btn-info:hover {
        color: #efaa24 !important;
    }

#searchForm .btn.btn-primary {
    line-height: 24px;
}
/*Lists*/
ul.categories-module h5 {
    font-size: 1em;
    line-height: inherit;
    font-weight: normal;
    margin: 0;
}
/*Pagination*/
.pagination {
    height: auto;
    margin: 0;
    padding: 0;
}

    .pagination ul {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        text-align: left;
    }

        .pagination ul li {
            margin-right: 10px;
            display: inline-block;
        }

            .pagination ul li .pagenav {
                font-family: 'Asap', sans-serif;
                padding: 0;
                background: none;
                text-transform: lowercase;
                color: #555555;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                border: none;
                box-shadow: none;
                line-height: 0;
            }

            .pagination ul li span.pagenav {
                color: #555555;
            }

            .pagination ul li a.pagenav {
                color: #1b1b1b;
            }

                .pagination ul li a.pagenav:hover {
                    background: none;
                    color: #efaa24;
                }

            .pagination ul li.num span.pagenav {
                color: #efaa24;
            }
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
    margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
    margin-bottom: 13px;
}

.img-intro__left,
.img-full__left {
    float: left;
    margin: 0 19px 9px 0;
}

.img-intro__right,
.img-full__right {
    float: right;
    margin: 0 18px 9px 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hero-unit {
    padding: 60px 20px;
}

html {
    background: url(../images/bcg.jpg) 50% 0 #fdfdfb;
}

    html body {
        background: none;
    }
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .container {
    padding-top: 33px;
    padding-bottom: 30px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
    padding: 16px 0 21px;
}

.select-menu {
    display: none;
}

.navigation ul.sf-menu {
    position: relative;
    display: table;
    width: 100%;
    /*SubMenu Styles*/
    /*Define 1st SubMenu position*/
    /*Define menu width*/
    /*Define SubMenu position*/
    /*Define 2nd+ SubMenu position*/
}

    .navigation ul.sf-menu > li {
        padding: 0;
        height: 43px;
        display: table-cell;
        float: none;
    }

        .navigation ul.sf-menu > li > .sfHolder {
            display: block;
            position: relative;
        }

        .navigation ul.sf-menu > li.active > .sfHolder > a,
        .navigation ul.sf-menu > li.sfHover > .sfHolder > a,
        .navigation ul.sf-menu > li.current > .sfHolder > a,
        .navigation ul.sf-menu > li.active > .sfHolder > span.separator,
        .navigation ul.sf-menu > li.sfHover > .sfHolder > span.separator,
        .navigation ul.sf-menu > li.current > .sfHolder > span.separator {
            background: #efaa24;
            color: #ffffff;
        }

        .navigation ul.sf-menu > li + li {
            padding-left: 22px;
        }

            .navigation ul.sf-menu > li + li > .sfHolder > a,
            .navigation ul.sf-menu > li + li > .sfHolder > span.separator {
                position: relative;
            }

                .navigation ul.sf-menu > li + li > .sfHolder > a:before,
                .navigation ul.sf-menu > li + li > .sfHolder > span.separator:before {
                    width: 1px;
                    height: 9px;
                    background: #343434;
                    content: '';
                    position: absolute;
                    left: -13px;
                    top: 50%;
                    margin-top: -5px;
                }

        .navigation ul.sf-menu > li > .sfHolder > a,
        .navigation ul.sf-menu > li > .sfHolder > span.separator {
            font-size: 16px;
            line-height: 43px;
            font-family: 'Asap', sans-serif;
            color: #1b1b1b;
            font-weight: bold;
            height: 43px;
            text-transform: uppercase;
            display: block;
            text-align: center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .navigation ul.sf-menu > li > .sfHolder > a:hover,
            .navigation ul.sf-menu > li > .sfHolder > span.separator:hover {
                background: #efaa24;
                color: #ffffff;
            }

    .navigation ul.sf-menu li:hover > .sfHolder > ul,
    .navigation ul.sf-menu li.sfHover > .sfHolder > ul {
        top: 44px;
    }

    .navigation ul.sf-menu ul {
        width: 100%;
    }

    .navigation ul.sf-menu li li:hover > .sfHolder ul,
    .navigation ul.sf-menu li li.sfHover > .sfHolder ul {
        top: -12px;
        left: 100%;
        margin-left: 1px;
    }

    .navigation ul.sf-menu li li li:hover > .sfHolder ul,
    .navigation ul.sf-menu li li li.sfHover > .sfHolder ul {
        top: -12px;
        left: 100%;
        margin-left: 1px;
    }

    .navigation ul.sf-menu ul {
        background: #efaa24;
        padding: 12px 0;
    }

        .navigation ul.sf-menu ul li a,
        .navigation ul.sf-menu ul li span.separator {
            font-size: 16px;
            line-height: 35px;
            font-family: 'Asap', sans-serif;
            color: #ffffff;
            background: none;
            display: block;
            text-align: center;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .navigation ul.sf-menu ul li a:hover,
            .navigation ul.sf-menu ul li span.separator:hover {
                background: #1b1b1b;
                color: #ffffff;
            }

        .navigation ul.sf-menu ul li.active > .sfHolder > a,
        .navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
        .navigation ul.sf-menu ul li.active > .sfHolder > span.separator,
        .navigation ul.sf-menu ul li.sfHover > .sfHolder > span.separator {
            background: #1b1b1b;
            color: #ffffff;
        }

        .navigation ul.sf-menu ul li.firstItem {
            border: none;
        }

    .navigation ul.sf-menu.sf-vertical {
        width: 155px;
        /*Define 1st SubMenu position*/
    }

        .navigation ul.sf-menu.sf-vertical li {
            width: 155px;
            margin-bottom: 1px;
        }

            .navigation ul.sf-menu.sf-vertical li:hover > ul,
            .navigation ul.sf-menu.sf-vertical li.sfHover > ul {
                top: -13px;
            }

        .navigation ul.sf-menu.sf-vertical ul {
            left: 157px;
        }

            .navigation ul.sf-menu.sf-vertical ul li a,
            .navigation ul.sf-menu.sf-vertical ul li span {
                padding: 9px 12px;
            }

    .navigation ul.sf-menu.sf-navbar {
        height: 43px;
        padding-bottom: 43px;
        margin-bottom: 2px;
        /*Define 1st SubMenu position*/
    }

        .navigation ul.sf-menu.sf-navbar li:hover > ul,
        .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
            top: 45px;
            left: 0;
        }

        .navigation ul.sf-menu.sf-navbar li ul {
            width: auto;
            padding: 2px 0;
        }

            .navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
                width: 155px;
                top: 43px;
            }

.search-block {
    text-align: right;
    padding: 15px 0 0;
    position: relative;
}

    .search-block input {
        width: 213px;
        max-width: 100%;
        margin: 0;
    }

    .search-block button.btn-primary {
        background: url(../images/search_btn.gif) #5e5e5e !important;
        width: 11px;
        height: 11px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        text-indent: 9999px;
        position: absolute;
        top: 24px;
        right: 8px;
        margin-top: 0;
    }

        .search-block button.btn-primary:hover {
            background-color: #efaa24 !important;
        }
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
    margin: 0 -1.5%;
}

.mod-newsflash-adv .isotope-item {
    padding: 0 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    float: left;
}

    .mod-newsflash-adv .isotope-item.straightDown {
        text-align: center;
    }
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
    padding: 43px 0 0;
}


    #content-row .welcome, #content-row .service {
        border-right: 1px solid #e6e6e6;
    }

    #content-row .container:after {
        position: absolute;
        width: 1px;
        background: #e6e6e6;
        content: '';
        left: -9999px;
        top: 0;
        bottom: 40px;
        display: block;
    }

#component {
    min-height: 0;
    padding-bottom: 57px;
}

.container-fluid {
    padding: 0 !important;
}

.item {
    margin-bottom: 10px;
}

    .item:after {
        content: '';
        display: block;
        clear: both;
    }

.page-blog .item {
    margin-bottom: 28px;
}

.page-header {
    border: none;
    padding: 0;
    margin: 0;
}

.item_info_dl {
    margin: 0 0 20px;
}

    .item_info_dl dd {
        margin: 0;
        display: inline;
    }

        .item_info_dl dd > * {
            display: inline;
        }

        .item_info_dl dd.komento {
            float: right;
            text-transform: lowercase;
        }

.page-category__main h3 span.item_title_part1,
.page-category__main h3 span.item_title_part2 {
    text-transform: none;
}

.page-category__main h3 span.item_title_part3 {
    color: #efaa24;
}

.page-category__main .item_introtext img {
    margin-bottom: 37px;
}

    .page-category__main .item_introtext img + img {
        margin-left: 17px;
    }

.page-category__main h4.item_title {
    margin-bottom: 33px;
}

.item_fulltext img {
    margin-bottom: 37px;
}

    .item_fulltext img + img {
        margin-left: 17px;
    }

.item_icons.btn-group.pull-right {
    margin: 0 0 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
    margin: 0 0 0 -20px;
}

    ul.gallery .gallery-item {
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 50px 20px;
        float: left;
        list-style: none;
    }

        ul.gallery .gallery-item .item_img {
            margin-right: 0;
            float: none;
        }

        ul.gallery .gallery-item.straightDown {
            float: none;
        }

            ul.gallery .gallery-item.straightDown .item_img {
                float: left;
                margin: 0 17px 17px 0 !important;
            }

a.touchGalleryLink.zoom {
    background: #000;
    position: relative;
}

    a.touchGalleryLink.zoom img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    a.touchGalleryLink.zoom:before {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: url(../images/zoom.png) left top no-repeat;
        height: 36px;
        width: 36px;
        content: '';
        position: absolute;
        left: 50%;
        top: 30%;
        margin-left: -18px;
        margin-top: -40px;
        z-index: 10;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    a.touchGalleryLink.zoom:after {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        content: 'zoom';
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 30%;
        margin-bottom: -22px;
        opacity: 0;
        filter: alpha(opacity=0);
        font-family: 'Asap', sans-serif;
        font-weight: bold;
    }

    a.touchGalleryLink.zoom:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    a.touchGalleryLink.zoom:hover:before {
        top: 50%;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    a.touchGalleryLink.zoom:hover:after {
        bottom: 50%;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.page-category__services .item {
    background: url(../images/services_bg.png);
    background: rgba(27, 27, 27, 0.1);
}

    .page-category__services .item .item_content {
        padding: 2px 20px 26px 19px;
    }

        .page-category__services .item .item_content p {
            padding-bottom: 20px;
        }

    .page-category__services .item .item_icons.btn-group.pull-right {
        margin-right: 10px;
        margin-top: 10px;
    }
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
    margin-bottom: 30px;
}

blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
}

    blockquote p {
        margin-bottom: 0;
        padding: 0;
        font-size: inherit;
        font-weight: normal;
        line-height: inherit;
    }

        blockquote p:before {
            content: '"';
        }

        blockquote p:after {
            content: '"';
        }

    blockquote small {
        text-align: right;
    }
/*===== Team Page ======*/
.page-category__team .item_introtext {
    overflow: hidden;
}

.item_published {
    float: left;
    color: #efaa24;
    width: 50px;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Asap', sans-serif;
    text-transform: lowercase;
    line-height: 25px;
}

    .item_published span {
        font-size: 30px;
        display: block;
    }

    .item_published + .item_content {
        overflow: hidden;
    }

.page-category__about .item_title {
    margin-bottom: 24px;
}

.body__about #component {
    padding-bottom: 0;
}

.addthis_toolbox {
    padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
    margin: 0;
}

    .archive-module li,
    .categories-module li,
    .mod-menu .nav.menu li,
    .list1 ul li {
        padding: 0 0 13px 19px;
        list-style: none;
        text-transform: uppercase;
        background: url(../images/list_marker.png) 0 5px no-repeat;
    }

        .archive-module li a,
        .categories-module li a,
        .mod-menu .nav.menu li a,
        .list1 ul li a {
            display: inline;
        }

            .archive-module li a:hover,
            .categories-module li a:hover,
            .mod-menu .nav.menu li a:hover,
            .list1 ul li a:hover {
                background: none;
            }

.moduletable.care,
.moduletable.news {
    padding-left: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.care .moduleTitle .item_title_part1 {
    font-size: 24px;
}

.care .dropcap {
    float: left;
    color: #efaa24;
    font-weight: bold;
    font-family: 'Asap', sans-serif;
    font-size: 30px;
    width: 35px;
    line-height: 30px;
}

    .care .dropcap + .extra-wrap {
        text-transform: uppercase;
        line-height: 18px;
        font-family: 'Asap', sans-serif;
        overflow: hidden;
        margin-bottom: 32px;
    }

.care h4.item-title {
    margin-bottom: 23px;
}

.news .img-intro__left {
    margin-right: 15px;
}

.news .item {
    margin-bottom: 29px;
}

    .news .item + .item {
        background: url(../images/dotted_border.gif) repeat-x;
        padding: 33px 0 0;
    }

    .news .item p {
        padding-bottom: 10px;
    }

.offer {
    margin-bottom: 27px !important;
}

    .offer .number {
        float: left;
        background: #efaa24;
        color: #fff;
        line-height: 50px;
        width: 50px;
        text-align: center;
        font-weight: bold;
        font-family: 'Asap', sans-serif;
        font-size: 30px;
        margin-right: 19px;
    }

    .offer .item_introtext {
        overflow: hidden;
    }

    .offer .item {
        margin-bottom: 14px;
    }

#aside-right .moduletable {
    margin-bottom: 45px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
    margin: 20px 0px;
}

    #mainbottom-row .container {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: 20px 0 10px 10px;
    }

.excellence .mod-custom {
    float: right;
}

.team {
    padding-top: 12px;
}
/*======================= BOTTOM =======================*/
#bottom-row .container {
    border-top: 1px solid #e6e6e6;
    padding: 42px 0 27px;
}

.gallery-flickr {
    font-size: 0;
    line-height: 0;
}

    .gallery-flickr ul {
        list-style: none;
        margin: 0;
    }

        .gallery-flickr ul li {
            float: left;
        }

            .gallery-flickr ul li + li {
                margin: 0 0 0 20px;
            }
/*======================= FOOTER =======================*/
#copyright-row {
    padding: 64px 0 0;
}

#copyright {
    color: #fff;
}

    #copyright a {
        color: inherit;
    }

        #copyright a:hover {
            text-decoration: underline;
        }

#footer-wrapper {
    background: url(/images/footer_texture.jpg) 50% 0;
}

h2, h3 {
    font-weight: bold;
}

.line {
    border-bottom: 1px solid #e6e6e6;
}

#navigation-resp {
    padding: 16px 0 21px;
}

    #navigation-resp li {
        height: 43px;
        margin-left: 0px;
    }

        #navigation-resp li.active a {
            background: #efaa24;
            color: #ffffff;
        }

        #navigation-resp li a:hover {
            background: #efaa24;
            color: #ffffff;
        }

        #navigation-resp li a {
            font-size: 16px;
            font-family: 'Asap', sans-serif;
            color: #1b1b1b;
            font-weight: bold;
            height: 43px;
            text-transform: uppercase;
            text-align: center;
            border-radius: 0px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

@media (min-width: 1024px) {
    #navigation-resp li.sep a:before {
        width: 1px;
        height: 9px;
        background: #343434;
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -5px;
        margin-left: -10px;
    }

    #navigation-resp li:first-child {
        padding-left: 0px;
    }

    #navigation-resp li {
        padding: 0px 0px 0px 20px;
    }

    #content-row .bordered {
        border-right: 1px solid #e6e6e6;
    }
}

.welcome .gallery img {
    width: 100px;
    float: left;
    margin: 5px;
}

#content-row .row {
    overflow: hidden;
}

#content-row [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

@media (max-height: 300px) {
    #map-canvas {
        height: 200px;
    }
}

@media (min-height: 300px) and (max-height:500px) {
    #map-canvas {
        height: 250px;
    }
}

@media (min-height: 500px) and (max-height:700px) {
    #map-canvas {
        height: 300px;
    }
}

@media (min-height: 700px) {
    #map-canvas {
        height: 500px;
    }
}

#showcase-row .carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
}

#showcase-row .carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
}
