/* GRID */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}

.container {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.row,
.row-fluid {
    margin-right: -25px;
    margin-left: -25px;
}

.row:before,
.row:after,
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: " ";
}

.row:after,
.row-fluid:after {
    clear: both;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}

@media (min-width: 992px) {
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        float: left;
    }

    .span12 {
        width: 100%;
    }

    .span11 {
        width: 91.66666666666666%;
    }

    .span10 {
        width: 83.33333333333334%;
    }

    .span9 {
        width: 75%;
    }

    .span8 {
        width: 66.66666666666666%;
    }

    .span7 {
        width: 58.333333333333336%;
    }

    .span6 {
        width: 50%;
    }

    .span5 {
        width: 41.66666666666667%;
    }

    .span4 {
        width: 33.33333333333333%;
    }

    .span3 {
        width: 25%;
    }

    .span2 {
        width: 16.666666666666664%;
    }

    .span1 {
        width: 8.333333333333332%;
    }

    .span-pull-12 {
        right: 100%;
    }

    .span-pull-11 {
        right: 91.66666666666666%;
    }

    .span-pull-10 {
        right: 83.33333333333334%;
    }

    .span-pull-9 {
        right: 75%;
    }

    .span-pull-8 {
        right: 66.66666666666666%;
    }

    .span-pull-7 {
        right: 58.333333333333336%;
    }

    .span-pull-6 {
        right: 50%;
    }

    .span-pull-5 {
        right: 41.66666666666667%;
    }

    .span-pull-4 {
        right: 33.33333333333333%;
    }

    .span-pull-3 {
        right: 25%;
    }

    .span-pull-2 {
        right: 16.666666666666664%;
    }

    .span-pull-1 {
        right: 8.333333333333332%;
    }

    .span-pull-0 {
        right: 0;
    }

    .span-push-12 {
        left: 100%;
    }

    .span-push-11 {
        left: 91.66666666666666%;
    }

    .span-push-10 {
        left: 83.33333333333334%;
    }

    .span-push-9 {
        left: 75%;
    }

    .span-push-8 {
        left: 66.66666666666666%;
    }

    .span-push-7 {
        left: 58.333333333333336%;
    }

    .span-push-6 {
        left: 50%;
    }

    .span-push-5 {
        left: 41.66666666666667%;
    }

    .span-push-4 {
        left: 33.33333333333333%;
    }

    .span-push-3 {
        left: 25%;
    }

    .span-push-2 {
        left: 16.666666666666664%;
    }

    .span-push-1 {
        left: 8.333333333333332%;
    }

    .span-push-0 {
        left: 0;
    }

    .span-offset-12 {
        margin-left: 100%;
    }

    .span-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .span-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .span-offset-9 {
        margin-left: 75%;
    }

    .span-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .span-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .span-offset-6 {
        margin-left: 50%;
    }

    .span-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .span-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .span-offset-3 {
        margin-left: 25%;
    }

    .span-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .span-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .span-offset-0 {
        margin-left: 0;
    }

    .fl-container.span9,
    .fl-container .posts-block.span9 {
        width: 75%;
    }

    .right-sidebar-block.span3,
    .left-sidebar-block.span3 {
        width: 25%;
    }
}

.right-sidebar .fl-container .row, .left-sidebar .fl-container .row,
.right-sidebar .fl-container .row-fluid, .left-sidebar .fl-container .row-fluid {
    margin-right: -25px;
    margin-left: -25px;
}

.right-sidebar .fl-container .span1, .left-sidebar .fl-container .span1,
.right-sidebar .fl-container .span2, .left-sidebar .fl-container .span2,
.right-sidebar .fl-container .span3, .left-sidebar .fl-container .span3,
.right-sidebar .fl-container .span4, .left-sidebar .fl-container .span4,
.right-sidebar .fl-container .span5, .left-sidebar .fl-container .span5,
.right-sidebar .fl-container .span6, .left-sidebar .fl-container .span6,
.right-sidebar .fl-container .span7, .left-sidebar .fl-container .span7,
.right-sidebar .fl-container .span8, .left-sidebar .fl-container .span8,
.right-sidebar .fl-container .span9, .left-sidebar .fl-container .span9,
.right-sidebar .fl-container .span10, .left-sidebar .fl-container .span10,
.right-sidebar .fl-container .span11, .left-sidebar .fl-container .span11,
.right-sidebar .fl-container .span12, .left-sidebar .fl-container .span12 {
    padding-right: 25px;
    padding-left: 25px;
}

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

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

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sitemap_firstblock {
    padding-left: 0;
}

/* Font-Awesome MIN */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fa.eot?v=3.2.1');
    src: url('fonts/fa.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fa.woff?v=3.2.1') format('woff'), url('fonts/fa.ttf?v=3.2.1') format('truetype'), url('fonts/fa.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

[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-alt:before {
    content: "\f003";
}

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

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

.icon-star-empty: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-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

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

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

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

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

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

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

.icon-time:before {
    content: "\f017";
}

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

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

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

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

.icon-play-circle: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-indent-left:before {
    content: "\f03b";
}

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

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

.icon-picture: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 {
    content: "\f044";
}

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

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

.icon-move: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-sign:before {
    content: "\f055";
}

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

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

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

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

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle: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-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

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

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

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

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

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

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

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

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

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

.icon-warning-sign: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-close:before {
    content: "\f07b";
}

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

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

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

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

.icon-facebook-sign: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-up-alt:before {
    content: "\f087";
}

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

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

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

.icon-signout:before {
    content: "\f08b";
}

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

.icon-pushpin:before {
    content: "\f08d";
}

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

.icon-signin:before {
    content: "\f090";
}

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

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

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

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

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

.icon-unchecked:before, .icon-check-empty:before {
    content: "\f096";
}

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

.icon-phone-sign: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:before {
    content: "\f0a0";
}

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

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

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

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

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

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

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

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

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

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

.icon-circle-arrow-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-fullscreen:before {
    content: "\f0b2";
}

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

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

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

.icon-beaker:before {
    content: "\f0c3";
}

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

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before, .icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder: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-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign: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-sort:before {
    content: "\f0dc";
}

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

.icon-sort-up: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 {
    content: "\f0e3";
}

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

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

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

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

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

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

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

.icon-lightbulb: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-alt:before {
    content: "\f0f3";
}

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

.icon-food:before {
    content: "\f0f5";
}

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

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

.icon-hospital: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-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

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

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

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

.icon-double-angle-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 {
    content: "\f10b";
}

.icon-circle-blank: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-close-alt:before {
    content: "\f114";
}

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

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-unlink: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-off:before {
    content: "\f131";
}

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

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

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

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

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

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

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

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

.icon-chevron-sign-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-horizontal:before {
    content: "\f141";
}

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

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

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

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

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

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

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

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

.icon-edit-sign:before {
    content: "\f14b";
}

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

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

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

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand: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-yen:before, .icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before, .icon-cny: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-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

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

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

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

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

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

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

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

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

.icon-stackexchange: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-sign:before {
    content: "\f172";
}

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

.icon-tumblr-sign: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:before {
    content: "\f185";
}

.icon-moon: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-vimeo-square:before {
    content: "\f194";
}

/* PrettyPhoto */
div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(../img/pp/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(../img/pp/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(../img/pp/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../img/pp/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../img/pp/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../img/pp/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../img/pp/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../img/pp/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../img/pp/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../img/pp/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../img/pp/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../img/pp/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../img/pp/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    background: url(../img/pp/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background: url(../img/pp/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../img/pp/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../img/pp/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../img/pp/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../img/pp/loader.gif) center center no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_pause, .pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline {
    color: #000
}

.pp_gallery li.selected a, .pp_gallery ul a:hover, div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff
}

div.pp_default .pp_details {
    position: relative
}

.pp_bottom, .pp_top {
    height: 20px;
    position: relative
}

* html .pp_bottom, * html .pp_top {
    padding: 0 20px
}

.pp_bottom .pp_left, .pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle, .pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right, .pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

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

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

/**** Isotope CSS3 transitions ****/

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

.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;
}

/**** disabling Isotope CSS3 transitions ****/

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

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

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

iframe {
    display: block;
}

.fl, .fleft {
    float: left;
}

.fr, .fright {
    float: right;
}

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

img {
    border: 0;
    vertical-align: top;
}

/* Backface fix */
.nivoSlider img,
.portfolio_item img,
.module_wall img,
.ico_cont i,
.featured_items img {
    -webkit-backface-visibility: hidden;
}

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

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

body {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
    position: relative;
	overflow-x:hidden !important;
}

a {
    text-decoration: none;
}

a:hover {
    color: #666666;
}

/* HEADER */
.page_header {
    padding: 118px 0 53px 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

h1.page_title {
    line-height: 32px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-top: 41px;
}

.breadcrumbs {
    line-height: 18px;
    margin-bottom: 14px;
}

.breadcrumbs a, .breadcrumbs span {
    color: #4e4e4e;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 11px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.breadcrumbs a:after {
    content: "/";
    margin-left: 13px;
    color: #4e4e4e !important;
}

.breadcrumbs a:first-child, .breadcrumbs span:first-child {
    margin-left: 0;
}

.fl-container,
.right-sidebar-block,
.right-sidebar-block {
    padding-top: 0;
    padding-bottom: 50px;
    font-size: 14px
}

.fl-container{font-size: 16px}

p {
    padding: 0;
    margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    color: #2f2f2f;
    font-weight: 400;
}

h1 {
    margin-bottom: 18px;
    font-weight: 500;
}

h2 {
    margin-bottom: 18px;
}

h3 {
    margin-bottom: 16px;
}

h4 {
    margin-bottom: 16px;
    font-weight: 300;
}

h5 {
    margin-bottom: 16px;
    font-weight: 300;
}

h6 {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

img {
    border: 0;
    outline: none;
    vertical-align: top;
}

.entry-title {
    clear: both;
    margin: 0;
}

input, button, textarea {
    -webkit-appearance: none;
}

header {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    z-index: 9000;
    background-color: transparent;
    transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
}
header .container {position:relative;
}

header.menu_fixed {
    top: 0;
    position: fixed;
    opacity: 1 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

header.menu_fixed:after {
    height: 3px;
    bottom: -2px;
    width: 100%;
    left: 0;
    background: url(../img/header_shadow.png) repeat-x left top;
    content: '';
    position: absolute;
}

header .logo {
    display: block;
    float: left;
    margin-top: 25px;
    margin-bottom: 26px;
    vertical-align: top;
}

.retina_image {
    display: none;
}

/*Menu*/
.navmenu {
    margin: 19px 0 0 0;
    padding: 0;
    float: left;
    vertical-align: top;
}

.navmenu ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    list-style: none;
    margin: 0 5px 0 20px;
    position: relative;
}

.navmenu ul li:last-child {
    margin-right: 0;
}

a.menu_toggler { display: none;
}

.mobile_menu_wrapper {
    display: none;
}

.navmenu ul li a {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    outline: none;
    line-height: 18px;
    text-transform: uppercase;
    padding: 12px 0;
    display: block;
}

.navmenu ul li.menu-item-has-children a {
    padding-right: 12px;
}

.navmenu li a:hover,
.navmenu li:hover a,
.navmenu li.current-menu-parent a,
.navmenu li.current-menu-item a {
    text-decoration: none;
}

.navmenu .sub-menu {
    display: block;
    position: absolute;
    left: 50%;
    top: -999px;
    width: 190px;
    margin-left: -95px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: none;
    opacity: 0;
    background: #2f2f2f;
    padding-top: 16px;
    padding-bottom: 16px;
}

.navmenu .sub-menu li .sub-menu {
    left: 190px;
    margin-left: 0;
    top: -16px;
    box-shadow: none;
    background: #1b1b1b;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

.navmenu .subleft .sub-menu li .sub-menu {
    left: -190px;
}

.navmenu .sub-menu li {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

.navmenu .sub-menu li a {
    position: relative;
    z-index: 1010;
    display: block;
    padding: 5px 12px 6px 12px;
    color: #dfdfdf !important;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    text-transform: none;
    font-weight: 300;
}

.navmenu .sub-menu li .sub-menu li a {
    padding: 5px 12px 6px 12px;
}

header nav ul.menu > li:hover > ul.sub-menu {
    top: 42px;
    opacity: 0.9999 !important;
    visibility: visible !important;
    z-index: 888 !important;
}

header nav ul.menu > li:hover > ul.sub-menu > li > ul.sub-menu {
    top: -999px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

header nav ul.menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
    top: -16px !important;
    opacity: 0.9999 !important;
    visibility: visible !important;
    z-index: 999 !important;
}

.navmenu .sub-menu li:first-child:before {
    position: absolute;
    left: 50%;
    top: -21px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #2f2f2f;
    margin-left: -5px;
    display: block;
}

.menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 13px;
    content: "\f107";
    font-family: 'FontAwesome';
    color: #1b1b1b;
    font-size: 14px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.sub-menu .menu-item-has-children:after,
.navmenu .sub-menu .sub-menu li:first-child:before {
    display: none !important;
}

.top_search {
    float: right;display:none;
    padding: 30px 24px 0 15px;
    position: relative;
    vertical-align: top;
}

.top_search form input[type="text"] {
    margin: 0 !important;
    padding: 0;
    width: 0;
    border: none !important;
    font-size: 14px !important;
    color: #1b1b1b !important;
    font-weight: 900;
    line-height: 18px;
    height: 18px;
    outline: none;
    text-transform: uppercase;
    background: none !important;
    overflow: hidden;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.s_submit,
.top-icon-search {
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 13px;
    width: 13px;
    border: none;
    box-shadow: none;
    text-decoration: none;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
}

.top-icon-search {
    z-index: 90;
}

.top_search.ct-search-open .top-icon-search {
    z-index: 1;
    pointer-events: none;
}

.top-icon-search:before {
    content: "\f002";
    position: absolute;
    right: 0;
    top: 0;
    text-indent: 0;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #1b1b1b;
    line-height: 13px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.top_search.ct-search-open form input[type="text"] {
    width: 180px;
}

.gt3_boxed .wrapper,
.gt3_boxed .footer {
    margin: 0 auto;
}

.contentarea img {
    max-width: 100%;
    height: auto;
}

/* Sidebar */
.main_container {
    position: relative;
    padding-top: 42px;
}

.left-sidebar .posts-block {
    float: right;
}

.left-sidebar .left-sidebar-block {
    float: left;
}

.right-sidebar .main_container:before,
.left-sidebar .main_container:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eaeaea;
    content: '';
}

.right-sidebar .main_container:before {
    right: 279px;
}

.left-sidebar .main_container:before {
    left: 279px;
}

.right-sidebar-block .sidepanel,
.left-sidebar-block .sidepanel {
    margin-bottom: 30px;
}

.right-sidebar-block .sidepanel {
    padding-left: 30px;
}

.left-sidebar-block .sidepanel {
    padding-right: 30px;
}

.right-sidebar-block .sidepanel .sidebar_header,
.left-sidebar-block .sidepanel .sidebar_header {
    line-height: 20px;
    margin-bottom: 8px;
    padding: 5px 0;
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
}

.recent_posts li {
    position: relative;
    padding: 0 0 0 70px;
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 12px;
}

.recent_posts li .recent_posts_img {
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 54px;
    height: 54px;
}

.recent_posts li .recent_posts_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 54px;
    height: 54px;
}

.recent_post_comment {
    padding-top: 6px;
}

.recent_posts_content {
    vertical-align: middle;
    display: table-cell;
    height: 60px;
}

.recent_posts_content_in {
    vertical-align: middle;
    display: table-cell;
}

.recent_posts a {
    color: #666666;
}

.widget_flickr .sidebar_header {
    margin-bottom: 14px;
}

.flickr_widget_wrapper {
    margin-right: -10px;
}

.flickr_badge_image {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 7px;
}

.flickr_badge_image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.flickr_badge_image:hover img {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}

.tagcloud a {
    color: #2f2f2f;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 24px !important;
    padding: 6px 17px 8px 17px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
    border: 1px #eaeaea solid;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

.tagcloud a:hover {
    background: #fafafa;
}

/* Widgets */
.widget_nav_menu li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li {
    padding-bottom: 2px;
}

.widget_nav_menu li a,
.widget_pages li a,
.widget_meta li a,
.widget_archive li a,
.widget_categories li a,
.widget_recent_entries li a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding-left: 11px;
    position: relative;
    color: #666666;
}

.widget_nav_menu li a:before,
.widget_pages li a:before,
.widget_meta li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_recent_entries li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 12px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

/* Footer */
.footer_socials_area {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
}

.footer_socials_area .container {
    padding-top: 53px;
    padding-bottom: 40px;
}

.footer_socials_area h3 {
    margin-bottom: 27px;
}

.socials_list li {
    display: inline-block;
    position: relative;
    margin: 0 20px 20px 20px;
    vertical-align: top;
    line-height: 25px;
}

.socials_list li a {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.socials_list li a:hover {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.pre_footer {
    text-align: center;
}

.pre_footer .sidepanel {
    padding: 51px 0 0 0;
}

/* pre_footer mailchimp widget*/
.mc_merge_var {
    margin-bottom: 0 !important;
}

.pre_footer .mc_form_inside {
    margin: 0 auto 10px auto !important;
    max-width: 443px;
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    overflow: hidden;
	padding:0 !important;
}

.widget_mailchimpsf_widget label {
    display: none !important;
	width:0 !important;
	height:0 !important;
	font-size:0 !important;
	padding:0 !important;
	margin:0 !important;
}

.mc_merge_var {
    display: block !important;
}
#mc_display_rewards,
.mc_custom_border_hdr,
#mc-indicates-required {display:none;
}

.widget_mailchimpsf_widget .mc-indicates-required {
    display: none !important;
}

.pre_footer h3 {
    color: #eeeeee;
    margin-bottom: 7px;
}

#mc_subheader {
    margin-bottom: 11px !important;
    line-height: 22px !important;
    font-size: 12px;
    font-weight: 300;
}

.pre_footer #mc_subheader {
    margin-bottom: 32px !important;
    line-height: 24px !important;
    font-size: 14px;
}

#mc_subheader a {
}

.pre_footer #mc_subheader {
    color: #b9b9b9;
}

.pre_footer #mc_subheader a {
    color: #eeeeee;
}

.pre_footer .widget_mailchimpsf_widget input.mc_input {
    color: #2f2f2f;
    background: #fff;
    padding: 15px 22px;
    width: 100% !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: none !important;
    border-radius: 7px 10px 10px 7px;
    -webkit-border-radius: 7px 10px 10px 7px;
    text-shadow: none;
    margin: 0 !important;
    border: none;
    display: block !important;
    text-transform: uppercase;
    height: 50px;
}

.pre_footer .mc_signup_submit {
    position: absolute;
    right: -1px;
    bottom: 0;
}

.pre_footer .mc_signup_submit:before {
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 0;
    width: 22px;
    background: #2f2f2f;
    content: '';
}

.pre_footer .mc_signup_submit:before {
    background: #fff;
}

.pre_footer .widget_mailchimpsf_widget input.mc_submit,
.pre_footer .widget_mailchimpsf_widget input#mc_signup_submit {
    border: none !important;
    width: auto !important;
    display: inline-block !important;
    color: #ffffff !important;
    text-align: center !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    line-height: 17px !important;
    min-height: 17px !important;
    height: 50px !important;
    margin: 0 !important;
    cursor: pointer !important;
    border-radius: 0 7px 7px 0 !important;
    -webkit-border-radius: 0 7px 7px 0 !important;
    box-shadow: none !important;
    vertical-align: top;
    text-transform: uppercase !important;
    padding: 10px 18px 12px 19px;
    letter-spacing: normal !important;
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

.pre_footer .widget_mailchimpsf_widget input.mc_submit:hover,
.pre_footer .widget_mailchimpsf_widget input#mc_signup_submit:hover {
    background: #2f2f2f !important;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    opacity: 1 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

.footer_bottom .container {
    padding-top: 34px;
    padding-bottom: 21px;
}

.copyright, .footer_menu {
    margin-bottom: 10px;
}

.copyright {
    float: left;
}

.footer_menu {
    float: right;
}

.footer_menu ul {
    margin: 0;
}

.footer_menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 24px 0 0;
    position: relative;
}

.footer_menu li a {
    color: #666666;
}

.footer_menu li:before {
    position: absolute;
    right: -15px;
    top: 0;
    content: '|';
    color: #d2d2d2;
}

.footer_menu li:last-child {
    margin-right: 0;
}

.footer_menu li:last-child:before {
    content: '';
}

.right-sidebar-block .widget_mailchimpsf_widget input.mc_input,
.left-sidebar-block .widget_mailchimpsf_widget input.mc_input {
    margin-bottom: 6px;
}

.right-sidebar-block .widget_mailchimpsf_widget input.mc_submit,
.left-sidebar-block .widget_mailchimpsf_widget input.mc_submit,
.right-sidebar-block .widget_mailchimpsf_widget input#mc_signup_submit,
.left-sidebar-block .widget_mailchimpsf_widget input#mc_signup_submit {
    border: 1px #eaeaea solid !important;
    width: 100% !important;
    display: block !important;
    color: #2f2f2f !important;
    text-align: center !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    line-height: 17px !important;
    min-height: 17px !important;
    height: 40px !important;
    margin: 0 !important;
    cursor: pointer !important;
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    box-shadow: none !important;
    vertical-align: top;
    text-transform: uppercase !important;
    padding: 10px 0 11px 0;
    letter-spacing: normal !important;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    background: #fafafa !important;
}

.right-sidebar-block .widget_mailchimpsf_widget input.mc_submit:hover,
.left-sidebar-block .widget_mailchimpsf_widget input.mc_submit:hover,
.right-sidebar-block .widget_mailchimpsf_widget input#mc_signup_submit:hover,
.left-sidebar-block .widget_mailchimpsf_widget input#mc_signup_submit:hover {
    background: #2f2f2f !important;
    color: #fff !important;
    border: 1px #2f2f2f solid !important;
}

/* 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;
}

/* --- Modules --- */

/* Dropcaps */
.dropcap {
    display: inline-block;
    vertical-align: top;
    line-height: 47px;
    margin-right: 7px;
    min-width: 39px;
    text-align: center;
    font-size: 38px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
}

.dropcap.type1,
.dropcap.type4 {
    color: #a8a8a8;
}

.dropcap.type3,
.dropcap.type4,
.dropcap.type5 {
    font-size: 45px;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 38px;
}

/* Blockquote */
.shortcode_blockquote, blockquote {
    float: left;
    padding: 0 0 0 46px;
    margin: 0 28px 10px 0;
    border: 0;
    position: relative;
}

.shortcode_blockquote.right {
    float: right;
    margin: 0 0 10px 28px;
}

.bquote_content {
    display: block;
    margin-bottom: 10px;
}

.shortcode_blockquote .author {
    margin-top: -3px;
    display: block;
    font-size: 12px;
}

.shortcode_blockquote:before, blockquote:before,
.shortcode_blockquote:after, blockquote:after {
    position: absolute;
    left: 0;
    top: -31px;
    content: ',';
    font-size: 80px;
    font-weight: 500;
    color: #2f2f2f;
    line-height: 35px;
}

.shortcode_blockquote:after, blockquote:after {
    left: 14px;
}

.shortcode_blockquote.type1:before,
.shortcode_blockquote.type1:after {
    color: #a8a8a8;
}

.shortcode_blockquote.type3,
.shortcode_blockquote.type4,
.shortcode_blockquote.type5 {
    padding-left: 26px;
}

.shortcode_blockquote.type3:after,
.shortcode_blockquote.type4:after,
.shortcode_blockquote.type5:after {
    display: none;
}

.shortcode_blockquote.type3:before,
.shortcode_blockquote.type4:before,
.shortcode_blockquote.type5:before {
    left: 0;
    top: 7px;
    bottom: 5px;
    content: '';
    width: 5px;
    background: #2f2f2f;
}

.shortcode_blockquote.type4:before {
    background: #a8a8a8;
}

.blockquote_list p {
    margin-bottom: 14px;
}

.shortcode_blockquote p, blockquote p {
    margin-bottom: 10px;
}

/* Lists */
.contentarea ul,
.contentarea ol {
    margin-bottom: 10px;
}

.contentarea ol li {
    list-style: decimal;
    list-style-position: inside;
}

.contentarea ul li {
    position: relative;
    padding-left: 15px;
}

.contentarea ul li:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

/* Toggles, Accordion & FAQ */
.shortcode_toggles_item_body,
.shortcode_accordion_item_body {
    display: none;
}

.shortcode_toggles,
.shortcode_accordion {
    padding-bottom: 19px;
    padding-top: 2px;
}

.acc_togg_title {
    display: block;
    background-color: #fff;
    border: 1px #eaeaea solid;
    border-left: 0;
    border-right: 0;
    padding: 14px 0;
    cursor: pointer;
    margin: -1px 0 0 0;
    line-height: 24px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

.acc_togg_title span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 0 23px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    position: relative;
}

.acc_togg_title:hover {
    background-color: #fafafa;
}

.acc_togg_title:hover span {
    margin-left: 14px;
}

.acc_togg_title.state-active {
    background-color: #fff !important;
    padding-bottom: 5px;
    border-bottom: 0;
}

.acc_togg_title.state-active span {
    margin-left: 0 !important;
}

.acc_togg_title span:before {
    position: absolute;
    left: 1px;
    top: 7px;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #2f2f2f;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/acc_toggle.png);
}

.acc_togg_title:hover span:before {
    background-position: -10px 0;
}

.acc_togg_title.state-active span:before {
    background-position: 0 -10px !important;
}

.acc_togg_body .ip {
    padding-bottom: 3px;
    border-bottom: 1px #eaeaea solid;
}

.shortcode_toggles .acc_togg_title.state-active {
    color: #2f2f2f;
}

.shortcode_toggles .acc_togg_title.state-active span:before {
    background-color: #2f2f2f;
}

.module_faq .acc_togg_title span:before {
    position: absolute;
    left: 3px;
    top: 0px;
    width: 10px;
    height: 10px;
    content: "?";
    background: none !important;
}

.single_portfolio_post .item_list li {
    margin-bottom: 10px !important;
}

.left-sidebar-block .sidepanel:last-child,
.left-sidebar-block .sidepanel:last-child {
    margin-bottom: 0 !important;
}

/* Iconbox */
.shortcode_iconbox {
    text-align: center;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.shortcode_iconbox a {
    color: #666666;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.shortcode_iconbox a .iconbox_title {
    color: #2f2f2f;
}

.shortcode_iconbox .ico,
.shortcode_iconbox a .ico {
    color: #2f2f2f;
    font-size: 28px;
    display: inline-block;
    line-height: 34px;
    margin-bottom: 14px;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.iconbox_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.shortcode_iconbox .iconbox_body a:hover {
    color: #666666;
}

/* Featured_items */
body .item_list {
    padding: 0;
    margin-left: -50px;
    margin-bottom: 0;
}

body .item_list li {
    list-style: none;
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0;
}

body .item_list li:before {
    display: none;
}

body .item_list li .item {
    margin-left: 50px;
}

body .items1 .item_list > li {
    width: 100%;
    margin-bottom: 40px;
}

body .items2 .item_list > li {
    width: 50%;
    margin-bottom: 40px;
}

body .items3 .item_list > li {
    width: 33.33%;
    margin-bottom: 40px;
}

body .items4 .item_list > li {
    width: 25%;
    margin-bottom: 40px;
}

body .item_list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

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

.featured_items img {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
	-webkit-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}

.featured_item_fadder:hover img {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}

.featured_item_fadder img {
    width: 100%;
}

.featured_item_fadder:hover {
    background-color: #fff;
}

.featured_items_title {
    margin-top: 17px;
}

.featured_items_title h6 {
    margin-bottom: 6px;
}

.featured_items_title a {
    font-size: 16px;
    text-transform: uppercase;
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 700;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.featured_item_content {
    padding-bottom: 2px;
}

.read_more {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
}

.read_more:before {
    position: absolute;
    right: 0;
    top: 1px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.item_info {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: opacity 0.6s, left 0.4s;
    -webkit-transition: opacity 0.6s, left 0.4s;
}

.featured_item_fadder:hover .item_info {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    left: 0;
}

.item_views,
.featured_ico_link,
.item_likes {
    display: inline-block;
    vertical-align: top;
}

.featured_ico_link {
    width: 64px;
    height: 60px;
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.featured_ico_link:hover {
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.item_likes {
    width: 60px;
    height: 60px;
}

.item_likes a,
.item_views span {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.item_likes a i,
.item_views span i {
    display: block;
    line-height: 22px;
    height: 22px;
    position: relative;
    font-style: normal;
	font-family: 'FontAwesome';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.item_likes a i:before {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 1px;
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.item_likes a:hover i:before,
.item_likes a.active i:before {
    content: "\f004";
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.item_likes a span {
    display: block;
    line-height: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.item_views span {
    line-height: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    float: right;
}

.item_views {
    width: calc(100% - 124px);
    height: 60px;
    background: #2f2f2f;
    clear: both;
}

.featured_items_meta {
    margin-bottom: 7px;
    line-height: 22px;
}

.featured_items_meta span,
.featured_items_meta span a {
    font-size: 12px !important;
    color: #666666 !important;
    font-weight: 300 !important;
    text-transform: none;
    line-height: 22px;
    display: inline-block;
}

/* Icons & Icon List */
.shortcode_social_icon {
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}

.shortcode_social_icon span {
    padding-top: 10px;
    display: block;
}

.shortcode_social_icon.type3 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.shortcode_social_icon.type4 {
    background-color: transparent !important;
}

.shortcode_social_icon.type2 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.shortcode_social_icon:hover i:before {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.contact_info_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}

.contact_info_icon i {
    padding-top: 13px;
    display: block;
}

.contact_info_text {
    display: inline-block;
    padding-left: 50px;
    min-height: 31px;
    padding-top: 9px;
}

.contact_info_item {
    margin-bottom: 17px;
    padding-left: 0;
}

.contact_info_item:before {
    display: none;
}

.module_contact_info .contact_info_icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.module_contact_info {
    margin-top: 10px;
    word-break: break-all;
}

/* Buttons */
.shortcode_button {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    line-height: 19px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.shortcode_button.btn_small {
    padding: 10px 18px 11px 18px;
    font-size: 13px;
}

.shortcode_button.btn_normal {
    padding: 15px 21px 16px 21px;
    font-size: 14px;
    margin: 0 15px 15px 0;
}

.shortcode_button.btn_large {
    padding: 18px 22px 19px 22px;
    font-size: 14px;
    margin: 0 15px 15px 0;
}

.btns_block .shortcode_button {
    margin: 0 6px 6px 0;
}

.btns_block .shortcode_button.btn_normal,
.btns_block .shortcode_button.btn_large {
    margin: 0 10px 10px 0;
}

.ico_cont,
.btn_text,
.ico_cont i {
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
}

.ico_cont i {
    font-size: 13px;
}

.ico_cont {
    margin-right: 6px;
}

.shortcode_button.btn_type1 {
    background-color: #2f2f2f;
}

.shortcode_button.btn_type2 {
    background-color: #7a7a7a;
}

.shortcode_button.btn_type3 {
    background-color: #c4c4c4;
}

.shortcode_button.btn_type4 {
    background-color: transparent;
    color: #2f2f2f;
    box-shadow: 0 0 0 2px #2f2f2f inset;
}

.shortcode_button.btn_type6 {
    background-color: #00aea0;
}

.shortcode_button.btn_type7 {
    background-color: #00af00;
}

.shortcode_button.btn_type8 {
    background-color: #9dd200;
}

.shortcode_button.btn_type9 {
    background-color: #edcf00;
}

.shortcode_button.btn_type10 {
    background-color: #ff8600;
}

.shortcode_button.btn_type11 {
    background-color: #da0000;
}

.shortcode_button.btn_type12 {
    background-color: #ff67a4;
}

.shortcode_button.btn_type13 {
    background-color: #e2199e;
}

.shortcode_button.btn_type14 {
    background-color: #b21ad3;
}

.shortcode_button.btn_type15 {
    background-color: #6f15d4;
}

.shortcode_button.btn_type16 {
    background-color: #0063b9;
}

.shortcode_button.btn_type17 {
    background-color: #28b7ff;
}

.shortcode_button:hover,
.shortcode_button.btn_type5:hover {
    background-color: #2f2f2f !important;
    color: #fff !important;
}

/* Price Table */
.price_item {
    float: left;
    border-right: 3px solid transparent;
}

.price_item_title {
    text-transform: uppercase;
    background-color: #2f2f2f;
    text-align: center;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}

.price_item_title h4 {
    line-height: 24px;
    padding: 13px;
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}

.most_popular .price_item_btn a:hover {
    background-color: #2f2f2f !important;
}

.price_item_cost {
    text-align: center;
}

.item_cost_wrapper {
    padding: 20px 10px;
    background: #fafafa;
}

.most_popular .item_cost_wrapper {
    background: #fff;
}

.price_ico_default {
    display: none;
}

.currprice {
    font-size: 32px;
    line-height: 40px;
    color: #2f2f2f;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
}

.currperiod {
    line-height: 24px;
    color: #2f2f2f;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.price_item_text {
    border-top: 1px #e3e3e3 solid;
    padding: 7px 8px 8px 8px;
    background-color: #fafafa;
    text-align: center;
}

.price_item_text:nth-child(2n) {
    background-color: #f1f1f1;
}

.most_popular .price_item_text {
    background-color: #fff;
}

.most_popular .price_item_text:nth-child(2n) {
    background-color: #fafafa;
}

.price_item_btn {
    border-top: 1px #e3e3e3 solid;
    padding: 15px 10px 16px 10px;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
}

.most_popular .price_item_btn {
    background-color: #fafafa;
}

.price_item_btn a {
    margin: 0;
}

/* Counter */
.counter_wrapper {
    position: relative;
}

.shortcode_counter {
    text-align: center;
    padding: 0 10px;
}

.counter_wrapper .ico {
    line-height: 48px;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 28px;
    color: #2f2f2f;
}

.stat_count {
    line-height: 33px;
    font-size: 32px;
    font-weight: 700;
    color: #2f2f2f;
    padding: 0;
    margin: 0 0 19px 0;
}

.counter_title {
    line-height: 21px;
    font-size: 16px;
    font-weight: 700;
    color: #2f2f2f;
    padding: 0;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.stat_temp {
    width: 0 !important;
    display: none !important;
}

/* Progress Bar */
body .module_diagramm ul {
    padding-left: 0;
}

body .module_diagramm li {
    list-style: none;
}

.module_diagramm ul.skills_list {
    margin: 0 0 0 -20px !important;
    padding: 0;
}

.module_diagramm ul.skills_list li {
    display: inline-block;
    padding: 0;
}

.module_diagramm .skill_wrapper {
    padding: 0 0 0 20px;
    text-align: center;
}

.module_diagramm ul.skills_list li:before {
    content: '';
}

.easyPieChart {
    position: relative;
    margin-bottom: 18px;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 700;
    display: inline-block;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.module_diagramm h6 {
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.skill_item {
    padding-left: 0 !important;
    position: relative;
}

.skills_list li {
    width: 100% !important;
    margin-bottom: 25px;
}

.skills_list li:last-child {
    margin-bottom: 0;
}

.skill_content {
}

.skill_descr {
    padding-bottom: 10px;
}

/* Messagebox */
.module_messageboxes .box_content {
    background-color: transparent;
    border: 1px #eaeaea solid;
    border-left: 0;
    border-right: 0;
}

.module_messageboxes .innerpadding {
    padding: 12px 22px;
}

.module_messageboxes i {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    line-height: 24px;
}

.module_messageboxes p:last-child {
    margin-bottom: 0;
}

.shortcode_messagebox {
    position: relative;
    margin-bottom: 10px;
}

.shortcode_messagebox.box_type2 .box_content {
    border-color: #5fcdff;
    color: #009ae1;
}

.shortcode_messagebox.box_type3 .box_content {
    border-color: #84dc3e;
    color: #52b800;
}

.shortcode_messagebox.box_type4 .box_content {
    border-color: #ffce48;
    color: #f8b500;
}

.shortcode_messagebox.box_type5 .box_content {
    border-color: #ff8c8c;
    color: #ff4b4b;
}

.shortcode_messagebox .box_close {
    width: 7px;
    height: 7px;
    position: absolute;
    right: 6px;
    top: 22px;
    display: block;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.shortcode_messagebox.box_type2 .box_close {
    background-position: -7px -60px;
}

.shortcode_messagebox.box_type3 .box_close {
    background-position: -14px -60px;
}

.shortcode_messagebox.box_type4 .box_close {
    background-position: -21px -60px;
}

.shortcode_messagebox.box_type5 .box_close {
    background-position: -28px -60px;
}

.shortcode_messagebox .box_close:hover {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* Testimonial */
.module_testimonial {
    position: relative;
}

.module_testimonial ul {
    padding: 0;
    margin: 0 0 0 -50px;
}

.module_testimonial ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 22px 0;
    padding: 0;
}

.module_testimonial ul li:before,
.module_partners ul li:before {
    display: none;
}

.module_testimonial li .item {
    margin: 0 0 0 50px;
    position: relative;
    min-height: 97px;
    padding: 0;
}

.testimonials_text {
    position: relative;
    padding-left: 107px;
}

.testimonials_photo {
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 84px;
    height: 84px;
    margin-top: -42px;
}

.testimonials_photo img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 84px;
    height: 84px;
}

.testimonials_heading {
    font-size: 20px;
    margin-bottom: 9px;
    display: inline-block;
    position: relative;
}

/* Partners */
.module_partners ul {
    padding: 0;
    margin: 0;
}

.module_partners ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: -1px -4px 0 0;
    padding: 0;
    border: 1px #e3e3e3 solid;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
}

.sponsors_works {
    position: relative;
}

.sponsors_works:before {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    background: #fff;
    content: '';
    z-index: 5;
}

.sponsors_works:after {
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e3e3e3;
    content: '';
    z-index: 10;
}

.line2.module_partners ul li {
    border-right: 1px #e3e3e3 solid !important;
    border-left: 0 !important;
}

.line2 .sponsors_works:after {
    width: 5px;
    right: 0;
    background: #fff;
}

.module_partners a {
    display: block;
}

.module_partners img {
    display: inline-block;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.module_partners a:hover img {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* Tabs */
.shortcode_tabs {
    padding-top: 4px;
}

.shortcode_tab_item_body {
    display: none;
    background-color: #fff;
    -webkit-border-radius: 0 7px 7px 7px;
    border-radius: 0 7px 7px 7px;
    border: 1px #eaeaea solid;
}

.shortcode_tab_item_body p {
    margin: 0;
}

.shortcode_tabs.type1 .all_body_sizer {
    clear: both;
}

.shortcode_tab_item_body .ip {
    padding: 16px 25px 18px 25px;
}

.shortcode_tab_item_title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.shortcode_tab_item_title {
    padding: 7px 16px 8px 16px;
    background-color: #fafafa;
    color: #2f2f2f;
    cursor: pointer;
    position: relative;
}

.shortcode_tabs.type1 .shortcode_tab_item_title {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    border: 1px #eaeaea solid;
    border-bottom: 0;
}

.shortcode_tabs.type1 .shortcode_tab_item_title.active,
.shortcode_tabs.type2 .shortcode_tab_item_title.active,
.shortcode_tabs .shortcode_tab_item_title:hover {
    background-color: #fff !important;
}

.shortcode_tabs.type1 .shortcode_tab_item_title.active {
    cursor: default;
}

.shortcode_tabs.type1 .shortcode_tab_item_title.active:before {
    height: 2px;
    left: 0;
    bottom: -1px;
    right: 0;
    background: #fff;
    content: '';
    position: absolute;
    z-index: 10;
}

.shortcode_tabs.type2 {
    position: relative;
}

.shortcode_tabs.type2 .all_head_sizer {
    position: absolute;
    width: 100px;
    height: auto;
    top: 5px;
    left: 0;
}

.shortcode_tabs.type2 .shortcode_tab_item_body {
    margin-left: 100px;
}

.shortcode_tabs.type2 .shortcode_tab_item_title {
    margin-top: -1px;
    text-align: center;
    word-wrap: break-word;
    clear: both;
    float: right;
    width: auto;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    border: 1px #eaeaea solid;
    border-right: 0;
}

.shortcode_tabs.type2 .shortcode_tab_item_title.active:before {
    right: -2px;
    bottom: 0;
    top: 0;
    width: 3px;
    background: #fff;
    content: '';
    position: absolute;
    z-index: 10;
}

/* Dividers */
hr {
    border: none !important;
    height: 1px;
    padding: 0;
    margin: 0 0 24px 0;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #f4f4f4 20%, #eaeaea 40%, #eaeaea 60%, #f4f4f4 80%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(20%, #f4f4f4), color-stop(40%, #eaeaea), color-stop(60%, #eaeaea), color-stop(80%, #f4f4f4), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #f4f4f4 20%, #eaeaea 40%, #eaeaea 60%, #f4f4f4 80%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, #f4f4f4 20%, #eaeaea 40%, #eaeaea 60%, #f4f4f4 80%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, #f4f4f4 20%, #eaeaea 40%, #eaeaea 60%, #f4f4f4 80%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, #f4f4f4 20%, #eaeaea 40%, #eaeaea 60%, #f4f4f4 80%, #ffffff 100%); /* W3C */    
}

hr.type1 {
    background: #eaeaea !important;
}

hr.type2 {
    background: #2f2f2f !important;
}

/* Team */
.module_team ul {
    padding: 0;
    margin-left: -50px;
    margin-bottom: 0;
}

.module_team li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: -3px;
    padding: 0 !important;
}

.module_team li:before {
    display: none;
}

.module_team .item_wrapper {
    padding: 0 0 0 50px;
}

.img_block img {
    display: block;
}

.meta_body h6 {
    margin: 17px 0 5px 0;
}

.meta_body .op {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
}

.team_desc {
    margin-top: 6px;
}

.team_icons_wrapper {
    margin-top: 5px;
}

.teamlink {
    display: inline-block;
    margin-right: 11px;
}

.teamlink:last-child {
    margin-right: 0;
}

.teamlink i {
    font-size: 16px;
}

/* Promoblock */
.shortcode_promoblock {
}

.promoblock_wrapper {
    padding: 14px 0 25px 0;
}

.promo_text_block {
    float: left;
    max-width: 75%;
}

.promo_button_block {
    float: right;
    width: 25%;
    text-align: right;
}

.promo_text_main_title {
    margin-bottom: 9px;
    line-height: 38px;
    font-size: 32px;
    font-weight: 500;
}

.promo_text_additional_title {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    text-transform: none;
}

.promo_button_block a.shortcode_button.btn_large {
    margin-bottom: 0;
    margin-top: 7px;
    margin-right: 0;
}

.promo_text_block,
.promo_text_block {
    vertical-align: top;
}

.promo_text_block_wrapper {
}

.shortcode_promoblock.no_button_text.no_button_link .promo_text_block {
    max-width: 100%;
}

.shortcode_promoblock.no_button_text.no_button_link .promo_text_block_wrapper {
}

/* Custom css */
.title_block {
    padding-top: 22px;
}

.title_block h1 {
    margin-bottom: 8px;
}

.fw_block .skill_descr {
    padding-right: 50px;
    padding-left: 50px;
}

.last_itemlist .item_list li {
    margin-bottom: 25px !important;
}

.center {
    text-align: center;
}

.center .promo_text_block {
    float: none;
}

.promo_text_main_title span {
    text-transform: uppercase;
}

.sitemap_list {
    margin-bottom: 25px !important;
}

/* Page404 */
.block404 {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 69px;
}

.block404 h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 49px;
    margin-bottom: 3px;
}

.block404 h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 37px;
    color: #666666;
}

form input[type="text"], form input[type="tel"],
form input[type="email"],
form textarea {
    background: #fff;
    margin: 0 0 5px 0;
    padding: 6px 14px 8px 14px;
    width: 100%;
    border: 1px #eaeaea solid;
    outline: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 12px;
    color: #666666;
    font-weight: 300;
    box-shadow: none;
    text-shadow: none;
    line-height: 24px;
    vertical-align: top;
    height: 40px;
}

form textarea {
    height: 120px;
    resize: none;
}

.search_form_block {
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    overflow: hidden;
}

.form404 {
    max-width: 458px;
    margin: 0 auto;
}

.form404 form input[type="text"] {
    padding-left: 35px;
    padding-right: 100px;
}

.s_btn_search {
    position: absolute;
    right: -1px;
    top: 0;
    border: none;
    width: auto;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 17px;
    min-height: 17px;
    height: 40px;
    margin: 0;
    cursor: pointer;
    border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    box-shadow: none;
    vertical-align: top;
    text-transform: uppercase;
    padding: 11px 13px 12px 13px;
    letter-spacing: normal;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    background-color: #2f2f2f;
}

.form404 .search_form_block:before {
    position: absolute;
    left: 15px;
    top: 7px;
    content: "\f002";
    font-size: 12px;
    color: #666666;
    font-family: 'FontAwesome';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

/* For FullScreen Slider */
.pad_null {
    padding-top: 0 !important;
}

.none_page_header .page_header {
    display: none !important;
}

.tp-bullets {
    bottom: 32%;
}

.tp-bullets .bullet {
    background: rgba(0, 0, 0, 0.3);
    height: 8px;
    margin-left: 12px !important;
    width: 8px;
}

.tp-bullets .bullet.selected {
    background: rgba(0, 0, 0, 1.0);
}

.tp-bullets .bullet.last {
    margin-right: 12px !important;
}

#scrolldown_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #1b1b1b;
    background-position: 0 -67px;
    background-repeat: no-repeat;
    background-image: url(../img/sprite.png);
    z-index: 999;
    bottom: 7%;
    margin-left: -18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

.features_block h5 {
    display: inline-block;
    line-height: 35px;
    margin-bottom: 9px;
    position: relative;
}

.features_block p {
    margin-bottom: 21px;
}

.features_block p.btns {
    padding-top: 12px;
}

/* Blog */
.blog_post_preview {
    padding-top: 10px;
    padding-bottom: 32px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    position: relative;
}

.blog_post_preview p:last-child {
    margin-bottom: 0;
}

.preview_topblock {
    position: relative;
    min-height: 60px;
    margin-bottom: 14px;
    padding-left: 77px;
}

.blogpost_title {
    line-height: 34px;
    margin-bottom: 4px;
}

.blogpost_title a {
    display: inline-block;
    color: #2f2f2f;
}

.pf_output_container {
    margin-bottom: 14px;
    padding-top: 6px;
}

.single_post .pf_output_container {
    margin-bottom: 24px;
}

.preview_content {
    position: relative;
}

.preview_content .thisdate {
    width: 50px;
    position: absolute;
    top: 1px;
    left: 0;
}

.preview_content article {
}

.thisdate {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    background: #2f2f2f;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.thismonth {
    font-size: 12px;
    line-height: 26px;
    display: block;
}

.thisday {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.preview_meta {
    font-size: 12px;display:none;
    font-weight: 300;
    color: #666666;
}

.preview_meta span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.preview_meta span:after {
    content: "/";
    margin: 0 8px;
}

.preview_meta span:last-child:after {
    display: none;
}

.preview_meta a {
    color: #666;
}

.preview_likes a.like.active {
}

.preview_likes a.like.active i.icon-heart-empty:before {
    content: "\f004" !important;
}

/* 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 {
}

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

.nivo-html-caption {
    display: none
}

.nivo-controlNav {
    display: block !important;
    position: absolute;
    bottom: 17px;
    left: auto;
    right: 14px;
    z-index: 99;
    line-height: 8px;
}

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

.nivo-directionNav a {
    display: none;
}

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

.slider-wrapper {
    position: relative;
}

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

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

/* Pagerblock */
body .pagerblock {
    padding: 3px 0 10px 0;
}

body .pagerblock li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

body .pagerblock li:before {
    display: none;
}

body .pagerblock li a {
    color: #666666;
    font-size: 12px;
    display: inline-block;
    font-weight: 300;
}

body .pagerblock li a.current {
    color: #2f2f2f !important;
    cursor: default;
}

body .pagerblock li:after {
    display: inline-block;
    content: '/';
    margin: 0 9px;
}

body .pagerblock li:last-child:after {
    display: none;
}

.blogpost_about_author {
    padding-bottom: 23px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    position: relative;
    min-height: 81px;
}

.blogpost_about_author img {
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.blogpost_about_author .thisdesc {
    padding-left: 106px;
}

.blogpost_about_author h4 {
    color: #303030;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 12px;
    font-weight: 300;
}

.blogpost_about_author a {
    color: #303030;
}

.blogpost_bottom {
    margin-bottom: 40px;
}

.prev_next_links {
    float: left;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: 300;
    color: #666666;
}

.prev_next_links a {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    display: inline-block;
    vertical-align: top;
}

.prev_next_links span {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.prev_next_links span:before {
    content: "/";
    margin: 0 8px 0 0;
}
.prev_next_links span:first-child:before {
    display: none;
}

.prev_next_links .thisnext a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    margin: 0 0 0 9px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.prev_next_links .thisprev a:before {
    font-family: 'FontAwesome';
    content: "\f104";
    margin: 0 9px 0 0;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}
.prev_next_links .thisnext a {padding-left:2px;
}

.blogpost_share {
    float: right;
}

.blogpost_share i {
    font-size: 15px;
    color: #2f2f2f;
}

.blogpost_share a {
    margin-left: 17px;
    display: inline-block;
}

/* Comments */
.headInModule.postcomment,
.comment-reply-title {
    font-weight: 300;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 16px;
}

.contentarea .commentlist {
    padding-left: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}

.contentarea .commentlist li {
    list-style: none;
    border-top: 1px solid #eaeaea;
    padding: 0;
}

.contentarea .commentlist li:before {
    display: none;
}

.contentarea .commentlist .thiscommentbody {
    font-size: 12px;
}

.stand_comment {
    position: relative;
    padding: 22px 0 12px 78px;
    min-height: 94px;
}

.contentarea .commentlist .commentava {
    position: absolute;
    top: 20px;
    left: 0;
}

.contentarea .commentlist .commentava img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 54px;
    height: 54px;
}

.contentarea .commentlist li ul.children {
    margin: 0;
}

.contentarea .commentlist li ul.children li .stand_comment {
    padding-left: 118px;
}

.contentarea .commentlist li ul.children li .commentava {
    left: 40px;
}

.contentarea .commentlist li ul.children li li .stand_comment {
    padding-left: 158px;
}

.contentarea .commentlist li ul.children li li .commentava {
    left: 80px;
}

.commentlist .comment_info, .comment_info a {
    color: #666666;
    font-size: 12px;
}

.comment_info span:after {
    content: "/";
    display: inline-block;
    padding-left: 8px;
    padding-right: 5px;
    color: #666666;
}

.comment_info span:last-child:after {
    display: none;
}

.comment_info {
    padding-bottom: 2px;
}

.comment_info a.comment-reply-link {
    color: #2f2f2f;
}

.comment-notes, .logged-in-as {
    margin: 0;
    padding-bottom: 20px;
    font-size: 12px;
}

.form-allowed-tags, .form-allowed-tags code {
    color: #b7b7b7;
    font-size: 12px;
}

.send_this_comment {
    cursor: pointer;
}

.no_marg {
    margin-bottom: 0;
}

.fix50 {
    margin-bottom: -50px !important;
}

.fix15 {
    margin-bottom: -15px !important;
}

/* Contacts */
.wpcf7-form span.placeholder {
    display: none;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-submit {
    width: auto !important;
    margin: 0 !important;
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 18px !important;
    text-transform: uppercase !important;
    transition: background-color 250ms;
    -webkit-transition: background-color 250ms;
    background: #2f2f2f;
}

.wpcf7-form-control-wrap {
    display: block !important;
}

.required {
    font-size: 12px;
    margin-bottom: 22px;
}

.icons_padding_small .contact_info_item {
    margin-bottom: 4px;
    padding-left: 0;
}

.icons_padding_small .contact_info_icon {
    left: -10px;
    top: 2px;
}

.icons_padding_small .contact_info_text {
    padding-left: 30px;
}

/* Portfolio */
.portfolio_item_title {
    text-align: center;
    margin: 15px 0 0 0;
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #2f2f2f;
}

body .optionset {
    padding-left: 0;
    margin-bottom: 33px;
    display: block;
    min-height: 24px;
    line-height: 24px;
    padding-top: 8px;
}

body .optionset li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

body .optionset li:before {
    content: '';
}

body .optionset li:after {
    content: "/";
    margin: 0 8px 0 8px;
    color: #666666;
    font-size: 12px;
}

body .optionset li:last-child:after {
    display: none;
}

.optionset li a {
    font-size: 12px;
    color: #666666;
    display: inline-block;
}

.portfolio_block {
    clear: both;
}

.portwrap {
    margin-left: -50px;
}

.columns1 .portwrap {
    margin-left: 0;
}

.columns2 .portfolio_item, .columns3 .portfolio_item, .columns4 .portfolio_item {
    width: 50%;
    vertical-align: top;
    padding-left: 50px;
    float: none;
    margin-bottom: 35px;
    display: inline-block;
    margin-right: -3px;
}

.portfolio_block.columns2, .portfolio_block.columns3, .portfolio_block.columns4 {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.columns3 .portfolio_item {
    width: 33.33%;
}

.columns4 .portfolio_item {
    width: 25%;
}

.columns1 .portfolio_item_img,
.masonry_portfolio_preview .portfolio_item_img {
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
    width: 560px;
}

.portfolio_item_img img {
    display: block;
}

.columns1 .portfolio_dscr,
.masonry_portfolio_preview .portfolio_dscr {
    min-height: 460px;
    padding-top: 0 !important;
    padding-bottom: 31px !important;
    margin-bottom: 40px !important;
}

.columns1 .preview_meta,
.masonry_portfolio_preview .preview_meta {
    margin-bottom: 16px;
}

.columns1 {
    margin-bottom: -10px !important;
}

.portfolio_dscr .preview_topblock {
    padding-left: 0;
}

.portfolio_dscr .blogpost_title {
    display: inline-block;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.featured_wall .item {
	float:left;
}

/* Portfolio Masonry */
.masonry_portfolio_preview {
	transition:all 300ms;
	-webkit-transition:all 300ms;
	overflow:hidden;
	height:0;
	position:relative;
}
.masonry_portfolio_preview .pf_preview_close {	
	z-index:50;	
	width: 7px;
    height: 7px;
    position: absolute;
    right: 6px;
    top: 14px;
    display: block;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;	
} 
.masonry_portfolio_preview .pf_preview_close:hover {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.module_portfolio_masonry .masonry_pf_item {
	width:20%;
	font-size:0;
	line-height:0;
	display:inline-block;
	float:left;
	margin:0 -1px 0 0;
}
.right-sidebar .module_portfolio_masonry .masonry_pf_item,
.left-sidebar .module_portfolio_masonry .masonry_pf_item,
.right-sidebar .featured_wall .item ,
.left-sidebar .featured_wall .item  {width:33.333% !important;	
}

.module_portfolio_masonry .blog_post_preview {border:0 !important;
} 
.module_portfolio_masonry .portfolio_preview {display:block;
}
.module_portfolio_masonry .item_info {margin-top: -65px;
}
.masonry_pf_title {
	position: absolute;
    left: -100%;
    width: 100%;
    height: 60px;
    top: 50%;
    margin-top: 15px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: opacity 0.6s, left 0.4s;
    -webkit-transition: opacity 0.6s, left 0.4s;
	padding:0 25px;
	font-size:16px;
	font-weight:700;
	color:#2f2f2f;
	text-transform:uppercase;
	line-height:22px;
}
.masonry_pf_title a {
	font-size:16px;
	font-weight:700;
	color:#2f2f2f;
	text-transform:uppercase;
	line-height:22px;
}
.featured_item_fadder:hover .masonry_pf_title {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    left: 0;
}








body .tp-simpleresponsive > ul li {
    position: absolute;
}

/* wp default */
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {}

.dn {
    display: none;
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.aligncenter {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

table td {
    padding: 8px;
    border-bottom: 1px solid #e3e3e3;
}

ol ol {margin-left:15px;
}

table#wp-calendar td {
    border: none !important;
}

table tr:last-child td {
    border-bottom: 0;
}

/*IE8 Bootstrap Fix*/
.ie8 .container {
    width: 1270px;
    padding-right: 50px;
    padding-left: 50px;
}

.ie8 .gt3_boxed .wrapper,
.ie8 .gt3_boxed .footer {
    width: 1270px !important;
}

.ie8 .gt3_boxed header {
    width: 1270px;
    left: 50%;
    margin-left: -635px;
}

.ie8 .span1 {
    width: 8.333333333333332%;
}

.ie8 .span2 {
    width: 16.666666666666664%;
}

.ie8 .span3 {
    width: 25%;
}

.ie8 .span4 {
    width: 33.33333333333333%;
}

.ie8 .span5 {
    width: 41.66666666666667%;
}

.ie8 .span6 {
    width: 50%;
}

.ie8 .span7 {
    width: 58.333333333333336%;
}

.ie8 .span8 {
    width: 66.66666666666666%;
}

.ie8 .span9 {
    width: 75%;
}

.ie8 .span10 {
    width: 83.33333333333334%;
}

.ie8 .span11 {
    width: 91.66666666666666%;
}

.ie8 .span12 {
    width: 100%;
}

.ie8 .span1,
.ie8 .span2,
.ie8 .span3,
.ie8 .span4,
.ie8 .span5,
.ie8 .span6,
.ie8 .span7,
.ie8 .span8,
.ie8 .span9,
.ie8 .span10,
.ie8 .span11 {
    float: left;
}

.ie8 .fl-container.span9,
.ie8 .fl-container .posts-block.span9 {
    width: 75%;
}

.ie8 .right-sidebar-block.span3,
.ie8 .left-sidebar-block.span3 {
    width: 25%;
}

/* Responsive changes */
@media only screen and (max-width: 767px) {
    .copyright,
    .footer_menu {
        float: none;
        text-align: center;
    }

    .right-sidebar .main_container:before,
    .left-sidebar .main_container:before {
        display: none;
    }

    .left-sidebar .posts-block {
        padding-bottom: 40px;
    }

    .right-sidebar-block .sidepanel {
        padding-left: 0;
    }

    .left-sidebar-block .sidepanel {
        padding-right: 0;
    }

    .module_price_table .price_item {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .module_partners ul li,
    .line2.module_partners ul li {
        width: 100% !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .sponsors_works:after {
        display: none !important;
    }

    .shortcode_tab_item_title {
        width: 100%;
        display: block;
    }

    .shortcode_tabs.type1 .shortcode_tab_item_title.active:before,
    .shortcode_tabs.type2 .shortcode_tab_item_title.active:before {
        display: none;
    }

    .shortcode_tab_item_body {
        -webkit-border-radius: 0 0 7px 7px;
        border-radius: 0 0 7px 7px;
    }

    .shortcode_tabs.type1 .shortcode_tab_item_title,
    .shortcode_tabs.type2 .shortcode_tab_item_title {
        display: block;
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: center;
    }

    .shortcode_tabs.type1 .shortcode_tab_item_title:first-child,
    .shortcode_tabs.type2 .shortcode_tab_item_title:first-child {
        -webkit-border-radius: 7px 7px 0 0;
        border-radius: 7px 7px 0 0;
    }

    .shortcode_tabs.type2 .all_head_sizer {
        position: static !important;
        width: 100% !important;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_body {
        margin-left: 0 !important;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title {
        float: none !important;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title {
        border-right: 1px #eaeaea solid;
        border-bottom: 0;
    }

    .module_team li,
    body .items1 .item_list > li,
    body .items2 .item_list > li,
    body .items3 .item_list > li,
    body .items4 .item_list > li {
        width: 100% !important;
    }

    .prev_next_links, .blogpost_share {
        float: none;
        text-align: center;
    }

    .columns1 .portfolio_item_img,
	.masonry_portfolio_preview .portfolio_item_img {
        float: none !important;
        margin-right: 0;
        width: 100%;
    }

    .columns1 .portfolio_dscr,
	.masonry_portfolio_preview .portfolio_dscr {
        min-height: inherit;
    }

    .columns2 .portfolio_item,
    .columns3 .portfolio_item,
    .columns4 .portfolio_item {
        width: 100% !important;
    }
	.shortcode_blockquote, blockquote {
		margin-left:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}
	.module_video iframe {
    }
	.pf_output_container iframe { height: 300px !important;
    }

}

@media only screen and (max-width: 992px) {
    .module_testimonial .testimonials_list ul li {
        width: 100% !important;
    }

    .promo_text_block {
        max-width: 100%;
        text-align: center;
    }

    .btn_text {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .promo_text_additional_title {
        margin-top: 15px;
    }

    .promo_button_block {
        clear: both;
        float: none;
        display: inline-block;
        margin-top: 20px;
    }

    .promoblock_wrapper {
        text-align: center;
    }

    .promo_text_block,
    .promo_button_block {
        float: none;
        width: 100%;
        text-align: center;
    }
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:27px 20px 0px 0;
		border:none;
		border-radius:0;
		box-shadow:none;
		width:20px;
		height:20px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:0;
		background-color:transparent;
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../img/btn_menu.png) no-repeat 0 0;		
	}
	.menu-item-has-children:after {display:none !important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#2f2f2f;
		width: 100%;
		padding:15px 30px 20px 30px;
		overflow:hidden;
	}
	.mobile_menu_wrapper li {
		padding:2px 0 3px 0;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:12px;
		font-weight:300;
	}
	.mobile_menu_wrapper a:hover {color:#fff;
	}	
	.mobile_menu_wrapper .sub-menu {margin-left:20px;
	}
	
	header nav { 
		display:none!important;
	}
	
	.page_header .page_title,
	.page_header .breadcrumbs,
	.top_search {display:none !important;
	}
	.page_header {
		padding-top:83px;
		padding-bottom:18px;
	}
	header {top:10px;
	}
	.rev_slider_wrapper.fullscreen-container {height:600px !important;
	}
	#scrolldown_btn {display:none;
	}	

}
@media only screen and (max-width: 480px) {
	.rev_slider_wrapper.fullscreen-container {height:350px !important;
	}	
}

@media only screen and (min-width: 768px) {
    .container,
    .gt3_boxed .wrapper,
    .gt3_boxed .footer {
        width: 750px;
    }

    .gt3_boxed header {
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }

    .copyright,
    .footer_menu {
        float: none;
        text-align: center;
    }

    .right-sidebar .main_container:before {
        right: 164px;
    }

    .left-sidebar .main_container:before {
        left: 164px;
    }

    .features_block {
        text-align: right;
    }

    .features_block h5 {
        padding-left: 18px;
    }

    .features_block h5:before {
        position: absolute;
        left: 0;
        top: 14px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        content: '';
    }

    .btns .shortcode_button {
        margin-right: 0;
        margin-left: 10px;
    }

    .right-sidebar .blog_post_preview:before,
    .left-sidebar .blog_post_preview:before,
    .right-sidebar .blogpost_about_author:before,
    .left-sidebar .blogpost_about_author:before {
        width: 50px;
        height: 1px;
        background: #eaeaea;
        content: '';
        position: absolute;
        right: -50px;
        bottom: -1px;
    }

    .left-sidebar .blog_post_preview:before,
    .left-sidebar .blogpost_about_author:before {
        right: auto;
        left: -50px;
    }

}

@media only screen and (min-width: 992px) {
    .container,
    .gt3_boxed .wrapper,
    .gt3_boxed .footer {
        width: 980px;
    }

    .gt3_boxed header {
        width: 980px;
        left: 50%;
        margin-left: -490px;
    }

    .right-sidebar .main_container:before {
        right: 221px;
    }

    .left-sidebar .main_container:before {
        left: 221px;
    }

    .copyright {
        float: left;
    }

    .footer_menu {
        float: right;
    }

    /* testimonials perline 2 */
    .testimonials_list.perline2 {
        position: relative;
        margin-top: -23px;
    }

    .testimonials_list.perline2:before {
        width: 1px;
        position: absolute;
        left: 50%;
        top: 24px;
        bottom: 20px;
        background: #e3e3e3;
        content: '';
        z-index: 5;
    }

    .testimonials_list.perline2:after {
        display: none;
    }

    .module_testimonial .testimonials_list.perline2 ul {
        margin: 0;
    }

    .module_testimonial .testimonials_list.perline2 ul li {
        margin: -1px -3px 0 0;
        border-top: 1px #e3e3e3 solid;
    }

    .module_testimonial .testimonials_list.perline2 ul li:nth-child(1),
    .module_testimonial .testimonials_list.perline2 ul li:nth-child(2) {
        border-top: none !important;
    }

    .module_testimonial .testimonials_list.perline2 li .item {
        margin: 0;
        position: relative;
        padding: 23px 0 15px 0;
        text-align: right;
        min-height: 135px;
    }

    .module_testimonial .testimonials_list.perline2 li .testimonials_photo {
        left: auto;
        right: 45px;
    }

    .module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item {
        padding: 23px 0 11px 0;
        text-align: left;
    }

    .module_testimonial .testimonials_list.perline2 li:nth-child(2n) .testimonials_photo {
        left: 45px;
        right: auto;
    }

    .module_testimonial .testimonials_list.perline2 li .item .testimonials_text {
        padding-right: 158px;
        padding-left: 0;
    }

    .module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item .testimonials_text {
        padding-right: 0;
        padding-left: 158px;
    }

}

@media only screen and (min-width: 1250px) {
    .container,
    .gt3_boxed .wrapper,
    .gt3_boxed .footer {
        width: 1270px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .gt3_boxed header {
        width: 1270px;
        left: 50%;
        margin-left: -635px;
    }

    .right-sidebar .main_container:before {
        right: 309px;
    }

    .left-sidebar .main_container:before {
        left: 279px;
    }

    .module_testimonial .testimonials_list.perline2 li .item .testimonials_heading:before {
        position: absolute;
        left: -19px;
        top: 13px;
        width: 6px;
        height: 6px;
        content: '';
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item .testimonials_heading:before {
        left: auto;
        right: -19px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Grid */
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11 {
        float: left;
    }

    .span1 {
        width: 8.333333333333332%;
    }

    .span2 {
        width: 16.666666666666664%;
    }

    .span3 {
        width: 25%;
    }

    .span4 {
        width: 33.33333333333333%;
    }

    .span5 {
        width: 41.66666666666667%;
    }

    .span6 {
        width: 50%;
    }

    .span7 {
        width: 58.333333333333336%;
    }

    .span8 {
        width: 66.66666666666666%;
    }

    .span9 {
        width: 75%;
    }

    .span10 {
        width: 83.33333333333334%;
    }

    .span11 {
        width: 91.66666666666666%;
    }

    .span12 {
        width: 100%;
    }

    .span-pull-12 {
        right: 100%;
    }

    .span-pull-11 {
        right: 91.66666666666666%;
    }

    .span-pull-10 {
        right: 83.33333333333334%;
    }

    .span-pull-9 {
        right: 75%;
    }

    .span-pull-8 {
        right: 66.66666666666666%;
    }

    .span-pull-7 {
        right: 58.333333333333336%;
    }

    .span-pull-6 {
        right: 50%;
    }

    .span-pull-5 {
        right: 41.66666666666667%;
    }

    .span-pull-4 {
        right: 33.33333333333333%;
    }

    .span-pull-3 {
        right: 25%;
    }

    .span-pull-2 {
        right: 16.666666666666664%;
    }

    .span-pull-1 {
        right: 8.333333333333332%;
    }

    .span-pull-0 {
        right: 0;
    }

    .span-push-12 {
        left: 100%;
    }

    .span-push-11 {
        left: 91.66666666666666%;
    }

    .span-push-10 {
        left: 83.33333333333334%;
    }

    .span-push-9 {
        left: 75%;
    }

    .span-push-8 {
        left: 66.66666666666666%;
    }

    .span-push-7 {
        left: 58.333333333333336%;
    }

    .span-push-6 {
        left: 50%;
    }

    .span-push-5 {
        left: 41.66666666666667%;
    }

    .span-push-4 {
        left: 33.33333333333333%;
    }

    .span-push-3 {
        left: 25%;
    }

    .span-push-2 {
        left: 16.666666666666664%;
    }

    .span-push-1 {
        left: 8.333333333333332%;
    }

    .span-push-0 {
        left: 0;
    }

    .span-offset-12 {
        margin-left: 100%;
    }

    .span-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .span-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .span-offset-9 {
        margin-left: 75%;
    }

    .span-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .span-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .span-offset-6 {
        margin-left: 50%;
    }

    .span-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .span-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .span-offset-3 {
        margin-left: 25%;
    }

    .span-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .span-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .span-offset-0 {
        margin-left: 0;
    }

    .fl-container.span9,
    .fl-container .posts-block.span9 {
        width: 75.6%;
    }

    .right-sidebar-block.span3,
    .left-sidebar-block.span3 {
        width: 24.4%;
    }

    .columns1 .portfolio_item_img,
	.masonry_portfolio_preview .portfolio_item_img {
        width: 325px;
        margin-right: 30px;
    }

    .columns1 .portfolio_dscr,
	.masonry_portfolio_preview .portfolio_dscr {
        min-height: 300px;
    }

    .columns1 .portfolio_dscr .blogpost_title,
	.masonry_portfolio_preview .portfolio_dscr .blogpost_title {
        width: calc(100% - 355px);
    }

    body .items3 .item_list > li,
    body .items4 .item_list > li {
        width: 50%;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .columns1 .portfolio_item_img,
	.masonry_portfolio_preview .portfolio_item_img  {
        width: 440px;
        margin-right: 50px;
    }

    .columns1 .portfolio_dscr,
	.masonry_portfolio_preview .portfolio_dscr {
        min-height: 350px;
    }

    .columns1 .portfolio_dscr .blogpost_title,
	.masonry_portfolio_preview .portfolio_dscr .blogpost_title {
        width: calc(100% - 490px);
    }

}

/* Wall Gallery */
@media only screen and (max-width: 320px) {
    .module_wall .item,
	.module_portfolio_masonry .masonry_pf_item,
	.right-sidebar .module_portfolio_masonry .masonry_pf_item,
	.left-sidebar .module_portfolio_masonry .masonry_pf_item,
	.right-sidebar .featured_wall .item ,
	.left-sidebar .featured_wall .item {
        width: 100% !important;
    }
	

}

@media only screen and (min-width: 321px) and (max-width: 481px) {
    .module_wall .item,
	.module_portfolio_masonry .masonry_pf_item {
        width: 50% !important;
    }
	.right-sidebar .module_portfolio_masonry .masonry_pf_item,
	.left-sidebar .module_portfolio_masonry .masonry_pf_item,
	.right-sidebar .featured_wall .item ,
	.left-sidebar .featured_wall .item  {width:100% !important;	
	}
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .module_wall .item,
	.module_portfolio_masonry .masonry_pf_item {
        width: 50% !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .module_wall .item,
	.module_portfolio_masonry .masonry_pf_item {
        width: 33.33333% !important;
    }
	.right-sidebar .module_portfolio_masonry .masonry_pf_item,
	.left-sidebar .module_portfolio_masonry .masonry_pf_item,
	.right-sidebar .featured_wall .item ,
	.left-sidebar .featured_wall .item  {width:49.99% !important;	
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .module_wall .item,
	.module_portfolio_masonry .masonry_pf_item {
        width: 25% !important;
    }
	.right-sidebar .module_portfolio_masonry .masonry_pf_item,
	.left-sidebar .module_portfolio_masonry .masonry_pf_item,
	.right-sidebar .featured_wall .item ,
	.left-sidebar .featured_wall .item  {width:49.99% !important;	
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .module_wall .item {
        width: 16.66666% !important;
    }
	.module_portfolio_masonry .masonry_pf_item {width: 20% !important;
	}
	.right-sidebar .module_portfolio_masonry .masonry_pf_item,
	.left-sidebar .module_portfolio_masonry .masonry_pf_item,
	.right-sidebar .featured_wall .item ,
	.left-sidebar .featured_wall .item  {width:33.333% !important;	
	}
}
@media only screen and (min-width: 1301px) {    
	.module_portfolio_masonry .masonry_pf_item {width: 20% !important;
	}
	.right-sidebar .module_portfolio_masonry .masonry_pf_item,
	.left-sidebar .module_portfolio_masonry .masonry_pf_item,
	.right-sidebar .featured_wall .item ,
	.left-sidebar .featured_wall .item  {width:33.333% !important;	
	}
}

/* Retina */
.retina_image {
    display: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .retina_image {
        display: block !important;
    }

    .non_retina_image {
        display: none !important;
    }

    .acc_togg_title span:before {
        background-image: url(../img/retina/acc_toggle.png) !important;
        background-size: 20px 20px !important;
        -webkit-background-size: 20px 20px !important;
    }

    .shortcode_messagebox .box_close,
    .featured_ico_link,
    #scrolldown_btn,
	.masonry_portfolio_preview .pf_preview_close {
        background-image: url(../img/retina/sprite.png) !important;
        background-size: 64px 103px !important;
        -webkit-background-size: 64px 103px !important;
    }

    a.menu_toggler:before {
        background-image: url(../img/retina/btn_menu.png) !important;
        background-size: 20px 20px !important;
        -webkit-background-size: 20px 20px !important;
    }
}


h6,
.navmenu ul li a,
.top_search form input[type="text"],
.right-sidebar-block .sidepanel .sidebar_header,
.left-sidebar-block .sidepanel .sidebar_header,
.pre_footer .widget_mailchimpsf_widget input.mc_input,
.pre_footer .widget_mailchimpsf_widget input.mc_submit,
.pre_footer .widget_mailchimpsf_widget input#mc_signup_submit,
.right-sidebar-block .widget_mailchimpsf_widget input.mc_submit,
.left-sidebar-block .widget_mailchimpsf_widget input.mc_submit,
.right-sidebar-block .widget_mailchimpsf_widget input#mc_signup_submit,
.left-sidebar-block .widget_mailchimpsf_widget input#mc_signup_submit,
.acc_togg_title span,
.iconbox_title,
.featured_items_title h6 a,
.shortcode_button,
.price_item_title h4,
.currprice,
.stat_count,
.counter_title,
.easyPieChart,
.module_diagramm h6,
.s_btn_search,
.thisdate,
.wpcf7-submit,
.portfolio_item_title,
.masonry_pf_title,
.masonry_pf_title a {
    -moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}