/*-------------------------------------
[Master Stylesheet]
Project: Bradford Photographer Wordpress Theme

[Table of contents]
1. Base Theme Grid
2. Font Awesome
3. Magnific Popup CSS
4. Isotope Filtering
5. Nivo Slider
6. Global Elements Styles
7. Main Menu
8. Sidebar Block
9. Responsive

---------------------------------------*/

/* -------------------------- */
/* ---------- Grid ---------- */
/* -------------------------- */

body, html {
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

[class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container {
    width: 940px;
    margin-right: auto;
    margin-left: auto
}

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

.container:after {
    clear: both
}

.row {
    width: 100%
}

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

.row:after {
    clear: both
}

.row [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.1276595744681%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row [class*=span]:first-child {
    margin-left: 0
}

.row .span12 {
    width: 100%
}

.row .span11 {
    width: 91.489361702128%
}

.row .span10 {
    width: 82.978723404255%
}

.row .span9 {
    width: 74.468085106383%
}

.row .span8 {
    width: 65.957446808511%
}

.row .span7 {
    width: 57.446808510638%
}

.row .span6 {
    width: 48.936170212766%
}

.row .span5 {
    width: 40.425531914894%
}

.row .span4 {
    width: 31.914893617021%
}

.row .span3 {
    width: 23.404255319149%
}

.row .span2 {
    width: 14.893617021277%
}

.row .span1 {
    width: 6.3829787234043%
}

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

.clear, .clearfix:after {
    clear: both
}

@media (min-width: 1200px) {
    [class*=span] {
        float: left;
        min-height: 1px;
        margin-left: 40px
    }

    .container {
        width: 1160px
    }

    .gt3_boxed header .container {
        width: 1250px
    }

    .row {
        width: 100%
    }

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

    .row:after {
        clear: both
    }

    .row [class*=span] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 3.3333333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row [class*=span]:first-child {
        margin-left: 0
    }

    .row .span12 {
        width: 100%
    }

    .row .span11 {
        width: 91.379310344828%
    }

    .row .span10 {
        width: 82.758620689655%
    }

    .row .span9 {
        width: 74.137931034483%
    }

    .row .span8 {
        width: 65.51724137931%
    }

    .row .span7 {
        width: 56.896551724138%
    }

    .row .span6 {
        width: 48.275862068966%
    }

    .row .span5 {
        width: 39.655172413793%
    }

    .row .span4 {
        width: 31.034482758621%
    }

    .row .span3 {
        width: 22.413793103448%
    }

    .row .span2 {
        width: 13.793103448276%
    }

    .row .span1 {
        width: 5.1724137931034%
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 724px
    }

    .row {
        width: 100%
    }

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

    .row:after {
        clear: both
    }

    .row [class*=span] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392265%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row [class*=span]:first-child {
        margin-left: 0
    }

    .row .span12 {
        width: 100%
    }

    .row .span11 {
        width: 91.436464088398%
    }

    .row .span10 {
        width: 82.872928176796%
    }

    .row .span9 {
        width: 74.309392265193%
    }

    .row .span8 {
        width: 65.745856353591%
    }

    .row .span7 {
        width: 57.182320441989%
    }

    .row .span6 {
        width: 48.618784530387%
    }

    .row .span5 {
        width: 40.055248618785%
    }

    .row .span4 {
        width: 31.491712707182%
    }

    .row .span3 {
        width: 22.92817679558%
    }

    .row .span2 {
        width: 14.364640883978%
    }

    .row .span1 {
        width: 5.8011049723757%
    }
}

@media (max-width: 767px) {
    .container {
        width: auto
    }

    .row {
        width: 100%;
        margin-left: 0
    }

    .row [class*=span], [class*=span] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row .span12, .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

ol, ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

/* ---------------------------------- */
/* ---------- Font Awesome ---------- */
/* ---------------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fa_v-3.2.1.eot');
    src: url('fonts/fa.eot') format('embedded-opentype'), url('fonts/fa_v-3.2.1.woff') format('woff'), url('fonts/fa_v-3.2.1.ttf') format('truetype'), url('fonts/fa.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-o:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-check:before {
    content: "\f00c"
}

.icon-times:before {
    content: "\f00d"
}

.icon-search-plus:before {
    content: "\f00e"
}

.icon-search-minus:before {
    content: "\f010"
}

.icon-power-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-gear:before, .icon-cog:before {
    content: "\f013"
}

.icon-trash-o:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-o:before {
    content: "\f016"
}

.icon-clock-o:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download:before {
    content: "\f019"
}

.icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.icon-arrow-circle-o-up:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle-o:before {
    content: "\f01d"
}

.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-dedent:before, .icon-outdent:before {
    content: "\f03b"
}

.icon-indent:before {
    content: "\f03c"
}

.icon-video-camera:before {
    content: "\f03d"
}

.icon-photo:before, .icon-image:before, .icon-picture-o:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before, .icon-pencil-square-o:before {
    content: "\f044"
}

.icon-share-square-o:before {
    content: "\f045"
}

.icon-check-square-o:before {
    content: "\f046"
}

.icon-arrows:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-circle:before {
    content: "\f055"
}

.icon-minus-circle:before {
    content: "\f056"
}

.icon-times-circle:before {
    content: "\f057"
}

.icon-check-circle:before {
    content: "\f058"
}

.icon-question-circle:before {
    content: "\f059"
}

.icon-info-circle:before {
    content: "\f05a"
}

.icon-crosshairs:before {
    content: "\f05b"
}

.icon-times-circle-o:before {
    content: "\f05c"
}

.icon-check-circle-o:before {
    content: "\f05d"
}

.icon-ban:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before, .icon-share:before {
    content: "\f064"
}

.icon-expand:before {
    content: "\f065"
}

.icon-compress:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-circle:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye:before {
    content: "\f06e"
}

.icon-eye-slash:before {
    content: "\f070"
}

.icon-warning:before, .icon-exclamation-triangle:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-arrows-v:before {
    content: "\f07d"
}

.icon-arrows-h:before {
    content: "\f07e"
}

.icon-bar-chart-o:before {
    content: "\f080"
}

.icon-twitter-square:before {
    content: "\f081"
}

.icon-facebook-square:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-gears:before, .icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-o-up:before {
    content: "\f087"
}

.icon-thumbs-o-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-sign-out:before {
    content: "\f08b"
}

.icon-linkedin-square:before {
    content: "\f08c"
}

.icon-thumb-tack:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-sign-in:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-square:before {
    content: "\f092"
}

.icon-upload:before {
    content: "\f093"
}

.icon-lemon-o:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-square-o:before {
    content: "\f096"
}

.icon-bookmark-o:before {
    content: "\f097"
}

.icon-phone-square:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd-o:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0f3"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-o-right:before {
    content: "\f0a4"
}

.icon-hand-o-left:before {
    content: "\f0a5"
}

.icon-hand-o-up:before {
    content: "\f0a6"
}

.icon-hand-o-down:before {
    content: "\f0a7"
}

.icon-arrow-circle-left:before {
    content: "\f0a8"
}

.icon-arrow-circle-right:before {
    content: "\f0a9"
}

.icon-arrow-circle-up:before {
    content: "\f0aa"
}

.icon-arrow-circle-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-arrows-alt:before {
    content: "\f0b2"
}

.icon-group:before, .icon-users:before {
    content: "\f0c0"
}

.icon-chain:before, .icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-flask:before {
    content: "\f0c3"
}

.icon-cut:before, .icon-scissors:before {
    content: "\f0c4"
}

.icon-copy:before, .icon-files-o:before {
    content: "\f0c5"
}

.icon-paperclip:before {
    content: "\f0c6"
}

.icon-save:before, .icon-floppy-o:before {
    content: "\f0c7"
}

.icon-square:before {
    content: "\f0c8"
}

.icon-navicon:before, .icon-reorder:before, .icon-bars:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-square:before {
    content: "\f0d3"
}

.icon-google-plus-square:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-unsorted:before, .icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before, .icon-sort-desc:before {
    content: "\f0dd"
}

.icon-sort-up:before, .icon-sort-asc:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before, .icon-gavel:before {
    content: "\f0e3"
}

.icon-dashboard:before, .icon-tachometer:before {
    content: "\f0e4"
}

.icon-comment-o:before {
    content: "\f0e5"
}

.icon-comments-o:before {
    content: "\f0e6"
}

.icon-flash:before, .icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before, .icon-clipboard:before {
    content: "\f0ea"
}

.icon-lightbulb-o:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-o:before {
    content: "\f0a2"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-cutlery:before {
    content: "\f0f5"
}

.icon-file-text-o:before {
    content: "\f0f6"
}

.icon-building-o:before {
    content: "\f0f7"
}

.icon-hospital-o:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-square:before {
    content: "\f0fd"
}

.icon-plus-square:before {
    content: "\f0fe"
}

.icon-angle-double-left:before {
    content: "\f100"
}

.icon-angle-double-right:before {
    content: "\f101"
}

.icon-angle-double-up:before {
    content: "\f102"
}

.icon-angle-double-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before, .icon-mobile:before {
    content: "\f10b"
}

.icon-circle-o:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before, .icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-o:before {
    content: "\f114"
}

.icon-folder-open-o:before {
    content: "\f115"
}

.icon-smile-o:before {
    content: "\f118"
}

.icon-frown-o:before {
    content: "\f119"
}

.icon-meh-o:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard-o:before {
    content: "\f11c"
}

.icon-flag-o:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-mail-reply-all:before, .icon-reply-all:before {
    content: "\f122"
}

.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before, .icon-chain-broken:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-slash:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-o:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-circle-left:before {
    content: "\f137"
}

.icon-chevron-circle-right:before {
    content: "\f138"
}

.icon-chevron-circle-up:before {
    content: "\f139"
}

.icon-chevron-circle-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-h:before {
    content: "\f141"
}

.icon-ellipsis-v:before {
    content: "\f142"
}

.icon-rss-square:before {
    content: "\f143"
}

.icon-play-circle:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-square:before {
    content: "\f146"
}

.icon-minus-square-o:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-square:before {
    content: "\f14a"
}

.icon-pencil-square:before {
    content: "\f14b"
}

.icon-external-link-square:before {
    content: "\f14c"
}

.icon-share-square:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-toggle-down:before, .icon-caret-square-o-down:before {
    content: "\f150"
}

.icon-toggle-up:before, .icon-caret-square-o-up:before {
    content: "\f151"
}

.icon-toggle-right:before, .icon-caret-square-o-right:before {
    content: "\f152"
}

.icon-euro:before, .icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before, .icon-usd:before {
    content: "\f155"
}

.icon-rupee:before, .icon-inr:before {
    content: "\f156"
}

.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before {
    content: "\f157"
}

.icon-ruble:before, .icon-rouble:before, .icon-rub:before {
    content: "\f158"
}

.icon-won:before, .icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-alpha-asc:before {
    content: "\f15d"
}

.icon-sort-alpha-desc:before {
    content: "\f15e"
}

.icon-sort-amount-asc:before {
    content: "\f160"
}

.icon-sort-amount-desc:before {
    content: "\f161"
}

.icon-sort-numeric-asc:before {
    content: "\f162"
}

.icon-sort-numeric-desc:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-square:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-square:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stack-overflow:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-square:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-square:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun-o:before {
    content: "\f185"
}

.icon-moon-o:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

.icon-pagelines:before {
    content: "\f18c"
}

.icon-stack-exchange:before {
    content: "\f18d"
}

.icon-arrow-circle-o-right:before {
    content: "\f18e"
}

.icon-arrow-circle-o-left:before {
    content: "\f190"
}

.icon-toggle-left:before, .icon-caret-square-o-left:before {
    content: "\f191"
}

.icon-dot-circle-o:before {
    content: "\f192"
}

.icon-wheelchair:before {
    content: "\f193"
}

.icon-vimeo-square:before {
    content: "\f194"
}

.icon-turkish-lira:before, .icon-try:before {
    content: "\f195"
}

.icon-plus-square-o:before {
    content: "\f196"
}

.icon-space-shuttle:before {
    content: "\f197"
}

.icon-slack:before {
    content: "\f198"
}

.icon-envelope-square:before {
    content: "\f199"
}

.icon-wordpress:before {
    content: "\f19a"
}

.icon-openid:before {
    content: "\f19b"
}

.icon-institution:before, .icon-bank:before, .icon-university:before {
    content: "\f19c"
}

.icon-mortar-board:before, .icon-graduation-cap:before {
    content: "\f19d"
}

.icon-yahoo:before {
    content: "\f19e"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-reddit:before {
    content: "\f1a1"
}

.icon-reddit-square:before {
    content: "\f1a2"
}

.icon-stumbleupon-circle:before {
    content: "\f1a3"
}

.icon-stumbleupon:before {
    content: "\f1a4"
}

.icon-delicious:before {
    content: "\f1a5"
}

.icon-digg:before {
    content: "\f1a6"
}

.icon-pied-piper-square:before, .icon-pied-piper:before {
    content: "\f1a7"
}

.icon-pied-piper-alt:before {
    content: "\f1a8"
}

.icon-drupal:before {
    content: "\f1a9"
}

.icon-joomla:before {
    content: "\f1aa"
}

.icon-language:before {
    content: "\f1ab"
}

.icon-fax:before {
    content: "\f1ac"
}

.icon-building:before {
    content: "\f1ad"
}

.icon-child:before {
    content: "\f1ae"
}

.icon-paw:before {
    content: "\f1b0"
}

.icon-spoon:before {
    content: "\f1b1"
}

.icon-cube:before {
    content: "\f1b2"
}

.icon-cubes:before {
    content: "\f1b3"
}

.icon-behance:before {
    content: "\f1b4"
}

.icon-behance-square:before {
    content: "\f1b5"
}

.icon-steam:before {
    content: "\f1b6"
}

.icon-steam-square:before {
    content: "\f1b7"
}

.icon-recycle:before {
    content: "\f1b8"
}

.icon-automobile:before, .icon-car:before {
    content: "\f1b9"
}

.icon-cab:before, .icon-taxi:before {
    content: "\f1ba"
}

.icon-tree:before {
    content: "\f1bb"
}

.icon-spotify:before {
    content: "\f1bc"
}

.icon-deviantart:before {
    content: "\f1bd"
}

.icon-soundcloud:before {
    content: "\f1be"
}

.icon-database:before {
    content: "\f1c0"
}

.icon-file-pdf-o:before {
    content: "\f1c1"
}

.icon-file-word-o:before {
    content: "\f1c2"
}

.icon-file-excel-o:before {
    content: "\f1c3"
}

.icon-file-powerpoint-o:before {
    content: "\f1c4"
}

.icon-file-photo-o:before, .icon-file-picture-o:before, .icon-file-image-o:before {
    content: "\f1c5"
}

.icon-file-zip-o:before, .icon-file-archive-o:before {
    content: "\f1c6"
}

.icon-file-sound-o:before, .icon-file-audio-o:before {
    content: "\f1c7"
}

.icon-file-movie-o:before, .icon-file-video-o:before {
    content: "\f1c8"
}

.icon-file-code-o:before {
    content: "\f1c9"
}

.icon-vine:before {
    content: "\f1ca"
}

.icon-codepen:before {
    content: "\f1cb"
}

.icon-jsfiddle:before {
    content: "\f1cc"
}

.icon-life-bouy:before, .icon-life-saver:before, .icon-support:before, .icon-life-ring:before {
    content: "\f1cd"
}

.icon-circle-o-notch:before {
    content: "\f1ce"
}

.icon-ra:before, .icon-rebel:before {
    content: "\f1d0"
}

.icon-ge:before, .icon-empire:before {
    content: "\f1d1"
}

.icon-git-square:before {
    content: "\f1d2"
}

.icon-git:before {
    content: "\f1d3"
}

.icon-hacker-news:before {
    content: "\f1d4"
}

.icon-tencent-weibo:before {
    content: "\f1d5"
}

.icon-qq:before {
    content: "\f1d6"
}

.icon-wechat:before, .icon-weixin:before {
    content: "\f1d7"
}

.icon-send:before, .icon-paper-plane:before {
    content: "\f1d8"
}

.icon-send-o:before, .icon-paper-plane-o:before {
    content: "\f1d9"
}

.icon-history:before {
    content: "\f1da"
}

.icon-circle-thin:before {
    content: "\f1db"
}

.icon-header:before {
    content: "\f1dc"
}

.icon-paragraph:before {
    content: "\f1dd"
}

.icon-sliders:before {
    content: "\f1de"
}

.icon-share-alt:before {
    content: "\f1e0"
}

.icon-share-alt-square:before {
    content: "\f1e1"
}

.icon-bomb:before {
    content: "\f1e2"
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: -0.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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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: 0.65;
    filter: alpha(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;
    filter: alpha(opacity=100);
}

.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: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
    background: url("../img/ribbon_prev_nav.png") no-repeat center !important;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
    background: url("../img/ribbon_next_nav.png") no-repeat center !important;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.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) {
    /**
         * Remove all paddings around the image on small screen
         */
    .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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* ------------------------------- */
/* ---------- Custom BG ---------- */
/* ------------------------------- */
.custom_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    left: 0;
    top: 0;
    background-repeat: repeat;
}

.custom_bg.img_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* --------------------------------------- */
/* ---------- Isotope Filtering ---------- */
/* --------------------------------------- */
.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s
}

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

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

/* --------------------------------- */
/* ---------- Nivo Slider ---------- */
/* --------------------------------- */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !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-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0
}

.wrapped_video.blog_post_image iframe {
    border-radius: 0;
    overflow: hidden
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden
}

.nivo-box img {
    display: block
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none
}

.nivo-controlNav {
    width: 100%;
    display: block !important;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
    z-index: 99;
    line-height: 8px
}

.nivo-controlNav a {
    text-indent: -10000px !important;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: .3;
    margin: 0 6px;
    cursor: pointer;
    vertical-align: top
}

.nivo-directionNav {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: none;
}

.slider-wrapper {
    min-height: 20px;
    position: relative
}

.nivo-controlNav a.active {
    opacity: 1
}

.oneImage .nivo-directionNav a {
    display: none !important
}

/* ---------------------------- */
/* ---------- Global ---------- */
/* ---------------------------- */
* {
    outline: none;
}

html, body {
    width: 100%;
    height: 100%;
    display: table;
}

body {
    margin: 0;
    padding: 0;
    color: #404143;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;

}

.container {
    position: relative;
}

.container.fw {
    width: 100%;
}

.wrapper {
    margin-bottom: 34px;
}

iframe {
    display: block;
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;

}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.dn {
    display: none !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::selection {
    color: #FFFFFF;
    opacity: 1;
}

::-moz-selection {
    color: #FFFFFF;
    opacity: 1;
}

a {
    text-decoration: none;
    transition: color 0.3s;
    -webkit-transition: color .3s;
}

a:hover {
    color: #404143;
}

@-moz-keyframes hideunhide {
    50% {
        -moz-opacity: 0;
    }
    100% {
        -moz-opacity: 1;
    }
}

@-webkit-keyframes hideunhide {
    50% {
        -webkit-opacity: 0;
    }
    100% {
        -webkit-opacity: 1;
    }
}

@keyframes hideunhide {
    50% {
        opacity: 0;
        top: -5px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

.non_retina_image {
    display: block;
}

.retina_image {
    display: none;
}

.entry-title, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}

.entry-title {
    text-align: center;
}

h1 {
    margin-bottom: 13px;
}

h2 {
    margin-bottom: 21px;
}

h3 {
    margin-bottom: 21px;
}

h4 {
    margin-bottom: 20px;
}

h5 {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 22px;
}

h6 {
    margin-bottom: 22px;
}

.contentarea {
    padding-top: 58px;
}

p {
    margin: 0 0 8px;
}

ul.item_list li.isset_fimage .item .item_info .title_box h6 a,
ul.item_list li.without_fimage .item .item_info .title_box h6 a,
ul.item_list li.isset_fimage .item .item_info .preview_meta_data .fp_cat a,
ul.item_list li.without_fimage .item .item_info .preview_meta_data .fp_cat a {
    color: #404143;
}

/* ---------------------------- */
/* ---------- Header ---------- */
/* ---------------------------- */
header,
footer {
    text-align: center;
}

header .row .span12 a.logo {
    margin: 44px auto 31px;
    display: block;
}

/* ---------- Main Menu ---------- */

.gt3_menu ul.menu li.menu-item {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    padding: 0 3px;
}

.gt3_menu ul.menu li.menu-item:last-child {
    margin-right: 0;
}

.gt3_menu ul.menu li.menu-item a {
    color: #404143;
    padding-bottom: 43px;
    display: block;
    font-weight: 500;
}

.gt3_menu.gallery_header ul.menu li.menu-item a {
    padding-bottom: 33px;
}

.gt3_menu ul.menu li.menu-item a span i {
    display: none;
}

ul.sub-menu {
    border: solid 1px #e5e5e5;
    width: 188px;
    padding: 15px 0;
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 20000;

}

ul.sub-menu li.menu-item {
    width: 100%;
    display: block;
    padding-bottom: 0 !important;
}

ul.sub-menu li.menu-item a {
    position: relative;
    display: inline-block !important;
    padding-bottom: 0 !important;
    font-weight: 400 !important;
}

.gt3_menu ul.menu li.menu-item:hover > ul.sub-menu {
    display: block;
}

.gt3_menu ul.menu li.menu-item ul.sub-menu {
    margin-left: -94px;
    left: 50%;
    top: 35px;
}

.gt3_menu ul.menu li.menu-item ul.sub-menu li.menu-item {
    display: block;
    text-transform: none;
    line-height: 26px;
    margin-right: 0;
    padding: 0;
}

.gt3_menu ul.menu li.menu-item ul.sub-menu li.menu-item:first-child:before {
    width: 9px;
    height: 6px;
    position: absolute;
    background: url("../img/menu-border-pointer.png") no-repeat;
    content: "";
    left: 90px;
    top: -21px;
}

.gt3_menu ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
    top: -16px;
    left: 100%;
    margin-left: 0;
}

.gt3_menu ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item:first-child:before {
    display: none;
}

.gt3_menu .sub-menu .current-menu-ancestor a span {
    position: relative;
}

.gt3_menu .current-menu-ancestor:before,
.gt3_menu .current-menu-item:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #424242;
    position: absolute;
    top: 10px;
    left: 0;
}

.gt3_menu .sub-menu .sub-menu span:before,
.gt3_menu .sub-menu .sub-menu span:after {
    display: none !important;
}

.gt3_menu .sub-menu .current-menu-ancestor a span:after,
.gt3_menu .sub-menu .current-menu-item a span:after,
.gt3_menu .sub-menu .current-menu-ancestor a span:before,
.gt3_menu .sub-menu .current-menu-item a span:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #424242;
    position: absolute;
}

.gt3_menu .sub-menu .current-menu-ancestor a span:before,
.gt3_menu .sub-menu .current-menu-item a span:before,
.gt3_menu .sub-menu .current-menu-ancestor a span:after,
.gt3_menu .sub-menu .current-menu-item a span:after {
    top: 8px;
    width: 60%;
}

.gt3_menu .sub-menu .current-menu-ancestor a span:before,
.gt3_menu .sub-menu .current-menu-item a span:before {
    left: -3px;
}

.gt3_menu .sub-menu .current-menu-ancestor a span:after,
.gt3_menu .sub-menu .current-menu-item a span:after {
    right: -3px;
}

.gt3_menu .sub-menu .current-menu-item a span:before,
.gt3_menu .sub-menu .current-menu-item a span:after {
    top: 14px;
}

.gt3_menu .sub-menu .menu-item-has-children a:after {
    font-family: FontAwesome;
    content: "\f105";
    display: inline;
    margin-left: 14px;
}

.gt3_menu .sub-menu .current-menu-ancestor .sub-menu li a span:before,
.gt3_menu .sub-menu .current-menu-ancestor .sub-menu li a span:after {
    display: none !important;
}

.gt3_menu .sub-menu .menu-item-has-children .sub-menu li a:after {
    display: none !important;
}

.gt3_menu .sub-menu .current-menu-ancestor a:before {

}

.gt3_menu .sub-menu .current-menu-ancestor:before {
    display: none;
}

.gt3_menu .sub-menu > .current-menu-item:before {
    display: none;
}

.menu_mobile_toggler {
    display: none;
}

/* ---------------------------- */
/* ---------- Footer ---------- */
/* ---------------------------- */
footer {
    display: table-row;
    height: 1px;
}

footer .container .row .span12 div {
    font-size: 11px;
    color: #424242;
    margin: 0 0 48px;

}

/* -------------------------------- */
/* ---------- Typography ---------- */
/* -------------------------------- */
.module_title .gt3_subtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    margin-top: -3px;
}

.module_title .gt3_subtitle p {
    margin-bottom: 0;
}

.site_heading h1 {
    margin: 0;
}

.site_heading .bg_title {
    margin-bottom: 0;
}

.site_heading .module_content p {
    margin-top: 10px;
}

.bg_title {
    margin-bottom: 25px;
}

.module_cont h6 {
    margin-bottom: 0;
}

.bg_title h3 {
    margin-top: 0;
}

.module_title.heading {
    margin-top: 11px;
    margin-bottom: 18px;
}

.module_title h3,
.module_title .bg_title {
    margin-bottom: 0;
}

.shortcode_blockquote,
blockquote {
    float: left;
    display: block;
    margin-right: 41px;
    margin-bottom: 15px;
    border-left: 4px solid #c7c7c7;
    padding: 4px 0 1px 21px;
    margin-top: 20px;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    float: none;
}

.shortcode_blockquote:first-child {
    margin-top: 1px;
}

.shortcode_blockquote .author {
    display: block;
    color: #a5a5a5;
    font-size: 12px;
    margin-top: 6px;
    line-height: 12px;
}

.bquote_content {
    position: relative;
    top: -5px;
}

.shortcode_blockquote.type2,
.dropcap.type2 {
    border-color: #707070;
}

.shortcode_blockquote.type3,
.dropcap.type3 {
    border-color: #404143;
}

.shortcode_blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 25px;
}

.module_cont.quotefix {
    margin-top: 2px;
}

.module_cont.quotefix .bg_title,
.module_cont.dropcapfix .bg_title {
    margin-bottom: 23px;
}

.module_cont.quotefix p {
    margin-bottom: 22px;
}

.dropcap {
    display: block;
    font-size: 54px;
    color: #404143;
    font-weight: 500;
    margin-right: 19px;
    margin-bottom: 10px;
    float: left;
    padding-top: 14px;
}

.dropcap.type2 {
    color: #707070;
}

.dropcap.type3 {
    color: #c7c7c7;
}

.dropcapfix p {
    margin-bottom: 17px;
}

.contentarea ul {
    margin: 0 0 0 14px;
}

.contentarea ol {
    counter-reset: item;
    margin-left: 2px;
}

.highlighter {
    padding-left: 11px;
}

.highlighter p span {
    padding: 2px;
}

/* -------------------------------- */
/* ---------- Shortcodes ---------- */
/* -------------------------------- */

/* ---------- Module Header ---------- */
.module_title {
    margin-bottom: 17px;
}

/* ---------- Module Accordion and Toggle ---------- */
.module_accordion,
.module_toggle,
.module_counter {
    padding-top: 5px;
}

.acc_togg_body {
    display: none;
}

.acc_togg_title {
    border: solid 1px #e5e5e5;
    margin: 8px 0 0;
    padding: 12px 18px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all .3s;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    text-align: left;
}

.acc_togg_title:after {
    content: "\f107";
    width: 8px;
    height: 5px;
    position: absolute;
    font-family: "FontAwesome";
    right: 16px;
    font-weight: 400;
    font-size: 14px;
}

.acc_togg_title.state-active:after {
    content: "\f106";
}

.acc_togg_title:first-child {
    margin-top: 0;
}

.acc_togg_body {
    padding: 7px 0 4px 19px;
}

.acc_togg_body p {
    margin-bottom: 0;
}

.acc_togg_title.state-active span {
    color: #404143 !important;
}

/* ---------- Module Counter ---------- */
.stat_count {
    font-size: 30px;
    margin-bottom: 17px;
    text-align: center;
}

.counter_title {
    font-size: 18px;
    margin-bottom: 19px !important;
    text-align: center;
}

.count_descr,
.iconbox_header {
    text-align: center;
}

/* ---------- Module Iconbox ---------- */
.iconbox_header .ico {
    font-size: 28px;
    padding: 15px 14px 13px;
    border: solid 1px #404143;
    display: table;
    margin: auto;
    border-radius: 50%;

}

.ico_border {
    display: table;
    padding: 4px;
    border: solid 3px #404143;
    border-radius: 50%;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

.iconbox_header .ico i:before {
    width: 30px;
    height: 30px;
}

.iconbox_title {
    font-size: 18px;
}

.shortcode_iconbox a {
    color: #404143;
    transition: all 0s;
    -webkit-transition: all 0s;
}

.shortcode_iconbox a:hover .iconbox_wrapper > .iconbox_header > .ico_border,
.shortcode_iconbox a:hover .iconbox_wrapper > .iconbox_header > .ico_border > .ico {
    border-color: #a5a5a5;
}

.iconbox_title {
    margin-top: 26px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iconbox_body {
    margin-top: 19px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/* ---------- Modules Portfolio and Blog Posts ---------- */
.featured_items {
    margin-top: 31px;
}

.module_feature_posts ul.item_list,
.module_feature_portfolio ul.item_list {
    margin-left: -50px;
}

.module_feature_posts ul.item_list li.isset_fimage,
.module_feature_posts ul.item_list li.without_fimage,
.module_feature_portfolio ul.item_list li.isset_fimage,
.module_feature_portfolio ul.item_list li.without_fimage {
    float: left;
    display: block;

}

ul.item_list li.without_fimage {
    height: 100%;
}

.module_feature_posts ul.item_list li.isset_fimage .item,
.module_feature_posts ul.item_list li.without_fimage .item,
.module_feature_portfolio ul.item_list li.isset_fimage .item,
.module_feature_portfolio ul.item_list li.without_fimage .item {
    padding-left: 50px;
}

ul.item_list li.isset_fimage .item .item_info,
ul.item_list li.without_fimage .item .item_info {
    position: relative;
    background: #FFFFFF;
    text-align: left;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

ul.item_list li.isset_fimage:hover .item_info,
ul.item_list li.without_fimage:hover .item_info {
    bottom: 20px;
}

ul.item_list li.isset_fimage .item_info i,
ul.item_list li.without_fimage .item_info i {
    font-size: 14px;
}

ul.item_list li.isset_fimage .item_info i.icon-calendar-o,
ul.item_list li.without_fimage .item_info i.icon-calendar-o,
.single_post .meta span i.icon-calendar-o {
    font-size: 13px;
}

ul.item_list li.isset_fimage .item .item_info .title_box,
ul.item_list li.without_fimage .item .item_info .title_box {
    display: block;
    position: relative;
    padding-top: 10px;
}

ul.item_list li.without_fimage .item .item_info .title_box h6 {
    margin-bottom: 0;
}

ul.item_list li.isset_fimage .item .item_info .title_box h6,
ul.item_list li.without_fimage .item .item_info .title_box h6,
ul.item_list li.isset_fimage .item .item_info .title_box .read_more,
ul.item_list li.without_fimage .item .item_info .title_box .read_more,
ul.item_list li.isset_fimage .item .item_info .title_box .views_likes,
ul.item_list li.without_fimage .item .item_info .title_box .views_likes {
    text-align: left;
    display: inline-block;
    font-weight: 400;
}

ul.item_list li.isset_fimage .item .item_info .title_box .views_likes,
ul.item_list li.without_fimage .item .item_info .title_box .views_likes {
    float: right;
    margin-right: 20px;
    transition: all 0.3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.post_likes {
    transition: all .3s;
    -webkit-transition: all .3s;
}

ul.item_list li.isset_fimage .item .item_info .title_box .read_more,
ul.item_list li.without_fimage .item .item_info .title_box .read_more {
    float: right;
    width: 17px;
    height: 10px;
    background: url("../img/read-more-back.png");
    transition: all 0s;
    -webkit-transition: all 0s;
    margin-top: 5px;
}

ul.item_list li.isset_fimage .item .item_info .title_box .read_more:hover,
ul.item_list li.without_fimage .item .item_info .title_box .read_more:hover {
    background: url("../img/read-more-back.png") 0 -10px;
}

ul.item_list li.isset_fimage .item .item_info:before,
ul.grid_elements li.item .meta_body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../img/figure-border-up.png");
    top: -5px;
    right: 0;
    z-index: 10;
}

ul.item_list li.isset_fimage:before {
    content: none;
}

ul.item_list li.isset_fimage .item .item_info .preview_meta_data,
ul.item_list li.without_fimage .item .item_info .preview_meta_data {
    margin-top: 8px;
}

ul.item_list li.isset_fimage .item .item_info .preview_meta_data .thisdate,
ul.item_list li.without_fimage .item .item_info .preview_meta_data .thisdate,
ul.item_list li.isset_fimage .item .item_info .preview_meta_data .fp_cat,
ul.item_list li.without_fimage .item .item_info .preview_meta_data .fp_cat {
    display: inline-block;
}

ul.item_list li.isset_fimage .item .item_info .preview_meta_data .thisdate,
ul.item_list li.without_fimage .item .item_info .preview_meta_data .thisdate {
    margin-right: 23px;
}

ul.item_list li.isset_fimage .item .item_info .preview_meta_data .thisdate i,
ul.item_list li.without_fimage .item .item_info .preview_meta_data .thisdate i,
ul.item_list li.isset_fimage .item .item_info .preview_meta_data .fp_cat i,
ul.item_list li.without_fimage .item .item_info .preview_meta_data .fp_cat i {
    margin-right: 10px;
}

/* ---------- Module Gallery ---------- */
.featured_gallery ul.item_list li.isset_fimage,
.featured_galleryul.item_list li.without_fimage {
    display: block;
    float: left;
}

.featured_gallery .isset_fimage .item .prelative {
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    padding-bottom: 50px;
}

.featured_gallery ul.item_list {
    margin-left: -50px;
}

.featured_gallery .isset_fimage .item .prelative .item_info {
    height: 100%;
    position: absolute;
    top: 0;
    right: -92px;
    text-align: center;
    padding: 0 33px;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

.featured_gallery .featured_item_fadder {
    position: relative;
    overflow: hidden;
}

.featured_gallery .isset_fimage .item .prelative:hover .item_info {
    right: 0;
}

.featured_gallery .isset_fimage .item .prelative .item_info:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: url("../img/figure-border-left.png");
    top: 0;
    left: -5px;
    z-index: 10;
}

.featured_gallery .isset_fimage .item .prelative .item_info .views_likes {
    margin-bottom: 19px;
    cursor: pointer;
}

.featured_gallery .isset_fimage .item .prelative .item_info .views_likes i {
    display: block;
    font-size: 21px;
    color: #404040;
}

.featured_gallery .isset_fimage .item .prelative .item_info .views_likes:hover .gallery_likes_add i {
    color: #a5a5a5;
}

.featured_gallery .isset_fimage .item .prelative .item_info .prettyPhoto {
    width: 16px;
    height: 16px;
    background: url("../img/fullscr_button.png") no-repeat;
    display: block;
    margin: auto;
}

.featured_gallery .isset_fimage .item .prelative .item_info .prettyPhoto:hover {
    opacity: 0.5;
}

/* ---------- Mpdule Promo-text ---------- */
.module_promo_text .shortcode_promoblock {
    margin-top: 40px;
}

.module_promo_text .promo_text_block_wrapper,
.module_promo_text .promoblock_wrapper {
    text-align: center;
}

.module_promo_text .promo_text_block_wrapper h1 {
    margin-bottom: 9px;
}

.module_promo_text .promo_text_block_wrapper p {
    font-size: 15px;
    line-height: 25px;
    /*padding: 0 174px;*/
}

.module_promo_text .promo_button_block {
    margin-top: 28px;
}

.module_promo_text .promo_button_block a {
    display: inline-block;
    margin-left: 14px;
    font-weight: 600;
}

.module_promo_text .promo_button_block a .ico_cont {
    font-size: 13px;
    margin-right: 9px;
    color: #f5f5f5;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

/* ---------- Buttons ---------- */
.shortcode_button .btn_text {
    text-transform: uppercase;
    display: inline-block;
}

.buttons_module .module_content {
    text-align: center;
    margin-top: 36px;
}

.buttons_module .module_content p {
    margin-bottom: 20px;
}

.shortcode_button {
    display: inline-block;
    font-weight: 600;
    color: #FFFFFF;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.shortcode_button .ico_cont {
    margin-right: 10px;
}

.shortcode_button.btn_normal {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 12px 19px 13px;
}

.shortcode_button.btn_medium {
    padding: 15px 21px 16px;
}

.shortcode_button.btn_large {
    padding: 17px 26px 18px;
}

.shortcode_button.btn_medium,
.shortcode_button.btn_large {
    margin-right: 15px;
}

.btn_type1 {
    background-color: #282828;
}

.btn_type2 {
    background-color: #707070;
}

.btn_type3 {
    background-color: #c7c7c7;
}

.btn_type4 {
    background-color: #FFFFFF;
    border: solid 1px #e5e5e5;
    padding: 11px 17px 12px !important;
    color: #404143;
}

.btn_type5 {
    background-color: #3ab8b4;
}

.btn_type6 {
    background-color: #74a000;
}

.btn_type7 {
    background-color: #abc400;
}

.btn_type8 {
    background-color: #c9c600;
}

.btn_type9 {
    background-color: #ff8b00;
}

.btn_type10 {
    background-color: #ef4639;
}

.btn_type11 {
    background-color: #ff7691;
}

.btn_type12 {
    background-color: #e551b0;
}

.btn_type13 {
    background-color: #ae3dd0;
}

.btn_type14 {
    background-color: #642fc4;
}

.btn_type15 {
    background-color: #004ac5;
}

.btn_type16 {
    background-color: #11b3db;
}

.shortcode_button:hover {
    background-color: #282828;
    color: #FFFFFF;
}

.shortcode_button.btn_type1:hover {
    background-color: #c7c7c7;
    color: #ffffff;
}

.shortcode_button.btn_type1:hover .btn_text,
.shortcode_button.btn_type1:hover .ico_cont {
    color: #ffffff;
}

/* ---------- Module Icons ---------- */
.icons_module .module_content {
    text-align: center;
    margin-top: 36px;
}

.btn_icon {
    padding: 12px 16px;
    margin-right: 10px;
}

.btn_icon .ico_cont {
    margin-right: 0;
    font-size: 14px;
}

.ico_type1 {
    border-radius: 50%;
}

.ico_type2 {

}

.ico_type3 {
    border-radius: 4px;
}

.ico_type4 {
    color: #282828;
}

.ico_type4:hover {
    /*background: #FFFFFF;*/
}

/* ---------- Module Team ---------- */
.module_team ul {
    margin-left: -47px;
    margin-top: 30px;
}

.module_team ul li {
    display: inline-block;
    text-align: center;
}

.module_team ul li .ip {
    margin-left: 47px;
}

.module_team ul li .ip .meta_body {
    position: relative;
    text-align: left;
    padding-top: 13px;
}

.module_team ul li .ip .meta_body .meta_title h6,
.module_team ul li .ip .meta_body .meta_title .team_icons_wrapper {
    text-align: left;
    display: inline-block;
    font-weight: 400;
}

.module_team ul li .ip .meta_body .meta_title .team_icons_wrapper a {
    font-size: 13px;
    margin-right: 13px;
}

.module_team ul li .ip .meta_body .meta_title .team_icons_wrapper a:last-child {
    margin-right: 0;
}

.module_team ul li .ip .meta_body .meta_position {
    margin-top: 8px;
}

/* ---------- Module Divider ---------- */
.divider {
    width: 100%;
    height: 1px;
}

.divider.type_1 {
    background-color: #e5e5e5;
}

.module_divider {
    margin: 0;
}

.module_divider hr {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: #e5e5e5;
}

.module_divider hr.type2 {
    background-color: #c1c1c1;
}

.module_divider hr.type3 {
    background-color: #5c5c5c;
}

.module_divider hr.type4 {
    height: 5px;
    background: url("../img/divider_back.png") repeat-x;
}

/* ---------- Module Tabs ---------- */
.all_body_sizer {
    overflow: hidden;
    border: solid 1px #e5e5e5;
    padding: 7px 17px;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
}

.shortcode_tab_item_body {
    display: none;
}

.shortcode_tabs.type1 .shortcode_tab_item_title {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 17px 12px;
    border: solid 1px #e5e5e5;
    margin-right: 10px;
    border-top: none;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    top: 1px;
    transition: all 0.3s;
    -webkit-transition: all .3s;
    background: #FFFFFF;
    z-index: 1;
}

.shortcode_tabs.type1 .shortcode_tab_item_title.active {
    border-bottom: solid 1px #FFFFFF;
    position: relative;
    z-index: 3;
}

.shortcode_tabs.type1 .shortcode_tab_item_title.active:hover {
    top: 1px;
}

.shortcode_tabs.type1 .shortcode_tab_item_title:hover {
    top: 7px;
}

.shortcode_tabs.type1 .shortcode_tab_item_title:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: url("../img/divider_back.png") repeat-x;
    top: -5px;
    left: 0;
}

.shortcode_tabs.type1 .shortcode_tab_item_title:last-child {
    margin-right: 0;
}

.shortcode_tabs.type2 {
    padding-left: 80px;
    position: relative;
    min-height: 150px;
}

.shortcode_tabs.type2 .all_head_sizer {
    position: absolute;
    top: 0;
    left: 0;
}

.shortcode_tabs.type2 .shortcode_tab_item_title {
    padding: 9px 0 12px;
    border: solid 1px #e5e5e5;
    border-left: none;
    border-right: none;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    left: 1px;
    text-align: center;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

.shortcode_tabs.type2 .shortcode_tab_item_title:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: -5px;
    background: url("../img/figure-border-vertical.png") repeat-y;
}

.shortcode_tabs.type2 .shortcode_tab_item_title:hover,
.border_flat .shortcode_tabs.type2 .shortcode_tab_item_title:hover {
    left: 7px;
}

.shortcode_tabs.type2 .shortcode_tab_item_title.active {
    border-right: solid 1px #FFFFFF;
    background: #FFFFFF;
    z-index: 3;
}

.shortcode_tabs.type2 .shortcode_tab_item_title.active:hover {
    left: 1px;
}

.border_flat .shortcode_tabs.type1 .shortcode_tab_item_title {
    border-top: solid 1px #e5e5e5;
}

.border_flat .shortcode_tabs.type2 .shortcode_tab_item_title {
    border-left: solid 1px #e5e5e5;
    left: -1px;
}

.border_flat .shortcode_tabs.type2 .shortcode_tab_item_title.active:hover {
    left: -1px;
}

/* ---------- Module Testimonials ---------- */

/* 2 Elements in Line */
.testimonials_list.perline2 {
    margin-top: 34px;
}

.module_testimonial .perline2 ul li,
.module_testimonial .perline1 ul li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 22px;
}

.module_testimonial .perline2 ul li .testimonials_text,
.module_testimonial .perline1 ul li .testimonials_text {
    padding: 9px 17px;
    position: relative;
}

.module_testimonial .perline2 ul li .testimonials_text p,
.module_testimonial .perline1 ul li .testimonials_text p {
    margin-bottom: 4px;
}

.module_testimonial .perline2 ul li.right_image:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    top: 0;
    right: -1px;
}

.module_testimonial .perline2 ul li.right_image {
    padding-right: 117px;
}

.module_testimonial .perline2 ul li.left_image {
    padding-left: 119px;
}

.testimonials_ava {
    border-radius: 50%;
    position: absolute;
    display: block;
}

.right_image .testimonials_ava {
    top: 12px;
    right: 54px;
}

.left_image .testimonials_ava {
    top: 12px;
    left: 54px;
}

.right_image .text_block,
.left_image .text_block {
    position: relative;
    border: solid 1px #e5e5e5;
    margin-top: 16px;
}

.right_image .text_block {
    border-left: none;
}

.left_image .text_block {
    border-right: none;
}

.right_image .text_block:before,
.left_image .text_block:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    top: -12px;
    background: #e5e5e5;
}

.right_image .text_block:before {
    right: -120px;
}

.left_image .text_block:before {
    left: -122px;
}

.perline2 .name_and_position,
.perline1 .name_and_position {
    margin-top: 9px;
}

.perline2 .name_and_position span,
.perline1 .name_and_position span {
    margin-right: 15px;
}

.perline2 .name_and_position i.icon-pencil,
.perline1 .name_and_position i.icon-pencil {
    font-size: 14px;
    margin-right: 6px;
}

.perline2 .name_and_position i.icon-building,
.perline1 .name_and_position i.icon-building {
    margin-right: 9px;
}

.perline2 .right_image .name_and_position {
    text-align: right;
}

.perline2 .right_image .name_and_position span:last-child {
    margin-right: 0;
}

.left_image .testimonials_text:before,
.right_image .testimonials_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 6px;
    background: url("../img/border-pointer.png") no-repeat;
    top: -6px;
}

.left_image .testimonials_text:before {
    left: 19px;
}

.right_image .testimonials_text:after {
    right: 19px;
}

.left_image .testimonials_text:after,
.right_image .testimonials_text:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: url("../img/figure-border-vertical.png") repeat-y;
    top: 0;
}

.left_image .testimonials_text:after {
    right: 0;
}

.right_image .testimonials_text:before {
    left: -5px;
}

/* 1 Element in Line */
.module_testimonial .perline1 ul li {
    padding-left: 66px;
    position: relative;
}

.perline1 .testimonials_ava {
    top: 12px;
    left: 0;
}

.module_testimonial .perline1 .text_block:before {
    display: none;
}

/* ---------- Module Partners ---------- */
.module_partners ul {
    margin: 0;
    padding-left: 5px;
    position: relative;
}

.module_partners ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.module_partners ul:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #FFFFFF;
    top: 0;
    right: 6px;
    z-index: 10;
}

.module_partners .sponsors_works {
    margin-top: 37px;
}

.module_partners ul li {
    display: inline-block;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    margin-left: -5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.module_partners ul li .item {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.module_partners ul li:hover .item {
    opacity: .5;
}

.module_partners ul li:last-child {
    border-right: none;
}

.module_partners ul li .item_wrapper {
    padding: 38px 0;
}

/* ---------- Module Message Boxes ---------- */
.module_messageboxes {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module_messageboxes .innerpadding {
    display: inline-block;
}

.module_messageboxes .shortcode_messagebox {
    border: solid 1px;
    padding: 10px 17px 5px;
    position: relative;
}

.module_messageboxes .shortcode_messagebox a.box_close {
    width: 7px;
    height: 7px;
    display: block;
    background: url("../img/messageboxes.png") no-repeat;
    position: absolute;
    top: 18px;
    right: 17px;
    transition: all 0s;
    -webkit-transition: all 0s;
}

.module_messageboxes .shortcode_messagebox .box_content i {
    margin-right: 12px;
}

.box_type1 {
    border-color: #e02525 !important;
    color: #e02525;
}

.box_type1 a.box_close {
    background-position: 0 0 !important;
}

.box_type2 {
    border-color: #62bf25 !important;
    color: #62bf25;
}

.box_type2 a.box_close {
    background-position: -7px 0 !important;
}

.box_type3 {
    border-color: #02b0c9 !important;
    color: #02b0c9;
}

.box_type3 a.box_close {
    background-position: -14px 0 !important;
}

.box_type4 {
    border-color: #d7b723 !important;
    color: #d7b723;
}

.box_type4 a.box_close {
    background-position: -21px 0 !important;
}

.box_type5 {
    border-color: #e5e5e5 !important;
}

.box_type5 a.box_close {
    background-position: -28px 0 !important;
}

.box_type1 a.box_close:hover,
.box_type2 a.box_close:hover,
.box_type3 a.box_close:hover,
.box_type4 a.box_close:hover {
    background-position: -28px 0 !important;
}

.box_type5 a.box_close:hover {
    background-position: 0 0 !important;
}

/* ---------- Module Progress Bar ---------- */
.contentarea .module_diagramm ul > li {
    list-style: none;
    float: left;
}

.skill_item {
    text-align: center;
}

.chart {
    position: relative;
}

.easyPieChart {
    background-color: transparent !important;
    position: relative;
    margin: auto;
}

.chart_percents {
    position: absolute;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    top: 27px;
    left: 21px;
}

.skill_content h4 {
    margin-top: 22px;
    margin-bottom: 16px;
}

/* ---------- Module Price Table ---------- */
.module_price_table .bg_title {
    margin-bottom: 41px;
}

.price_item {
    float: left;
    text-align: center;
    margin-left: -1px;
}

.price_item:first-child {
    margin-left: 0;
}

.price_item_title {
    padding: 13px 7px 18px;
    border: 1px solid #e5e5e5;
}

.price_item:nth-child(2n+1) .price_item_title,
.price_item:nth-child(2n+1) .price_item_btn .shortcode_button {
    background: #282828;
    border-color: #282828;
}

.price_item:nth-child(2n) .price_item_title,
.price_item:nth-child(2n) .price_item_btn .shortcode_button {
    background: #434343;
    border-color: #434343;
}

.price_item_title h5 {
    margin-bottom: 0;
}

.price_item_cost {
    padding: 38px 8px 31px;
    border-bottom: 1px solid #e5e5e5;
}

.price_item_text {
    color: #2f2f2f;
    font-size: 13px;
    padding: 12px 7px 11px;
    border-bottom: 1px solid #e5e5e5;
}

.price_item_text:last-child {
    border-bottom: none;
    padding-bottom: 20px;
    position: relative;
}

.module_price_table .shortcode_button {
    margin-top: 0;
    margin-bottom: 0;
}

.module_price_table .shortcode_button {
    transition: none;
    -webkit-transition: none;
}

.most_popular .price_item_cost {
    padding: 39px 8px;
}

.most_popular .currprice {
    font-size: 43px;
}

.price_item.most_popular {
    margin-top: -10px;
}

.price_item.most_popular .price_item_title,
.price_item.most_popular .price_item_btn .shortcode_button {
    background: #606060;
    border-color: #606060;
}

.price_item.most_popular .price_item_title {
    padding: 13px 7px 15px;
}

.most_popular .shortcode_button {
    margin-top: 0;
    margin-bottom: 0;
}

.price_item_title h4 {
    font-size: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.price_item_body {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
}

.currperiod {
    line-height: 20px !important;
    font-size: 14px !important;
    color: #a5a5a5;
    font-weight: 600;
    text-transform: uppercase;
}

.currprice {
    color: #404143;
    font-weight: 600;
    font-size: 30px;
}

.most_popular .currprice, .most_popular .currperiod {
    line-height: 40px;
    font-size: 36px;
}

.price_item_btn .shortcode_button {
    font-size: 12px !important;
    font-weight: 600;
    padding: 15px 0 !important;
    display: block;
    width: 100%;
    border: solid 1px;
    margin-left: -1px;
}

.price_item_btn {
    position: relative;
}

.most_popular .price_item_text:last-child {
    border-bottom: none !important;
}

.price_item_btn .shortcode_button i {
    display: none !important;
}

.most_popular .price_item_title {
    position: relative;
    z-index: 1;
}

.most_popular .price_item_title h4 {
    color: #ffffff;
}

.most_popular .btn_text {
    color: #ffffff;
}

.module_price_table .headInModule {
    margin-bottom: 30px;
}

.module_price_table .shortcode_button {
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

.module_price_table .shortcode_button:hover .btn_text {
    color: #404143 !important;
}

.most_popular .shortcode_button {
    margin-left: -1px;
    margin-bottom: -1px;
    position: relative;
    border: solid 1px #d42d2d;
    z-index: 1;
}

.module_price_table .shortcode_button:hover {
    background: #a5a5a5 !important;
    border-color: #a5a5a5 !important;
}

.price_item_cost {
    position: relative;
}

.price_item_cost:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../img/figure-border-up.png") repeat-x;
    top: -5px;
    left: 0;
    z-index: 2;
}

.price_item_text:last-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../img/figure-border-down.png") repeat-x;
    bottom: -5px;
    left: 0;
    z-index: 2;
}

/* ---------- Module Before-After ---------- */
.before-after {
    margin-top: 36px;
    overflow: hidden;
}

.beforeAfter_wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.beforeAfter_wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: 100% auto !important;
    cursor: none;
}

.img_before {
    visibility: hidden;
}

.beforeAfter_wrapper .after_wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: auto 100% !important;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.beforeAfter_wrapper .after_wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.beforeAfter_wrapper .result_line {
    width: 27px;
    height: 10px;
    display: block;
    background: url("../img/before-after.png") no-repeat 1px 0 transparent;
    position: absolute;
    top: 50%;
    margin: -5px 0 0 -12px;
}

.beforeAfter_wrapper .result_line:before {
    content: '';
    background: #FFFFFF;
    width: 3px;
    height: 5000px;
    left: 12px;
    bottom: 5px;
    display: block;
    position: absolute;
}

.beforeAfter_wrapper .result_line:after {
    content: '';
    background: #FFFFFF;
    width: 3px;
    height: 5000px;
    left: 12px;
    top: 5px;
    display: block;
    position: absolute;
}

/* --------------------------------- */
/* ---------- Single Post ---------- */
/* --------------------------------- */

.single_post .meta {
    text-align: center;
}

.single_post .meta span,
.search_result .preview_meta span {
    margin-right: 23px;
}

.single_post .meta span i,
.search_result .preview_meta span i {
    font-size: 14px;
}

.single_post .meta span i.icon-calendar-o,
.search_result .preview_meta span i.icon-calendar-o {
    margin-right: 9px;
}

.single_post .meta span i.icon-pencil,
.search_result .preview_meta span i.icon-pencil {
    margin-right: 5px;
}

.single_post .meta span i.icon-folder-o {
    margin-right: 8px;
}

.single_post .meta span i.icon-comment-o,
.search_result .preview_meta span i.icon-comment-o {
    margin-right: 7px;
}

.single_post .meta,
.search_result .preview_meta {
    font-weight: 400;
}

.single_post .meta a,
.postbottom a,
.search_result .preview_meta a {
    color: #404143;
    font-weight: 400;
}

.pf_output_container {
    margin-top: 50px;
}

.block_empty {
    margin-bottom: 17px;
}

.preview_content .contentarea {
    padding-top: 45px;
    margin-bottom: 20px;
}

.postbottom {
    margin-top: 22px;
    margin-bottom: 9px;
}

.postbottom .tags {
    margin-right: 10px;
}

.postbottom .tags i {
    font-size: 14px;
}

.postbottom .blogpost_share {
    float: right;
}

.postbottom .blogpost_share .share {
    margin-right: 16px;
    font-weight: 400;
}

.postbottom .blogpost_share a {
    margin-right: 19px;
}

.postbottom .blogpost_share a.share_pinterest {
    margin-right: 16px;
}

.postbottom .blogpost_share a.share_tweet {
    margin-right: 17px;
}

.postbottom .blogpost_share .stand_icon {
    font-size: 14px;
    margin-right: 5px;
}

.postbottom .blogpost_share .stand_icon.icon-facebook-square {
    margin-right: 6px;
}

.postbottom .blogpost_share .views_likes {
    display: inline-block;
    cursor: pointer;
}

.postbottom .blogpost_share .views_likes .post_likes i {
    margin-right: 0;
}

.item_list .isset_fimage .title_box h6 {
    margin-bottom: 0;
}

#comments {
    margin-top: 50px;
    margin-bottom: 16px;
}

.postcomment {
    text-align: left;
    margin-bottom: 35px;
}

ul.commentlist {
    margin-left: 0;
}

ul.commentlist li ul.children {
    margin-left: 50px;
}

.stand_comment {
    position: relative;
    min-height: 45px;
    margin-bottom: 35px;
}

.stand_comment .commentava {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 19px;
}

ul.commentlist li.comment .stand_comment .thiscommentbody {
    max-width: 93%;
}

.stand_comment .thiscommentbody p,
.stand_comment .thiscommentbody .comment_info,
.stand_comment .commentava,
.stand_comment .thiscommentbody {
    display: inline-block;
    vertical-align: middle;
}

.stand_comment .thiscommentbody p {
    border: solid 1px #e5e5e5;
    border-right: none;
    padding: 11px 19px 12px;
    margin-bottom: 0;
    margin-right: 19px;
    position: relative;
}

ul.commentlist li p {
    max-width: 77%;
}

ul.commentlist li ul.children li p {
    max-width: 75%;
}

ul.commentlist li ul.children li ul.children li p {
    max-width: 73%;
}

ul.commentlist li ul.children li ul.children li ul.children li p {
    max-width: 71%;
}

.stand_comment .thiscommentbody p:before {
    content: "";
    width: 6px;
    height: 11px;
    background: url("../img/border-pointer-left.png") no-repeat;
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -6px;

}

.stand_comment .thiscommentbody p:after {
    content: "";
    width: 5px;
    height: 100%;
    background: url("../img/figure-border-vertical.png") repeat-y;
    position: absolute;
    top: 0;
    right: 0;
}

.stand_comment .thiscommentbody .comment_info span.comments {
    display: block;
    margin-top: 2px;
}

.stand_comment .thiscommentbody .comment_info span.comments a {
    color: #404143;
    padding-left: 25px;
    background: url("../img/reply-back.png") no-repeat 0 3px;
    transition: background-position 0s, color .3s;
    -webkit-transition: background-position 0s, color .3s;
}

.stand_comment .thiscommentbody .comment_info span.comments a:hover {
    background-position: 0 -12px;
}

.stand_comment .thiscommentbody .comment_info span.author_name i {
    font-size: 14px;
    margin-right: 7px;
}

.comment-edit-link,
.logged-in-as a {
    color: #404143;
}

.comment-respond {
    margin-top: 55px;
}

.comment-reply-title {
    font-size: 18px;
    text-align: left;
}

.form-allowed-tags {
    display: none;
}

.send_this_comment {
    padding: 12px 19px 13px 18px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.send_this_comment i {
    margin-right: 10px;
    display: inline-block;
}

.comment-notes {
    margin-bottom: 14px;
}

.comment-notes span {
    display: inline-block !important;
}

form.comment-form input,
form.comment-form textarea,
form.wpcf7-form input,
form.wpcf7-form textarea {
    display: table;
    border: solid 1px #e5e5e5;
    width: 494px;
    padding: 10px 18px 13px 47px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
}

form.comment-form textarea,
form.wpcf7-form textarea {
    line-height: normal;
}

form.comment-form textarea {
    height: 133px;
    padding: 13px 18px 7px 47px;
}

form.comment-form input::-moz-placeholder,
form.comment-form textarea::-moz-placeholder,
form.wpcf7-form input::-moz-placeholder,
form.wpcf7-form textarea::-moz-placeholder {
    color: #404143;
    opacity: 1;
    font-size: 12px;
}

form.comment-form input::-webkit-input-placeholder,
form.comment-form textarea::-webkit-input-placeholder,
form.wpcf7-form input::-webkit-input-placeholder,
form.wpcf7-form textarea::-webkit-input-placeholder {
    color: #404143;
    font-size: 12px;
}

form.comment-form span,
form.wpcf7-form span {
    position: relative;
    display: block;
}

form.comment-form span i,
form.wpcf7-form span i {
    position: absolute;
    font-size: 13px;
    z-index: 100;
    top: 14px;
    left: 17px;
    line-height: normal;
}

form.comment-form span i.icon-envelope-o,
form.wpcf7-form span i.icon-envelope-o {
    font-size: 13px;
}

form.wpcf7-form span i.icon-bookmark-o {
    left: 18px;
}

form.comment-form span i.icon-comment-o {
    font-size: 14px;
}

form.comment-form span i.icon-pencil,
form.comment-form span i.icon-chain {
    font-size: 15px;
}

.pf_output_container.without_fimage {
    margin-top: -3px;
}

/* Ribbon Slider */
.ribbon_slider {
    position: relative;
    left: 50%;
    overflow: hidden;
}

.ribbon_list_wrapper {
    overflow: hidden;
    position: relative;
    left: 50%;
}

.ribbon_prev_nav,
.ribbon_next_nav {
    position: absolute;
    height: 100%;
    top: 0;
}

.ribbon_prev_nav {
    left: 0;
    background: url("../img/ribbon_prev_nav.png") no-repeat center;
}

.ribbon_next_nav {
    right: 0;
    background: url("../img/ribbon_next_nav.png") no-repeat center;
}

.ribbon_list_wrapper ul.ribbon_list {
    position: relative;
    padding: 0;
    margin-left: 0;
}

.ribbon_list_wrapper ul.ribbon_list li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 15px;
    height: 100%;
}

/* ------------------------------ */
/* ---------- Contacns ---------- */
/* ------------------------------ */

.span6.module_google_map {
    padding-right: 4px;
}

.module_google_map iframe {
    height: 453px;
}

form.wpcf7-form h4 {
    text-align: left;
    margin-bottom: 22px;
}

.no-sidebar form.wpcf7-form {
    padding-left: 6px;
    margin-top: -10px;
}

.no-sidebar form.wpcf7-form .comment-notes {
    margin-bottom: 15px;
}

.no-sidebar form.wpcf7-form textarea {
    height: 130px;
    margin-bottom: 9px;
}

.no-sidebar form.wpcf7-form .icon-bookmark-o,
.no-sidebar form.wpcf7-form .icon-pencil {
    left: 19px;
}

.no-sidebar form.wpcf7-form .icon-envelope-o {
    left: 17px;
}

.no-sidebar form.wpcf7-form .icon-comment-o {
    left: 18px;
}

.right-sidebar form.wpcf7-form input,
.right-sidebar form.wpcf7-form textarea,
.left-sidebar form.wpcf7-form input,
.left-sidebar form.wpcf7-form textarea {
    width: 338px;
}

.right-sidebar form.wpcf7-form textarea,
.left-sidebar form.wpcf7-form textarea {
    height: 130px;
}

form.wpcf7-form input[type="submit"] {
    text-transform: uppercase;
    width: auto;
    background: #282828;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    padding: 11px 15px 12px 38px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.wpcf7-form-control.wpcf7-submit {
    margin-left: -1px;
}

form.wpcf7-form input[type="submit"]:hover {
    background: #c7c7c7;
    color: #ffffff;
}

form.wpcf7-form i.icon-send-o {
    color: #FFFFFF;
    top: 16px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

form.wpcf7-form .submit_btn {
    display: inline-block !important;
}

form.wpcf7-form .submit_btn:hover i {
    color: #ffffff;
}

form.wpcf7-form .wpcf7-validation-errors,
form.wpcf7-form .wpcf7-mail-sent-ok {
    border: solid 1px #e5e5e5;
}

form.wpcf7-form .wpcf7-not-valid-tip {
    color: #404143;
}

.contact_text {
    margin-top: 15px;
}

.contact_text .bg_title h4 {
    margin-bottom: 9px;
}

.module_contact_info .bg_title {
    margin: 8px 0 22px 12px;
}

.module_contact_info ul.contact_info_list {
    margin-left: 13px;
}

.module_contact_info ul.contact_info_list li.contact_info_item {
    margin-bottom: 10px;
}

.module_contact_info ul.contact_info_list li.contact_info_item span {
    margin-right: 13px;
}

.module_contact_info ul.contact_info_list .contact_info_text {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}

.module_contact_info ul li a {
    color: #404143;
}

/* ---------------------------------- */
/* ---------- Blog Listing ---------- */
/* ---------------------------------- */

.archive .featured_image img {
    width: 100%;
}

/* ---------- Featured Image on Top ---------- */
.bloglisting_post.top_image {
    margin-bottom: 49px;
}

.top_image .featured_image {
    margin: 16px 0 29px;
    position: relative;
}

.top_image .featured_image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../img/figure-border-up.png") repeat-x;
    left: 0;
    bottom: 0;
}

.bloglist-title {
    margin-bottom: 14px;
}

.bloglist-title a,
.bloglisting_post .meta span a,
ul.pagerblock li a {
    color: #404143;
}

.bloglisting_post .meta {
    font-weight: 400;
    margin-bottom: 25px;
}

.bloglisting_post .meta span {
    margin-right: 23px;
}

.bloglisting_post .meta span i {
    margin-right: 8px;
}

.bloglisting_post .meta span i.icon-pencil,
.bloglisting_post .meta span i.icon-folder-o,
.bloglisting_post .meta span i.icon-comment-o {
    font-size: 14px;
}

.bloglisting_post {
    margin-bottom: 50px;
}

.bloglisting_post .meta span i.icon-pencil {
    margin-right: 0;
}

.bloglisting_post .meta span i.icon-comment-o {
    margin-right: 4px;
}

.bloglisting_post .readmore_cont,
.bloglisting_post .views_likes {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    margin-top: 11px;
}

.views_likes.mtfix {
    margin-top: 14px !important;
}

.bloglisting_post .views_likes {
    margin-right: 17px;
}

.bloglisting_post .views_likes i {
    font-size: 14px;
}

.readmore_cont a.read_more {
    width: 17px;
    height: 10px;
    background: url("../img/read-more-back.png") no-repeat 0 0;
    display: block;
    transition: background 0s;
    -webkit-transition: background 0s;
}

.readmore_cont a.read_more:hover {
    background: url("../img/read-more-back.png") no-repeat 0 -10px;
}

ul.pagerblock {
    margin-left: 0;
    text-align: center;
}

ul.pagerblock li {
    display: inline-block;
}

ul.pagerblock li a {
    padding-right: 15px;
    font-size: 11px;
    font-weight: 400;
}

.bloglisting_post .data_type2 {
    display: inline-block;
}

.bloglisting_post .date {
    border: solid 1px #e5e5e5;
    border-bottom: none;
    text-align: center;
    position: relative;
    margin-right: 25px;

}

.bloglisting_post .date:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../img/divider_back.png") repeat-x;
    bottom: 0;
    right: 0;
}

.bloglisting_post .date .month,
.bloglisting_post .date .day {
    padding: 3px 18px 5px;
}

.bloglisting_post .date .month {
    border-bottom: solid 1px #e5e5e5;
}

.bloglisting_post .date .day {
    padding-bottom: 10px;
}

/* ---------- Featured Image on Side ---------- */
.bloglisting_post.side_image {
    margin-top: 14px;
    margin-bottom: 53px;
}

.bloglisting_post.side_image .featured_image {
    margin-top: 2px;
    position: relative;
}

.bloglisting_post.side_image .featured_image:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: url("../img/figure-border-left.png") repeat-y;
    top: 0;
    right: 0;
}

.bloglisting_post.side_image .post_preview {
    padding-left: 7px;
}

.post_preview h2, .post_preview h3 {
    margin-top: 20px;
}

.bloglisting_post.side_image .meta span i.icon-pencil {
    margin-right: 4px;
}

.bloglisting_post.side_image ul.pagerblock {
    margin-top: 63px;
}

.bloglisting_post.side_image .featured_image.with_sidebar::after {
    right: 0;
}

.right-sidebar .bloglisting_post {
    margin-bottom: 0;
    margin-top: 51px;
}

.right-sidebar .pagerblock {
    text-align: left;
    margin-top: 39px;
    margin-bottom: 31px;
}

/* ---------- Masonry Blog Listing ---------- */
.module_blog_masonry {
    margin-top: 16px;
}

.blog_masonry_box {
    margin-left: -50px;
}

.blog_item {
    float: left;
    margin-left: -1px;
}

.blog_item_wrapper {
    padding-left: 50px;
    padding-bottom: 50px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.module_blog_masonry .blog_item .item_info:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../img/figure-border-up.png") repeat-x;
    top: -5px;
    left: 0;
}

.module_blog_masonry .blog_item .title_box,
.module_blog_masonry .blog_item .meta {
    display: block;
}

.module_blog_masonry .blog_item .title_box .bloglist-title,
.module_blog_masonry .blog_item .title_box .views_likes,
.module_blog_masonry .blog_item .title_box .readmore_cont {
    display: inline-block;
    cursor: pointer;
}

.module_blog_masonry .blog_item .item_info {
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #FFFFFF;
}

.blog_item_wrapper:hover {
    padding-bottom: 70px;
}

.blog_item_wrapper:hover .item_info {
    margin-top: -20px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box {
    padding-top: 16px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .fr {
    margin-top: -1px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .views_likes {
    margin-right: 30px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .views_likes i {
    font-size: 14px;
    margin-right: 2px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .meta {
    margin-top: 7px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .meta span {
    margin-right: 22px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .meta span a {
    color: #404143;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .meta span i.icon-calendar-o {
    margin-right: 8px;
}

.module_blog_masonry .blog_masonry_box .blog_item_wrapper .item_info .title_box .meta span i.icon-folder-o {
    font-size: 14px;
    margin-right: 9px;
}

.module_blog_masonry .pagerblock {
    margin-top: 7px;
}

/* ----------------------------------- */
/* ---------- Sidebar Block ---------- */
/* ----------------------------------- */

.left-sidebar .pf_output_container,
.right-sidebar .pf_output_container {
    overflow: hidden;
}

/* ---------- Right Sidebar ---------- */
.right-sidebar {
    padding-top: 60px;
}

.right-sidebar .main_container,
.left-sidebar .main_container {
    position: relative;
}

.right-sidebar .main_container:before,
.left-sidebar .main_container:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    top: 0;
}

.right-sidebar .main_container:before {
    right: 272px;
}

.right-sidebar-block {
    padding-left: 44px;
}

.right-sidebar .contentarea,
.left-sidebar .contentarea {
    padding-top: 0;
}

.right-sidebar .pf_output_container,
.left-sidebar .pf_output_container {
    margin-bottom: 45px;
}

.right-sidebar .bloglisting_post.side_image:first-child,
.left-sidebar .bloglisting_post.side_image:first-child {
    margin-top: 7px;
}

.right-sidebar .bloglisting_post.side_image .post_preview,
.left-sidebar .bloglisting_post.side_image .post_preview {
    padding-left: 2px;
}

.sidepanel h6.sidebar_heading {
    margin-bottom: 11px;
}

.widget_categories.sidepanel a:before,
.sidepanel.widget_pages a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    margin-right: 5px;
}

.sidepanel.widget_search {
    margin-top: 10px;
    margin-bottom: 46px;
}

.right-sidebar-block .search_form_block form,
.left-sidebar-block .search_form_block form,
.search_result form {
    position: relative;
    display: block;
}

.right-sidebar-block .search_form_block i,
.left-sidebar-block .search_form_block i,
.search_result .search_form_block i {
    position: absolute;
    top: 7px;
    left: 10px;
    font-weight: 300;
}

.right-sidebar-block .search_form_block input,
.left-sidebar-block .search_form_block input,
.search_result .search_form_block input,
.pp_block .protected-post-form input {
    border: solid 1px #e5e5e5;
    line-height: 26px;
    padding: 0 36px 2px 31px;
}

.pp_block .protected-post-form input {
    padding: 2px 10px;
}

.right-sidebar-block .search_form_block input::-moz-placeholder,
.left-sidebar-block .search_form_block input::-moz-placeholder,
.search_result .search_form_block input::-moz-placeholder {
    color: #404143;
    opacity: 1;
    font-weight: 300;
}

.right-sidebar-block .search_form_block input::-webkit-input-placeholder,
.left-sidebar-block .search_form_block input::-webkit-input-placeholder,
.search_result .search_form_block input::-webkit-input-placeholder {
    color: #404143;
}

.right-sidebar-block .s_btn_search,
.left-sidebar-block .s_btn_search,
.search_result .s_btn_search {
    display: none;
}

.sidepanel.widget_categories {
    margin-bottom: 38px;
}

.widget_categories.sidepanel a,
.sidepanel.widget_pages a,
.sidepanel.widget_recent_comments li a,
.sidepanel.widget_meta ul li a,
.sidepanel.widget_recent_entries li a {
    line-height: 26px;
    color: #404143;
}

.sidepanel.widget_rss a,
.sidepanel.widget_calendar td#prev a {
    color: #404143;
}

.sidepanel.widget_posts {
    margin-bottom: 50px;
}

.sidepanel.widget_posts .sidebar_heading {
    margin-bottom: 27px;
}

.sidepanel.widget_posts ul.recent_posts li {
    margin-bottom: 26px;
}

.sidepanel.widget_posts ul.recent_posts li a {
    color: #404143;
}

.sidepanel.widget_posts ul.recent_posts li .comments a {
    color: #a5a5a5;
}

.sidepanel.widget_posts ul.recent_posts li .comments a:hover {
    color: #404143;
}

.sidepanel.widget_posts .recent_posts_img {
    position: absolute;
}

.sidepanel.widget_posts .recent_posts_content {
    margin-left: 62px;
}

.sidepanel.widget_posts .recent_posts_img img {
    border-radius: 50%;
}

.sidepanel.widget_flickr {
    margin-bottom: 29px;
}

.sidepanel.widget_flickr .sidebar_heading {
    margin-bottom: 27px;
}

.sidepanel.widget_flickr .flickr_badge_image {
    display: inline-block;
    margin-left: 17px;
    margin-bottom: 17px;
}

.sidepanel.widget_flickr .flickr_widget_wrapper {
    margin-left: -17px;
}

.sidepanel.widget_flickr .flickr_badge_image a img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.sidepanel.widget_flickr .flickr_badge_image a {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sidepanel.widget_flickr .flickr_badge_image a:hover {
    opacity: .6;
}

.sidepanel.widget_tag_cloud,
.sidepanel.widget_archive,
.sidepanel.widget_pages,
.sidepanel.widget_recent_comments,
.sidepanel.widget_rss,
.sidepanel.widget_calendar,
.sidepanel.widget_meta,
.sidepanel.widget_recent_entries,
.sidepanel.widget_text {
    margin-bottom: 38px;
}

.sidepanel.widget_tag_cloud .sidebar_heading {
    margin-bottom: 22px;
}

.sidepanel.widget_tag_cloud .tagcloud a {
    font-size: 12px !important;
    color: #404143;
    border: solid 1px #e5e5e5;
    border-radius: 2px;
    padding: 3px 11px 5px 23px;
    background: url("../img/tags-back.png") no-repeat 9px 11px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
}

.sidepanel.widget_text .sidebar_heading {
    margin-bottom: 13px;
}

.sidepanel.widget_text .textwidget a:hover {
    color: #404143;
}

.sidepanel.widget_archive select,
.sidepanel.widget_categories select {
    border: solid 1px #e5e5e5;
    line-height: 26px;
    height: 28px;
    width: 100%;
    color: #404143;
}

.sidepanel.widget_archive option,
.sidepanel.widget_categories option {
    line-height: 26px;
}

.sidepanel.widget_archive ul li {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sidepanel.widget_archive ul li a {
    color: #404143;
}

/* ---------- Sidebar Menu ---------- */
.sidepanel.widget_nav_menu {
    margin-bottom: 38px;
}

.sidepanel.widget_nav_menu ul li a {
    color: #404143;
    line-height: 26px;
}

.sidepanel.widget_nav_menu ul li ul.sub-menu {
    display: none;
    width: auto;
    border: none;
    padding: 0;
    position: relative;
    z-index: 0;
    background: none;
    margin-left: 15px;
}

.menu_item_open {
    color: #a5a5a5 !important;
}

.sidepanel.widget_nav_menu li.menu-item-has-children {
    cursor: pointer;
}

.sidepanel.widget_nav_menu li.menu-item-has-children:before {
    content: "\f107";
    margin-left: -2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sidepanel.widget_nav_menu li.menu-item-has-children.opened:before {
    transform: rotate(180deg);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sidepanel.widget_nav_menu ul.sub-menu li.menu-item {
    display: block;
}

.sidepanel.widget_nav_menu ul.sub-menu li.menu-item a {
    display: inline-block;
    width: auto;
}

/* ---------- Mailchimp ---------- */
.sidepanel.widget_mailchimpsf_widget {
    margin-bottom: 14px !important;
}

.sidepanel.widget_mailchimpsf_widget h6.sidebar_heading {
    margin-bottom: 13px !important;
}

.sidepanel.widget_mailchimpsf_widget #mc_subheader {
    line-height: 20px !important;
}

.sidepanel.widget_mailchimpsf_widget form {
    position: relative !important;
}

.sidepanel.widget_mailchimpsf_widget .mc_header_email {
    display: none !important;
}

.sidepanel.widget_mailchimpsf_widget input.mc_input {
    border: solid 1px #e5e5e5 !important;
    line-height: 26px !important;
    padding: 0 30px 2px 12px !important;
}

.sidepanel.widget_mailchimpsf_widget .mc_form_inside {
    position: relative !important;
}

.sidepanel.widget_mailchimpsf_widget input#mc_signup_submit {
    background: url("../img/read-more-back.png") no-repeat 0 0 !important;
    margin-top: 0 !important;
    border: none !important;
    width: 17px !important;
    height: 10px !important;
    position: absolute !important;
    top: 10px !important;
    right: 11px !important;
}

.sidepanel.widget_mailchimpsf_widget input#mc_signup_submit:hover {
    background: url("../img/read-more-back.png") no-repeat 0 -10px !important;
}

.sidepanel.widget_mailchimpsf_widget #mc_display_rewards {
    display: none !important;
}

.sidepanel.widget_mailchimpsf_widget .updated {
    text-align: center !important;
}

.sidepanel.widget_mailchimpsf_widget .mc_error_msg,
.sidepanel.widget_mailchimpsf_widget .mc_success_msg {
    color: #404143 !important;
}

/* ---------- Left Sitedar ---------- */
.left-sidebar {
    padding-top: 60px;
}

.left-sidebar-block {
    float: left;
    height: 100%;
    margin-left: 0 !important;
    padding-right: 44px;
}

.left-sidebar .posts-block {
    float: right;
}

.left-sidebar .main_container:before {
    left: 270px;
}

/* ------------------------------------------ */
/* ---------- Listing of Galleryes ---------- */
/* ------------------------------------------ */

.gallery_box {
    margin-left: -50px;
    margin-top: 45px;
}

.gallery_item {
    float: left;
    margin-left: -1px;
}

.gallery_item_wrapper {
    padding-left: 50px;
    padding-bottom: 24px;
}

.page-template-page-albums ul.optionset {
    margin-top: 42px;
}

.page-template-page-albums ul.optionset li {
    display: inline-block;
    margin-right: 23px;
}

.page-template-page-albums ul.optionset li a {
    color: #404143;
}

.page-template-page-albums .gallery_grid ul.optionset {
    text-align: center;
}

.page-template-page-albums .bottom_box {
    position: relative;
    background: #FFFFFF;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_item:hover .bottom_box {
    margin-top: -20px;
    margin-bottom: 20px;
}

.page-template-page-albums .bottom_box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../img/figure-border-up.png") repeat-x;
    top: -5px;
    left: 0;
}

.page-template-page-albums .bottom_box .bc_content {
    padding-top: 13px;
}

.page-template-page-albums .bottom_box .bc_title,
.page-template-page-albums .featured_items_meta .pics_count,
.page-template-page-albums .featured_items_meta .bc_likes,
.page-template-page-albums .featured_items_meta .readmore_cont {
    display: inline-block;
}

.page-template-page-albums .bottom_box .bc_title a {
    color: #404143;
}

.page-template-page-albums .featured_items_meta .readmore_cont {
    margin-left: 20px;
}

.page-template-page-albums .featured_items_meta .bc_likes {
    margin-left: 23px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.page-template-page-albums .featured_items_meta .bc_likes i.icon-heart-o,
.page-template-page-albums .featured_items_meta .pics_count i.icon-camera-retro {
    font-size: 13px;
}

.page-template-page-albums .featured_items_meta .pics_count i.icon-camera-retro {
    margin-right: 5px;
}

.page-template-page-albums .load_more_posts {
    font-size: 11px;
    font-weight: 400;
    color: #404143;
    text-align: center;
    display: block;
    margin: 16px 0 29px;
}

/* ------------------------------------ */
/* ---------- Single Gallery ---------- */
/* ------------------------------------ */

.single-gallery .gallery_content_box {
    position: relative;
    overflow: hidden;
}

.single-gallery .gallery_content_box img {
    float: right;
    position: inherit;
}

.single-gallery .gallery_content_box .item_info {
    position: absolute;
    height: 100%;
    top: 0;
    right: -92px;
    background: #FFFFFF;
    text-align: center;
    padding: 0 33px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.single-gallery .gallery_content_box:hover .item_info {
    right: 0;
}

.single-gallery .gallery_content_box .item_info:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: url("../img/figure-border-left.png") repeat-y;
    top: 0;
    left: -5px;
    z-index: 10;
}

.single-gallery .gallery_content_box .item_info .item_info_content {
    position: relative;
    z-index: 11;
}

.single-gallery a.prettyPhoto,
.module_gallery a.prettyPhoto {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 34px;
    background: #ffffff;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 100;
    top: 0;
}

.single-gallery a.prettyPhoto:hover,
.module_gallery a.prettyPhoto:hover {
    opacity: .5;
}

.single-gallery .item_info a.prettyPhoto:hover {
    opacity: .5;
}

.single-gallery .item_info .views_likes {
    margin-bottom: 18px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.single-gallery .item_info .views_likes i,
.single-gallery .item_info .views_likes span {
    display: block;
    position: relative;
}

.single-gallery .item_info .views_likes i {
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 3px;
}

.fullscr_button {
    width: 16px;
    height: 16px;
    background: url("../img/fullscr_button.png") no-repeat;
    display: block;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.fullscr_button:hover {
    opacity: .5;
}

/* ---------- Gallery Grid ---------- */
.gallery_grid_container {
    margin-left: -50px;
}

.gallery_grid_container .gallery_item_wrapper {
    padding-bottom: 50px;
}

/* ---------- Gallery Masonry ---------- */
.gallery_masonry_container {
    margin-left: -50px;
}

.gallery_masonry_container .gallery_item_wrapper {
    padding-bottom: 50px;
}

.single-gallery .gallery_masonry_container .gallery_content_box .item_info {
    right: 0;
    margin-right: -92px;
}

.single-gallery .gallery_masonry_container .gallery_content_box:hover .item_info {
    margin-right: 0;
}

/* ---------- Gallery Slider ---------- */
.gallery_slider_container {
    position: relative;
}

.flexslider {
    height: 100%;
    display: block;
}

.flex-viewport {
    height: 100%;
    display: block;
    position: absolute;
}

ul.slides {
    height: 100%;
}

ul.slides li {
    height: 100%;
    display: block;
}

ul.slides li img,
ul.slides li iframe {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
}

ul.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.flex-nav-prev,
.flex-nav-next {
    width: 95px;
    height: 1px;
    display: inline-block;
    position: absolute;
}

.flex-nav-prev a,
.flex-nav-next a {
    width: 100%;
    height: 26px;
    display: block;
}

.flex-nav-prev a {
    background: url("../img/slider-nav.png") no-repeat left center;
}

.flex-nav-next a {
    background: url("../img/slider-nav.png") no-repeat right center;
}

.flex-nav-prev a:hover,
.flex-nav-next a:hover {
    opacity: .5;
}

.single-gallery .flexslider .flex-nav-prev {
    left: 50%;
}

.single-gallery .flexslider .flex-nav-next {
    left: 50%;
}

.single-gallery .flexslider .flex-prev, .single-gallery .flexslider .flex-next {
    position: absolute;
}

/*________________________________________________________________________________________________________*/

/* ---------- Gallery Flow ---------- */
.gallery_flow_container {
    overflow: hidden;
}

#whaterwheel {
    clear: both;
    height: 100%;
    overflow: visible;
    padding: 0 80px;
    position: relative;
    width: 100%;
}

#ww_finger {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -99;
}

.ww_block {
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -30;
    background: #FFFFFF;
    overflow: hidden;
}

.ww_block,
.ww_block a,
.ww_block div {
    display: block;
    height: 100%;
}

.ww_block img {
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
}

.ww_block.prev2,
.ww_block.next2 {
    transform: scale(0.56);
    -webkit-transform: scale(0.56);
    -ms-transform: scale(0.56);
    z-index: 10;
}

.ww_block.prev,
.ww_block.next {
    transform: scale(0.78);
    -webkit-transform: scale(0.78);
    -ms-transform: scale(0.78);
    z-index: 20;
}

.ww_block.prev img,
.ww_block.next img {
    opacity: .6;
}

.ww_block.prev2 img,
.ww_block.next2 img {
    opacity: .2;
}

.ww_block.current {
    cursor: default;
    left: 50%;
    right: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 30;
    overflow: hidden;
}

/* ---------------------------------- */
/* ---------- Striped Page ---------- */
/* ---------------------------------- */

figure.strip-menu {
    margin: 0;
    height: 100%;
}

figure .strip-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 13;
}

.strip-text p {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    position: relative;
}

figure .strip-item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

figure .strip-item:before,
figure .strip-item:after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #ffffff;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 10;
}

figure .strip-item:before {
    left: -30px;
}

figure .strip-item:after {
    right: -30px;
}

.fader_up,
.fader_down {
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: absolute;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.fader_up:after,
.fader_down:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
}

.fader_up:after {
    background: url("../img/figure-border-down.png") repeat-x;
    bottom: -5px;
}

.fader_down:before {
    background: url("../img/figure-border-up.png") repeat-x;
    top: -5px;
}

.fader_up {
    top: -65px;
}

.fader_down {
    bottom: -65px;
}

figure .strip-item:hover p {
    opacity: 1;
}

figure .strip-item:hover:before {
    left: 0;
}

figure .strip-item:hover:after {
    right: 0;
}

figure .strip-item:hover .fader_up {
    top: 0;
}

figure .strip-item:hover .fader_down {
    bottom: 0;
}

figure .strip-item:hover .strip-fadder {
    opacity: .5;
}

.strip-fadder {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/* ------------------------------------------- */
/* ---------- Single Portfolio Post ---------- */
/* ------------------------------------------- */

.custom_fields .cf_item {
    margin-bottom: 8px;
}

.custom_fields .cf_item:first-child {
    margin-bottom: 21px;
}

.custom_fields .cf_item:first-child i {
    font-size: 35px;
}

.custom_fields .cf_item:first-child .span3 {
    text-align: center;
}

.custom_fields .cf_item:first-child .span9 {
    padding-left: 10px;
    line-height: 20px;
}

.custom_fields .cf_item .span9 {
    line-height: 25px;
}

.custom_fields .cf_item i {
    font-size: 25px;
    display: inline-block;
    margin: auto;
}

.thisprev {
    margin-right: 24px;
}

.thisprev a {
    padding: 0 0 0 25px;
    background: url("../img/port-prev.png") no-repeat left 0;
    transition: all 0s;
    -webkit-transition: all 0s;
}

.thisprev a:hover {
    background: url("../img/port-prev.png") no-repeat left -14px;
}

.thisnext a {
    padding: 0 25px 0 0;
    background: url("../img/port-next.png") no-repeat right 0;
    transition: all 0s;
    -webkit-transition: all 0s;
}

.thisnext a:hover {
    background: url("../img/port-next.png") no-repeat right -14px;
}

/* --------------------------------------- */
/* ---------- Potrfolio Listing ---------- */
/* --------------------------------------- */

/* ---------- Grid 1 column ---------- */
.module_portfolio ul.isotope_sorting {
    text-align: center;
    margin-top: -16px;
    margin-bottom: 45px;
}

.module_portfolio ul.isotope_sorting li {
    display: inline-block;
    margin-right: 23px;
}

.module_portfolio ul.isotope_sorting li a {
    color: #404143;
}

.module_portfolio .entry-title {
    text-align: left;
    margin: -2px 0 14px;
}

.module_portfolio .entry-title a {
    color: #404143;
}

.module_portfolio .portfolio_item_img {
    position: relative;
}

.module_portfolio .portfolio_item_img:after {
    content: "";
    width: 5px;
    height: 100%;
    background: url("../img/figure-border-left.png") repeat-y;
    position: absolute;
    top: 0;
    right: 0;
}

.module_portfolio .portfolio_item_wrapper {
    padding-bottom: 55px;
}

.module_portfolio .load_more_posts_cont {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    margin-top: 9px;
}

.module_portfolio .load_more_posts_cont a {
    color: #404143;
}

.module_portfolio .meta {
    margin-left: 1px;
    font-weight: 400;
}

.module_portfolio .meta span {
    margin-right: 22px;
}

.module_portfolio .meta a {
    color: #404143;
}

.module_portfolio .meta i {
    margin-right: 9px;
}

.module_portfolio .meta i.icon-calendar-o,
.module_portfolio .postbottom .views_likes .stand_icon {
    font-size: 13px;
}

.module_portfolio .meta i.icon-folder-o,
.module_portfolio .meta i.icon-comment-o {
    font-size: 14px;
}

.module_portfolio article.contentarea {
    padding-top: 26px;
}

.module_portfolio .postbottom .views_likes,
.module_portfolio .postbottom .readmore_cont {
    display: inline-block;
}

.module_portfolio .postbottom .views_likes {
    margin-right: 17px;
    cursor: pointer;
}

.module_portfolio .postbottom .views_likes i {
    margin-right: 2px;
}

.module_portfolio .portfolio_block.columns1 .portwrap {
    margin-left: 0;
}

/* ---------- Grid 2 coluvns, Grid 3 columns, Grid 4 columns ---------- */
.module_portfolio .portwrap {
    margin-left: -50px;
}

.module_portfolio .portwrap .portfolio_item {
    margin-left: -1px;
}

.module_portfolio .portwrap .portfolio_item .item {
    padding-bottom: 50px;
    padding-left: 50px;
}

/* ---------- Without title ---------- */
.module_portfolio .featured_item_fadder_with_side_info {
    position: relative;
    overflow: hidden;
}

.module_portfolio .featured_item_fadder_with_side_info:hover .item_info {
    margin: 0;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info {
    height: 100%;
    background: #ffffff;
    padding: 0 33px;
    position: absolute;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    top: 0;
    right: 0;
    margin-right: -92px;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info:before {
    content: "";
    width: 5px;
    height: 100%;
    background: url("../img/figure-border-left.png") repeat-y;
    position: absolute;
    top: 0;
    left: -5px;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info .item_info_content {
    position: relative;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info_content .views_likes {
    cursor: pointer;
    margin-bottom: 18px;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info_content .views_likes .post_likes {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info_content .views_likes .post_likes i,
.module_portfolio .featured_item_fadder_with_side_info .item_info_content .views_likes .post_likes span {
    display: block;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info_content .views_likes .post_likes i {
    font-size: 21px;
}

.module_portfolio .featured_item_fadder_with_side_info .item_info .item_info_content .read_more {
    margin-left: 2px;
}

/* ---------- With title ---------- */
.module_portfolio .featured_item_fadder_with_bottom_info .item_info {
    padding-top: 20px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #ffffff;
}

.module_portfolio .featured_item_fadder_with_bottom_info .item_info:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url("../img/figure-border-up.png") repeat-x;
    position: absolute;
    top: -5px;
    left: 0;
}

.module_portfolio .featured_item_fadder_with_bottom_info:hover .item_info {
    margin-top: -20px;
    padding-bottom: 20px;
}

.module_portfolio .featured_item_fadder_with_bottom_info .item_info_content {
    margin-top: -4px;
}

.module_portfolio .featured_item_fadder_with_bottom_info .item_info_content .views_likes,
.module_portfolio .featured_item_fadder_with_bottom_info .item_info_content .readmore_cont {
    display: inline-block;
    cursor: pointer;
}

.module_portfolio .featured_item_fadder_with_bottom_info .item_info_content .views_likes i.stand_icon {
    font-size: 14px;
}

.module_portfolio .featured_item_fadder_with_bottom_info .item_info_content .readmore_cont {
    margin-left: 30px;
}

/* ---------- Portfolio Masonry Type ---------- */
.module_portfolio ul.masonry_type {
    text-align: left;
    margin-left: 0;
}

/* --------------------------------- */
/* ---------- Search Page ---------- */
/* --------------------------------- */

.search_result .contentarea {
    padding-top: 49px;
}

.search_result .search_title {
    margin-bottom: 45px;
}

.search_result .blogpost_title {
    margin-bottom: 14px;
}

.search_result .preview_meta {
    margin-bottom: 32px;
}

.search_result .divider {
    margin-bottom: 30px;
}

.search_result .right-sidebar .contentarea {
    padding-top: 0;
}

/* ------------------------------ */
/* ---------- Page 404 ---------- */
/* ------------------------------ */

.error {
    height: 150px;
    background: url("../img/404-back.png") no-repeat center;
    margin-top: 116px;
}

.cont404 .block404 {
    text-align: center;
}

.cont404 .block404 h1 {
    margin-top: 44px;
    margin-bottom: 25px;
}

.cont404 .block404 .form404 {
    margin-top: 35px;
    margin-bottom: 211px;
}

.cont404 .block404 .form404 form.search_form {
    position: relative;
    display: inline-block;
    margin: auto;
}

.cont404 .block404 .form404 form.search_form input[type='text'] {
    border: solid 1px #e5e5e5;
    line-height: 26px;
    width: 463px;
    padding: 8px 48px 9px;
}

.cont404 .block404 .form404 form.search_form input[type='text']::-moz-placeholder {
    color: #404143;
    opacity: 1;
}

.cont404 .block404 .form404 form.search_form input[type='text']::-webkit-input-placeholder {
    color: #404143;
}

.cont404 .block404 .form404 form.search_form input[type='text']:-ms-input-placeholder {
    color: #404143;
}

.cont404 .block404 .form404 form.search_form input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #282828;
    border-left: none;
    background: #282828;
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 15px 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    line-height: 26px;
    font-size: 12px;
    box-sizing: border-box;
    height: 45px;
}

.cont404 .block404 .form404 form.search_form input[type='submit']:hover {
    background: #a5a5a5;
    color: #404143;
    border-color: #a5a5a5;
}

.cont404 .block404 .form404 form.search_form .icon-search {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 14px;
}

/* ---------------------------------------- */
/* ---------- Border-Flat Option ---------- */
/* ---------------------------------------- */

.border_flat ul.item_list li.isset_fimage .item .item_info:before,
.border_flat ul.grid_elements li.item .ip .meta_body:before,
.border_flat .shortcode_tabs.type1 .shortcode_tab_item_title:before,
.border_flat .shortcode_tabs.type2 .shortcode_tab_item_title:before,
.border_flat .left_image .testimonials_text:after,
.border_flat .right_image .testimonials_text:before,
.border_flat .price_item_cost:before,
.border_flat .price_item_text:last-child:before,
.border_flat .stand_comment .thiscommentbody p:after,
.border_flat .top_image .featured_image:after,
.border_flat .bloglisting_post .date:after,
.border_flat .bloglisting_post.side_image .featured_image:after,
.border_flat .module_blog_masonry .blog_item .item_info:before,
.border_flat .gallery_grid .bottom_box:before,
.single-gallery .border_flat .gallery_content_box .item_info:before,
.border_flat .ww_block .item_info:before,
.border_flat .fader_up:after,
.border_flat .fader_down:before,
.border_flat .module_portfolio .portfolio_item_img:after,
.border_flat .module_portfolio .featured_item_fadder .item_info:before,
.border_flat .module_portfolio .featured_item_fadder_with_bottom_info .item_info:before {
    display: none;
}

.border_flat .right_image .text_block {
    border-left: solid 1px #e5e5e5;
}

.border_flat .left_image .text_block,
.border_flat .stand_comment .thiscommentbody p {
    border-right: solid 1px #e5e5e5;
}

.border_flat .bloglisting_post .date {
    border-bottom: solid 1px #e5e5e5;
    border-bottom-right-radius: 0;
}

.border_flat .bloglisting_post .date .day {
    padding-bottom: 5px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

td, th {
    border: solid 1px #e5e5e5;
    padding: 5px;
}

dt {
    font-weight: bold;
    text-decoration: underline;
}

dd {
    margin: 0;
    padding: 0 0 0.5em 0;
}

/* ------------------------------------------- */
/* ---------- Retina and Responsive ---------- */
/* ------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .non_retina_image {
        display: none;
    }

    .retina_image {
        display: block;
    }

    .error {
        background-image: url("../img/retina/404_back.png");
        background-size: 283px 124px;
    }

    .beforeAfter_wrapper .result_line {
        background-image: url("../img/retina/before-after.png");
        background-size: 26px 10px;
    }

    .featured_gallery .isset_fimage .item .prelative .item_info .prettyPhoto,
    .fullscr_button {
        background-image: url("../img/retina/fullscr_button.png");
        background-size: 16px 16px;
    }

    .thisnext a {
        background-image: url("../img/retina/port-next.png");
        background-size: 17px 30px;
    }

    .thisprev a {
        background-image: url("../img/retina/port-prev.png");
        background-size: 17px 30px;
    }

    ul.item_list li.isset_fimage .item .item_info .title_box .read_more,
    ul.item_list li.without_fimage .item .item_info .title_box .read_more,
    .readmore_cont a.read_more,
    .sidepanel.widget_mailchimpsf_widget input#mc_signup_submit {
        background-image: url("../img/retina/read-more-back.png");
        background-size: 17px 20px;
    }

    .stand_comment .thiscommentbody .comment_info span.comments a {
        background-image: url("../img/retina/reply-back.png");
        background-size: 17px 25px;
    }

    .gallery_slider_container .ribbon_prev_nav,
    .gallery_slider_container .ribbon_next_nav {
        background-image: url("../img/retina/slider-nav.png");
        background-size: 190px 26px;
    }

    .sidepanel.widget_tag_cloud .tagcloud a {
        background-image: url("../img/retina/tags-back.png");
        background-size: 6px 6px;
    }

    .gt3_menu ul.menu li.menu-item ul.sub-menu li.menu-item:first-child:before,
    .left_image .testimonials_text:before,
    .right_image .testimonials_text:after,
    .single-post .thiscommentbody p:before {
        background-image: url("../img/retina/border-pointer.png");
        background-size: 11px 6px;
    }

    .stand_comment .thiscommentbody p:before {
        background-image: url("../img/retina/border-pointer-left.png");
        background-size: 6px 11px;
    }

    .module_divider hr.type4,
    .shortcode_tabs.type1 .shortcode_tab_item_title:before,
    .bloglisting_post .date:after {
        background-image: url("../img/retina/divider_back.png");
        background-size: 9px 5px;
    }

    .price_item_text:last-child:before,
    .fader_up:after {
        background-image: url("../img/retina/figure-border-down.png");
        background-size: 9px 5px;
    }

    .featured_gallery .isset_fimage .item .prelative .item_info:before,
    .bloglisting_post.side_image .featured_image:after,
    .single-gallery .gallery_content_box .item_info:before,
    .ww_block .item_info:before,
    .module_portfolio .portfolio_item_img:after,
    .module_portfolio .featured_item_fadder_with_side_info .item_info:before {
        background-image: url("../img/retina/figure-border-left.png");
        background-size: 5px 9px;
    }

    ul.item_list li.isset_fimage .item .item_info:before,
    ul.grid_elements li.item .meta_body:before,
    .price_item_cost:before,
    .top_image .featured_image:after,
    .module_blog_masonry .blog_item .item_info:before,
    .page-template-page-albums .bottom_box:before,
    .fader_down:before,
    .module_portfolio .featured_item_fadder_with_bottom_info .item_info:before {
        background-image: url("../img/retina/figure-border-up.png");
        background-size: 9px 5px;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title:before,
    .left_image .testimonials_text:after,
    .right_image .testimonials_text:before,
    .stand_comment .thiscommentbody p:after {
        background-image: url("../img/retina/figure-border-vertical.png");
        background-size: 5px 9px;
    }

    .gt3_menu ul.menu li.menu-item ul.sub-menu li.menu-item:first-child:before {
        background-image: url("../img/retina/menu-border-pointer.png");
        background-size: 9px 6px;
    }

    .ribbon_prev_nav {
        background-image: url("../img/retina/ribbon-prev-nav.png");
        background-size: 15px 26px;
    }

    .ribbon_next_nav {
        background-image: url("../img/retina/ribbon-next-nav.png");
        background-size: 15px 26px;
    }
}

@media only screen and (min-width: 1281px) {
    .container {
        width: 1170px;
    }

    .right-sidebar-block,
    .left-sidebar-block {
        width: 275px !important;
    }

    .right-sidebar .fl-container,
    .left-sidebar .posts-block {
        width: 855px;
    }
}

@media only screen and (max-width: 1025px) {
    .left-sidebar .main_container:before {
        left: 203px;
    }

    .right-sidebar .main_container:before {
        right: 206px;
    }

    .left-sidebar-block .search_form_block input,
    .right-sidebar-block .search_form_block input {
        padding-right: 0;
        width: 145px;
    }

    ul.grid_elements li.item .meta_body:before {
        top: -4px;
    }

    .module_messageboxes {
        width: 100% !important;
        margin-left: 0 !important;
        padding-bottom: 0 !important;
    }

    .module_messageboxes .box_type5 {
        margin-bottom: 61px;
    }

    .gallery_slider_container {
        overflow: hidden;
    }

    .gallery_slider_container .ribbon_prev_nav {
        background-image: url("../img/desktop_nav.png");
        left: 0;
    }

    .gallery_slider_container .ribbon_next_nav {
        background-image: url("../img/desktop_nav.png");
        right: 0;
    }

    ul.ribbon_list {
        overflow: hidden;
    }

    .gallery_ribbon_container {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    ul.ribbon_list li img {
        display: block;
        width: 100%;
    }

    .featured_item_fadder_with_side_info .item_info {
        display: none;
    }

    form.wpcf7-form input,
    form.wpcf7-form textarea {
        width: 390px;
    }

    .right-sidebar form.wpcf7-form input[type='text'],
    .right-sidebar form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type='text'],
    .left-sidebar form.wpcf7-form textarea {
        width: 276px;
    }

    .right-sidebar ul.item_list li.isset_fimage .item .item_info .title_box,
    .left-sidebar ul.item_list li.isset_fimage .item .item_info .title_box,
    .right-sidebar ul.item_list li.without_fimage .item .item_info .title_box,
    .left-sidebar ul.item_list li.without_fimage .item .item_info .title_box,
    .right-sidebar .featured_item_fadder_with_bottom_info .item_info,
    .left-sidebar .featured_item_fadder_with_bottom_info .item_info {
        text-align: center;
    }

    .right-sidebar ul.item_list li.isset_fimage .item .item_info .title_box h6,
    .left-sidebar ul.item_list li.isset_fimage .item .item_info .title_box h6,
    .right-sidebar ul.item_list li.without_fimage .item .item_info .title_box h6,
    .left-sidebar ul.item_list li.without_fimage .item .item_info .title_box h6,
    .right-sidebar .featured_item_fadder_with_bottom_info .item_info h6,
    .left-sidebar .featured_item_fadder_with_bottom_info .item_info h6 {
        display: block;
        text-align: center;
    }

    .right-sidebar .featured_item_fadder_with_bottom_info .item_info h6.entry-title,
    .left-sidebar .featured_item_fadder_with_bottom_info .item_info h6.entry-title,
    .right-sidebar .featured_item_fadder_with_bottom_info .item_info .item_info_content,
    .left-sidebar .featured_item_fadder_with_bottom_info .item_info .item_info_content {
        float: none;
    }

    .right-sidebar .featured_item_fadder_with_bottom_info .item_info .item_info_content .readmore_cont,
    .left-sidebar .featured_item_fadder_with_bottom_info .item_info .item_info_content .readmore_cont {
        position: absolute;
        right: 0;
    }

    .right-sidebar ul.item_list li.isset_fimage .item .item_info .title_box .views_likes,
    .left-sidebar ul.item_list li.isset_fimage .item .item_info .title_box .views_likes,
    .right-sidebar ul.item_list li.without_fimage .item .item_info .title_box .views_likes,
    .left-sidebar ul.item_list li.without_fimage .item .item_info .title_box .views_likes {
        display: block;
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .right-sidebar ul.item_list li.isset_fimage .item .item_info .title_box .read_more,
    .left-sidebar ul.item_list li.isset_fimage .item .item_info .title_box .read_more,
    .right-sidebar ul.item_list li.without_fimage .item .item_info .title_box .read_more,
    .left-sidebar ul.item_list li.without_fimage .item .item_info .title_box .read_more {
        float: none;
        position: absolute;
        right: 0;
    }

    .right-sidebar ul.item_list li.isset_fimage .item .item_info .preview_meta_data,
    .left-sidebar ul.item_list li.isset_fimage .item .item_info .preview_meta_data,
    .right-sidebar ul.item_list li.without_fimage .item .item_info .preview_meta_data,
    .left-sidebar ul.item_list li.without_fimage .item .item_info .preview_meta_data {
        text-align: center;
    }

    .right-sidebar ul.item_list li.isset_fimage .item .item_info .preview_meta_data .thisdate,
    .left-sidebar ul.item_list li.isset_fimage .item .item_info .preview_meta_data .thisdate,
    .right-sidebar ul.item_list li.without_fimage .item .item_info .preview_meta_data .thisdate,
    .left-sidebar ul.item_list li.without_fimage .item .item_info .preview_meta_data .thisdate,
    .right-sidebar ul.item_list li.isset_fimage .item .item_info .preview_meta_data .fp_cat,
    .left-sidebar ul.item_list li.isset_fimage .item .item_info .preview_meta_data .fp_cat,
    .right-sidebar ul.item_list li.without_fimage .item .item_info .preview_meta_data .fp_cat,
    .left-sidebar ul.item_list li.without_fimage .item .item_info .preview_meta_data .fp_cat {
        display: block;
    }

    .right-sidebar .single-post .postbottom,
    .left-sidebar .left-sidebar .single-post .postbottom {
        text-align: center;
    }

    .right-sidebar .single-post .postbottom .span6,
    .left-sidebar .left-sidebar .single-post .postbottom .span6 {
        width: 100%;
    }

    .right-sidebar.single-post .postbottom .span6 .blogpost_share,
    .left-sidebar .single-post .postbottom .span6 .blogpost_share {
        float: none;
    }

    .single-post .thiscommentbody {
        display: block;
        margin-top: 15px;
    }

    .single-post .thiscommentbody p:before {
        background-image: url("../img/border-pointer.png");
        top: 0;
        left: 16px;
        width: 11px;
        height: 6px;
    }

    ul.commentlist li p {
        max-width: 74%;
    }

    ul.commentlist li ul.children li p {
        max-width: 72%;
    }

    ul.commentlist li ul.children li ul.children li p {
        max-width: 70%;
    }

    ul.commentlist li ul.children li ul.children li ul.children li p {
        max-width: 68%;
    }

    .gallery_ribbon_container .ribbon_slider {
        margin-top: 27px;
    }
}

@media only screen and (max-width: 769px) {
    .left-sidebar .main_container:before {
        left: 150px;
    }

    .right-sidebar .main_container:before {
        right: 152px;
    }

    .left-sidebar-block .search_form_block input {
        padding-right: 0;
    }

    .left-sidebar-block .search_form_block input,
    .right-sidebar-block .search_form_block input {
        padding-right: 0;
        width: 95px;
    }

    .module_tabs,
    .module_accordion,
    .module_toggle {
        width: 100% !important;
        margin-left: 0 !important;
    }

    ul.item_list li.isset_fimage .item .item_info .title_box,
    ul.item_list li.without_fimage .item .item_info .title_box,
    .featured_item_fadder_with_bottom_info .item_info {
        text-align: center;
    }

    ul.item_list li.isset_fimage .item .item_info .title_box h6,
    ul.item_list li.without_fimage .item .item_info .title_box h6,
    .featured_item_fadder_with_bottom_info .item_info h6 {
        display: block;
        text-align: center;
    }

    .featured_item_fadder_with_bottom_info .item_info h6.entry-title,
    .featured_item_fadder_with_bottom_info .item_info .item_info_content {
        float: none;
    }

    .featured_item_fadder_with_bottom_info .item_info .item_info_content .readmore_cont {
        position: absolute;
        right: 0;
    }

    ul.item_list li.isset_fimage .item .item_info .title_box .views_likes,
    ul.item_list li.without_fimage .item .item_info .title_box .views_likes {
        display: block;
        float: none;
        text-align: center;
        margin-right: 0;
    }

    ul.item_list li.isset_fimage .item .item_info .title_box .read_more,
    ul.item_list li.without_fimage .item .item_info .title_box .read_more {
        float: none;
        position: absolute;
        right: 0;
    }

    ul.item_list li.isset_fimage .item .item_info .preview_meta_data,
    ul.item_list li.without_fimage .item .item_info .preview_meta_data {
        text-align: center;
    }

    ul.item_list li.isset_fimage .item .item_info .preview_meta_data .thisdate,
    ul.item_list li.without_fimage .item .item_info .preview_meta_data .thisdate,
    ul.item_list li.isset_fimage .item .item_info .preview_meta_data .fp_cat,
    ul.item_list li.without_fimage .item .item_info .preview_meta_data .fp_cat {
        display: block;
    }

    ul.item_list li.isset_fimage .item .item_info .preview_meta_data .thisdate,
    ul.item_list li.without_fimage .item .item_info .preview_meta_data .thisdate {
        margin-right: 0;
    }

    .module_testimonial .perline2 ul li {
        width: 100% !important;
    }

    .module_testimonial .perline2 ul li.right_image:after,
    .right_image .text_block:before,
    .left_image .text_block:before {
        display: none;
    }

    .module_testimonial .perline2 ul li.left_image,
    .module_testimonial .perline2 ul li.right_image {
        padding-left: 66px;
    }

    .module_testimonial .perline2 ul li.right_image {
        padding-right: 0;
    }

    .left_image .testimonials_ava,
    .right_image .testimonials_ava {
        top: 12px;
        left: 0;
    }

    .perline2 .right_image .name_and_position {
        text-align: left;
    }

    .right_image .testimonials_text:before {
        left: 99.3%;
    }

    .right_image .text_block {
        border-right: none;
        border-left: solid 1px #e5e5e5;
    }

    .right_image .testimonials_text:after {
        right: 95.3%;
    }

    .testimonial_separator {
        display: none;
        padding: 0 !important;
    }

    .single-port .left-sidebar .postbottom .span3,
    .single-port .right-sidebar .postbottom .span3 {
        display: none;
    }

    .single-port .left-sidebar .postbottom .span9,
    .single-port .right-sidebar .postbottom .span9 {
        width: 100%;
    }

    .single-port .left-sidebar .postbottom .span9 .blogpost_share,
    .single-port .right-sidebar .postbottom .span9 .blogpost_share {
        float: none;
        text-align: center;
    }

    .left-sidebar form.comment-form input,
    .left-sidebar form.comment-form textarea,
    .right-sidebar form.comment-form input,
    .right-sidebar form.comment-form textarea {
        width: 470px;
    }

    .menu-main-container ul li:nth-last-child(2) > ul.sub-menu li > ul.sub-menu,
    .menu-main-container ul li:last-child > ul.sub-menu li > ul.sub-menu {
        left: -101% !important;
    }

    .single-port .preview_content .span2.custom_fields {
        width: 22%;
    }

    .single-port .preview_content .span10 {
        width: 75%;
    }

    ul.commentlist li p {
        max-width: 66%;
    }

    ul.commentlist li ul.children li p {
        max-width: 64%;
    }

    ul.commentlist li ul.children li ul.children li p {
        max-width: 62%;
    }

    ul.commentlist li ul.children li ul.children li ul.children li p {
        max-width: 57%;
    }

    .single-post .postbottom {
        text-align: center;
    }

    .single-post .postbottom .span6 {
        width: 100%;
    }

    .single-post .postbottom .span6 .blogpost_share {
        float: none;
    }

    form.wpcf7-form input,
    form.wpcf7-form textarea {
        width: 278px;
    }

    .right-sidebar form.wpcf7-form input[type='text'],
    .right-sidebar form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type='text'],
    .left-sidebar form.wpcf7-form textarea {
        width: 195px;
    }

    .gallery_ribbon_container .ribbon_slider {
        margin-top: 201px;
    }

    .flex-nav-next a,
    .flex-nav-prev a {
        background-image: url("../img/desktop_nav.png");
    }

    .flex-nav-prev a {
        left: -387px !important;
    }

    .flex-nav-next a {
        right: -292px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 724px
    }

    .module_partners ul li .item_wrapper {
        padding: 38px 43px;
    }
}

@media only screen and (max-width: 737px) {
    body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container {
        padding: 0;
        width: auto;
    }

    .single-gallery .container {
        width: 716px !important;
    }

    .left-sidebar .posts-block {
        float: none;
    }

    .right_image .testimonials_text:after {
        right: 94.5%;
    }

    .page-template header .container,
    .single-gallery header .container {
        padding-bottom: 35px;
    }

    /* --- Menu Mobile --- */
    .menu_mobile_toggler {
        display: block;
        width: 100%;
        background: #282828;
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 0;
    }

    .menu_mobile_toggler:hover {
        color: #ffffff;
    }

    .menu_mobile .menu-main-container {
        margin: 10px 0;
    }

    .menu_mobile {
        display: none;
        text-align: left;
    }

    .menu_mobile ul.menu li.menu-item {
        display: block !important;
        margin: 0 !important;
        padding: 3px 0 !important;
    }

    .menu_mobile ul.menu li.menu-item a:before,
    .menu_mobile ul.menu li ul.sub-menu li.menu-item a:before,
    .menu_mobile ul.menu li ul.sub-menu li ul.sub-menu li.menu-item a:before {
        font-family: FontAwesome;
        content: "\f105";
        display: inline-block;
        margin-right: 5px;
    }

    .menu_mobile ul.menu li.menu-item-has-children a:before,
    .menu_mobile ul.menu li ul.sub-menu li.menu-item-has-children a:before {
        content: "\f107";
        margin-left: -2px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .menu_mobile ul.menu li.menu-item-has-children.opened a:before,
    .menu_mobile ul.menu li.menu-item-has-children.opened ul.sub-menu li.menu-item-has-children.opened a:before {
        transform: rotate(180deg);
    }

    .menu_mobile ul.menu li.menu-item-has-children.opened ul.sub-menu li a:before,
    .menu_mobile ul.menu li.menu-item-has-children.opened ul.sub-menu li.menu-item-has-children.opened ul.sub-menu li a:before {
        transform: rotate(0deg);
    }

    .menu_mobile ul.menu li a {
        padding: 0 !important;
        font-weight: 600;
    }

    .menu_mobile ul.sub-menu {
        margin-left: 15px !important;
    }

    .menu_mobile ul.menu li ul.sub-menu li a {
        font-weight: 400;
    }

    .menu_mobile ul.menu li ul.sub-menu li.menu-item-has-children a {
        font-weight: 600;
    }

    .menu_mobile ul.menu li ul.sub-menu li ul.sub-menu li a {
        font-weight: 400;
    }

    .gt3_menu .current-menu-ancestor:before,
    .gt3_menu .current-menu-item:before {
        display: none;
    }

    .menu_mobile ul.menu li ul.sub-menu {
        position: relative;
        border: none;
        padding: 0;
        width: 100%;
        z-index: 0;
        top: 0 !important;
        left: 0 !important;
    }

    .menu_mobile ul.menu li.menu-item:hover > ul.sub-menu {
        display: none;
    }

    .menu-main-container ul li:nth-last-child(2) > ul.sub-menu li > ul.sub-menu,
    .menu-main-container ul li:last-child > ul.sub-menu li > ul.sub-menu {
        left: 0 !important;
    }

    .gt3_menu ul.menu li.menu-item ul.sub-menu li.menu-item:first-child:before {
        display: none;
    }

    header .divider.type_1 {
        display: none;
    }

    .module_messageboxes .shortcode_messagebox {
        padding: 14px 32px 5px;
    }

    .module_messageboxes .shortcode_messagebox .box_content i {
        position: absolute;
        top: 18px;
        left: 17px;
    }

    .single-gallery .gallery_item {
        width: 100% !important;
    }

    .single-gallery .gallery_grid_container {
        margin-left: 0 !important;
    }

    .gallery_grid_container .gallery_item_wrapper {
        padding-left: 0 !important;
    }

    .gallery_ribbon_container {
        margin-top: 0 !important;
    }

    .right-sidebar-block,
    .left-sidebar-block {
        padding-left: 0 !important;
    }

    .postbottom .row > div {
        width: 100% !important;
        text-align: center;
    }

    .postbottom .blogpost_share {
        float: none;
        display: inline-block;
    }

    .module_blog .post_preview_wrapper {
        margin-top: 20px;
    }

    .left-sidebar .module_blog,
    .right-sidebar .module_blog {
        padding-bottom: 0 !important;
    }

    form.wpcf7-form input[type="text"],
    form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type="text"],
    .left-sidebar form.wpcf7-form textarea,
    .right-sidebar form.wpcf7-form input[type="text"],
    .right-sidebar form.wpcf7-form textarea {
        width: 649px !important;
    }

    .home .post_preview_wrapper {
        margin-top: 20px !important;
    }

    .flex-nav-next a,
    .flex-nav-prev a {
        background-image: url("../img/desktop_nav.png");
        background-size: 95px 13px;
        width: 47px;
    }

    .flex-nav-prev a {
        left: -363px !important;
    }

    .flex-nav-next a {
        right: -268px !important;
    }

    .gallery_masonry_container,
    .gallery_grid_container {
        margin-top: 5px;
    }

    .gallery_masonry_container .gallery_item:last-child .gallery_item_wrapper {
        padding-bottom: 0 !important;
    }

    .gallery_grid_container .gallery_item:last-child .gallery_item_wrapper {
        padding-bottom: 0 !important;
    }

    /* Ribbon Gallery */
    .gallery_ribbon_container .ribbon_slider {
        margin-left: 0 !important;
        left: 0 !important;
        margin-top: 0 !important;
    }

    .gallery_ribbon_container .ribbon_list_wrapper {
        left: 0 !important;
        margin-left: 0 !important;
    }

    .gallery_ribbon_container .ribbon_list_wrapper ul.ribbon_list {
        width: auto !important;
    }

    .gallery_ribbon_container .ribbon_list_wrapper ul.ribbon_list li {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    .gallery_ribbon_container .ribbon_list_wrapper ul.ribbon_list li:first-child {
        margin-top: 10px !important;
    }

    .gallery_ribbon_container .ribbon_list_wrapper ul.ribbon_list li:last-child {
        margin-bottom: 0 !important;
    }

    .gallery_ribbon_container .ribbon_prev_nav,
    .gallery_ribbon_container .ribbon_next_nav {
        display: none;
    }

    /* Flow Gallery */
    .gallery_flow_container #whaterwheel {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
        position: static !important;
        margin-top: 5px !important;
    }

    .gallery_flow_container .ww_block {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 10px !important;
        height: auto !important;
        position: static !important;
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
    }

    .gallery_flow_container .ww_block:first-child {
        margin-top: 10px !important;
    }

    .gallery_flow_container .ww_block:last-child {
        margin-bottom: 0 !important;
    }

    .gallery_flow_container .ww_block img {
        width: 100% !important;
        height: auto !important;
    }

    .gallery_flow_container .prev2 img,
    .gallery_flow_container .prev img,
    .gallery_flow_container .current img,
    .gallery_flow_container .next img,
    .gallery_flow_container .next2 img {
        opacity: 1 !important;
    }

    /* Stripes */
    .strip_template {
        margin-top: 5px;
    }

    .strip_template figure {
        overflow: visible !important;
        height: auto !important;
        position: static !important;
    }

    .strip_template figure .strip-item {
        width: 100% !important;
        height: auto !important;
    }

    .strip-menu .strip-fadder {
        width: 100% !important;
        right: 0 !important;
        opacity: 1;
        background: rgba(0, 0, 0, .6);
    }

    .strip_template figure .strip-item .strip-text {
        opacity: 1 !important;
        position: static !important;
        padding: 50px 30px !important;
    }

    .strip_template figure .strip-item .strip-text p {
        margin: 0 !important;
        opacity: 1 !important;
    }

    .module_partners ul li {
        width: 100% !important;
        margin-left: 0 !important;
        border-left: solid 1px #e5e5e5;
    }

    .module_partners ul li:first-child {
        border-top: solid 1px #e5e5e5;
    }

    .module_partners ul li:last-child {
        border-right: solid 1px #e5e5e5;
    }

    .module_partners ul:before,
    .module_partners ul:after {
        display: none;
    }

    .module_feature_posts .item_list li,
    .module_feature_portfolio .item_list li,
    .module_gallery .item_list li {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .module_team .img_block img,
    .module_feature_posts .item_list li img,
    .module_feature_portfolio .item_list li img,
    .module_gallery .item_list li img {
        width: 100% !important;
    }

    .module_text_area {
        padding-bottom: 0 !important;
    }

    .grid_elements li {
        width: 100% !important;
    }

    .no-sidebar form.wpcf7-form {
        padding-left: 0;
    }
}

@media only screen and (max-width: 668px) {
    .flex-nav-prev a {
        left: -329px !important;
    }

    .flex-nav-next a {
        right: -233px !important;
    }

    .single-gallery .container {
        width: 647px !important;
    }

    form.wpcf7-form input[type="text"],
    form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type="text"],
    .left-sidebar form.wpcf7-form textarea,
    .right-sidebar form.wpcf7-form input[type="text"],
    .right-sidebar form.wpcf7-form textarea {
        width: 580px !important;
    }
}

@media only screen and (max-width: 569px) {
    .right_image .testimonials_text:after {
        right: 92.8%;
    }

    form.wpcf7-form input[type="text"],
    form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type="text"],
    .left-sidebar form.wpcf7-form textarea,
    .right-sidebar form.wpcf7-form input[type="text"],
    .right-sidebar form.wpcf7-form textarea {
        width: 481px !important;
    }

    .flex-nav-prev a {
        left: -279px !important;
    }

    .flex-nav-next a {
        right: -184px !important;
    }

    .single-gallery .container {
        width: 548px !important;
    }
}

@media only screen and (max-width: 415px) {
    .right_image .testimonials_text:after {
        right: 91%;
    }

    .module_partners ul li .item_wrapper {
        padding: 38px 10px;
    }

    .single-gallery .container {
        width: 395px !important;
    }

    form.wpcf7-form input[type="text"],
    form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type="text"],
    .left-sidebar form.wpcf7-form textarea,
    .right-sidebar form.wpcf7-form input[type="text"],
    .right-sidebar form.wpcf7-form textarea {
        width: 327px !important;
    }

    .gallery_ribbon_container .ribbon_slider ul.ribbon_list li {
        margin: 0 10px;
    }

    .flex-nav-prev a {
        left: -203px !important;
    }

    .flex-nav-next a {
        right: -107px !important;
    }

    .module_promo_text .promo_button_block a {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 376px) {
    .flex-nav-prev a {
        left: -183px !important;
    }

    .flex-nav-next a {
        right: -87px !important;
    }

    .single-gallery .container {
        width: 355px !important;
    }

    form.wpcf7-form input[type="text"],
    form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type="text"],
    .left-sidebar form.wpcf7-form textarea,
    .right-sidebar form.wpcf7-form input[type="text"],
    .right-sidebar form.wpcf7-form textarea {
        width: 288px !important;
    }
}

@media only screen and (max-width: 321px) {
    .right_image .testimonials_text:after {
        right: 89%;
    }

    .single-gallery .container {
        width: 300px !important;
    }

    form.wpcf7-form input[type="text"],
    form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type="text"],
    .left-sidebar form.wpcf7-form textarea,
    .right-sidebar form.wpcf7-form input[type="text"],
    .right-sidebar form.wpcf7-form textarea {
        width: 233px !important;
    }

    .ribbon_slider ul.ribbon_list li {
        margin: 0 7px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 415px) {

    .module_promo_text .promo_button_block {
        text-align: center;
    }

    .module_promo_text .promo_button_block a {
        display: block;
        margin-bottom: 8px;
    }

    .shortcode_button.btn_medium,
    .shortcode_button.btn_large {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .single form.comment-form input, .single form.comment-form textarea {
        width: 82% !important;
        padding-right: 3%;
        padding-left: 15%;
    }

    .left-sidebar-block .search_form_block input,
    .right-sidebar-block .search_form_block input {
        width: 86% !important;
        padding-left: 11% !important;
        padding-right: 3% !important;
    }

    .left-sidebar-block .search_form_block input,
    .right-sidebar-block .search_form_block input {
        width: 89% !important;
        padding-left: 11% !important;
        padding-right: 3% !important;
    }

    .single-port .preview_content .span2.custom_fields {
        width: 100%;
    }

    .custom_fields .cf_item .span3 {
        display: inline-block;
        width: 20%;
        text-align: center;
    }

    .custom_fields .cf_item .span9 {
        display: inline-block;
        width: 75%;
    }

    .single-port .preview_content .span10 {
        width: 100%;
    }

    .home .date.data_type2 {
        display: none;
    }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {

    body {
        padding: 0;
    }

    .layer_block {
        display: none;
    }

    .site_wrapper {
        margin: 0 10px !important;
    }

    .right-sidebar .main_container:before, .left-sidebar .main_container:before {
        display: none !important;
    }

    .right-sidebar-block {
        margin-top: 30px;
    }

    .right-sidebar-block .sidepanel {
        padding-left: 0;
    }

    .module_content ul {
        margin-left: 0;
    }

    .module_partners ul li .item_wrapper {
        padding: 38px 30px;
    }

    .single form.comment-form input, .single form.comment-form textarea {
        width: 89% !important;
        padding-right: 3%;
        padding-left: 8%;
    }

    .left-sidebar-block .search_form_block input,
    .right-sidebar-block .search_form_block input {
        width: 92% !important;
        padding-left: 5% !important;
        padding-right: 3% !important;
    }

    .single-port .preview_content .span2.custom_fields {
        width: 30%;
        display: inline-block;
        float: left;
    }

    .custom_fields .cf_item .span3 {
        display: inline-block;
        width: 17%;
    }

    .custom_fields .cf_item .span9 {
        display: inline-block;
        width: 66%;
    }

    .single-port .preview_content .span10 {
        width: 65%;
        display: inline-block;
    }

    .is_masonry > div {
        width: 100% !important;
    }

    .isotope-item {
        width: 100% !important;
    }

    .portfolio_block.columns1 .entry-title {
        margin-top: 30px !important;
    }

    .page ul.optionset {
        margin-bottom: 30px !important;
    }

    .page .portfolio_block .portwrap .portfolio_item .item {
        padding-left: 50px;
    }

    .fullwith_container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fullscreen_shop_sorting {
        margin-top: 30px !important;
    }

    .stat_temp {
        width: 100% !important;
    }

    .gallery_ribbon_container .ribbon_slider {
        margin-top: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {

    body {
        padding: 0;
    }

    .site_wrapper {
        margin: 0 10px !important;
    }

    .right-sidebar .main_container:before, .left-sidebar .main_container:before {
        display: none !important;
    }

    .right-sidebar-block {
        margin-top: 30px;
    }

    .right-sidebar-block .sidepanel {
        padding-left: 0;
    }

    .module_content ul {
        margin-left: 0;
    }

    .left_image .text_block,
    .right_image .text_block {
        margin-left: -66px;
        margin-top: 20px !important;
    }

    .left_image .testimonials_text:before {
        left: 16px;
    }

    .name_and_position span {
        display: block;
    }

    .postbottom .row > div {
        width: 100% !important;
    }

    .isotope-item {
        width: 100% !important;
    }

    .portfolio_block.columns1 .entry-title {
        margin-top: 30px !important;
    }

    .page ul.optionset {
        margin-bottom: 30px !important;
    }

    .fullwith_container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .stat_temp {
        width: 100% !important;
    }

    h1 {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    h2 {
        font-size: 23px !important;
        line-height: 23px !important;
    }

    h3 {
        font-size: 21px !important;
        line-height: 21px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    h5 {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    h6 {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .shortcode_blockquote {
        width: 92% !important;
        margin-right: 0 !important;
    }

    .module_price_table .price_item {
        width: 100% !important;
    }

    .module_blog .meta {
        margin-top: 15px !important;
    }

    .module_blog .date {
        display: none !important;
    }

    .blogpost_about_author {
        display: none;
    }

    .single .module_feature_posts {
        margin-top: 24px !important;
    }

    .right-sidebar .promo_text_block_wrapper, .left-sidebar .promo_text_block_wrapper {
        padding: 30px 0 !important;
    }

    .right-sidebar .promo_text_block_wrapper h2, .left-sidebar .promo_text_block_wrapper h2 {
        text-align: left;
        padding: 0 50px;
    }

    .right-sidebar .promo_text_block_wrapper .promo_text_additional_title, .left-sidebar .promo_text_block_wrapper .promo_text_additional_title {
        text-align: left;
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) {
    .container {
        width: 960px;
    }

    .right-sidebar-block,
    .left-sidebar-block {
        width: 245px !important;
        padding-left: 10px !important;
    }

    .right-sidebar .fl-container,
    .left-sidebar .posts-block {
        width: 680px !important;
    }

    .left-sidebar .main_container:before {
        left: 259px !important;
    }

    .right-sidebar .main_container:before {
        right: 258px !important;
    }

    .right-sidebar form.wpcf7-form input[type='text'],
    .right-sidebar form.wpcf7-form textarea,
    .left-sidebar form.wpcf7-form input[type='text'],
    .left-sidebar form.wpcf7-form textarea {
        width: 260px;
    }
}

.gt3_content img {
    margin: 10px;
}

.alignleft {
    margin: 0 15px 10px 0 !important;
    float: left;
}

.alignright {
    margin: 0 0 10px 15px;
    float: right;
}

.aligncenter {
    float: none;
    text-align: center;
}

.gt3_content img.aligncenter, .gt3_content .aligncenter img, .gt3_content .alignnone img {
    margin: 15px 0 15px 0 !important;
}

. img {
    margin-left: 0 !important;
}

.alignnone {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.alignright img {
    margin-right: 0 !important;
}

.wp-caption {
    max-width: 100% !important;
    margin: 20px 0;
}

.wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
}

.dn {
    display: none;
}

.sidepanel select {
    max-width: 100%;
}

#wp-calendar td {
    text-align: center;
}

#wp-calendar td.pad {
    border: 0;
}

.gt3_content ul {
    margin-left: 20px;
}

.contentarea ul > li, .gt3_content ul > li {
    list-style: disc;
}

.gt3_content ol li li {
    margin-left: 20px;
}

.gt3_content ol ol {
    margin-top: 5px;
    margin-bottom: 5px;
}

.gt3_content ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget_rss li {
    margin-bottom: 20px;
}

.field_search {
    margin-left: 0;
}

.contentarea ol > li, .gt3_content ol > li {
    list-style-type: decimal;
}

#comments li, .contact_info_list li {
    list-style: none !important;
}