/* GRID */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}

.container {
    padding-right: 50px;
    padding-left: 50px;
    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;
	outline:none;
}

/* 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-weight: 300;
    position: relative;
	overflow-x:hidden !important;
}

a {
    text-decoration: none;
}

/* HEADER */
.page_header {
    padding: 163px 0 109px 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

h1.page_title {margin-bottom: 13px;
}

.breadcrumbs {
    line-height: 18px;
    margin-bottom: 13px;
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 0 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.breadcrumbs a:after {
    content: "/";
    margin-left: 12px;
}

.breadcrumbs a:first-child, .breadcrumbs span:first-child {
    margin-left: 0;
}

.fl-container,
.right-sidebar-block,
.left-sidebar-block {
    padding-top: 0;
    padding-bottom: 15px;
}

p {
    padding: 0;
    margin: 0 0 8px 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

h1 {
	margin-bottom: 19px;
}

h2 {
    margin-bottom: 21px;
}

h3 {
    margin-bottom: 23px;
}

h4 {
    margin-bottom: 18px;
}

h5 {
    margin-bottom: 22px;
}

h6 {
    margin-bottom: 10px;
    font-weight: 300;
}

.heading h4 { margin-bottom: 20px;
}

.entry-title {
    clear: both;
    margin: 0;
}

input, button, textarea {
    -webkit-appearance: none;
}

header {
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    z-index: 9000;
    background-color: transparent;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
}

.no_sticky header.menu_fixed {
	top:43px !important;
	position:absolute !important;
}

header .container {position:relative;
}

header.menu_fixed {
    top: 0;
    position: fixed;
    opacity: 1 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	z-index: 9000;
}

header .logo {
    display: block;
    float: left;
    margin-top: 26px;
    margin-bottom: 28px;
    vertical-align: top;
}

.retina_image {
    display: none;
}

/*Menu*/
.navmenu {
    margin: 14px 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 39px 0 0;
    position: relative;
}

.navmenu ul li:last-child {
    margin-right: 0;
}

.navmenu ul li:before {
	position:absolute;
	right:-24px;
	top:18px;
	line-height:18px;
	content:'/';	
	font-size:16px;
	font-weight:400;
	opacity: 0.15; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);	
}

.navmenu ul li:last-child:before {
    display:none;
}

a.menu_toggler { display: none;
}

.mobile_menu_wrapper {
    display: none;
}

.navmenu ul li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
    outline: none;
    line-height: 18px;
    text-transform: none;
    padding: 17px 0;
    display: block;
	position:relative;
}

.navmenu ul li.menu-item-has-children a {
}

.navmenu li a:hover,
.navmenu li:hover a,
.navmenu li.current-menu-parent a,
.navmenu li.current-menu-item a {
	text-decoration: none;
}
.navmenu li a:hover:after,
.navmenu li:hover a:after,
.navmenu li.current-menu-parent a:after,
.navmenu li.current-menu-item a:after,
.navmenu li.current-menu-ancestor a:after {
	position:absolute;
	left:0;
	right:0;
	height:1px;
	content:'';
	bottom:13px;
}
.navmenu .sub-menu li a:after {display:none !important;
}

.navmenu .sub-menu {
    display: block;
    position: absolute;
    left: 50%;
    top: -999px;
    width: 200px;
    margin-left: -100px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: none;
    opacity: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navmenu .sub-menu:before,
.navmenu .sub-menu:after {
    position: absolute;
    left: -2px;
    top: 0;
	bottom:0;
	width:2px;
	content:'';
}
.navmenu .sub-menu:after {
    left: auto;
    right:-2px;
}

.navmenu .sub-menu li .sub-menu {
    left: 202px;
    margin-left: 0;
    top: -15px;
    box-shadow: none;
}

.navmenu .subleft .sub-menu li .sub-menu {
    left: -202px;
}

.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: 10;
    display: block;
    padding: 5px 24px;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    text-transform: none;
    font-weight: 300;
}
.navmenu .sub-menu li a:before {
    display:inline-block;
	vertical-align:top;
	content: "\f105";
	margin-right:7px;
	font-size:13px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-family: 'FontAwesome';
}

header nav ul.menu > li:hover > ul.sub-menu {
    top: 52px;
    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: -15px !important;
    opacity: 0.9999 !important;
    visibility: visible !important;
    z-index: 999 !important;
}

.navmenu .sub-menu li:before {display:none;
}

.navmenu .sub-menu li:first-child:before {
    position: absolute;
    left: 50%;
    top: -19px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    margin-left: -4px;
    display: block;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.menu-item-has-children:after {
	display:none;
}

.sub-menu .menu-item-has-children:after,
.navmenu .sub-menu .sub-menu li:first-child:before {
    display: none !important;
}

.gt3_boxed .wrapper,
.gt3_boxed .page_header,
.gt3_boxed .footer {
    margin: 0 auto;
}

.contentarea img {
    max-width: 100%;
    height: auto;
}

/* Sidebar */
.main_container {
    position: relative;
}

.left-sidebar .posts-block {
    float: right;
}

.left-sidebar .left-sidebar-block {
    float: left;
}

.main_container_after {
	display:none;
	position:absolute;
	top:0;
	z-index:60;	
	display:block;
	-webkit-transform: skew(0, -3.279deg); 
	-moz-transform: skew(0, -3.279deg); 
	-o-transform: skew(0, -3.279deg);
	transform: skew(0, -3.279deg);
	-ms-transform: skew(0, -3.279deg);
}

.right-sidebar .main_container_after {
	right:0;
}

.left-sidebar .main_container_after {
	left:0;	
}

.right-sidebar-block,
.left-sidebar-block {
   z-index:70;
}

.right-sidebar-block .sidepanel,
.left-sidebar-block .sidepanel {
    margin-bottom: 25px;
}

.right-sidebar-block {
    margin-top:-40px;
}

.left-sidebar-block {
    margin-top:15px;
}

.right-sidebar-block .sidepanel {
    padding-left: 40px;
}

.left-sidebar-block .sidepanel {
    padding-right: 40px;
}

.right-sidebar-block .sidepanel .sidebar_header,
.left-sidebar-block .sidepanel .sidebar_header {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
	color:#1a1a1a;
}

/* recent posts widget */
.recent_posts li {
    position: relative;
    padding: 0 0 0 75px;
    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: 57px;
    height: 57px;
}

.recent_posts li .recent_posts_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 57px;
    height: 57px;
}

.recent_post_comment {
    padding-top: 7px;
}

.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: #2f2f2f;
	font-size:13px;
}

.recent_post_comment a {
	color:#666666;
	font-size:12px;
}

/* Flickr widget */
.widget_flickr .sidebar_header {
    margin-bottom: 17px !important;
}

.widget_flickr {
    margin-bottom: 15px !important;
}

.flickr_widget_wrapper {
    margin-right: -25px;
}

.flickr_badge_image {
    display: inline-block;
    margin-bottom: 22px;
    margin-right: 22px;	
	position:relative;
}

.flickr_badge_image:after {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 57px;
    height: 57px;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background:#000c0c;
	transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
	opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
}

.flickr_badge_image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 57px;
    height: 57px;    
}

.flickr_badge_image:hover:after {
    opacity: 0.85;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	cursor:pointer;
}

/* Tags */
.tagcloud a {
    color: #444444;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 24px !important;
    padding: 7px 16px 9px 16px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 1px;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
	background:#d7d7d7;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}

.tagcloud a:hover {
    background: #2f2f2f;
	color:#fff;
}

/* Widgets */
.widget_nav_menu li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li {
    padding:4px 0;
}

.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: 13px;
    padding-left: 12px;
    position: relative;
    color: #555555;
}

.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: 13px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

/* Skew */
.skew {
	position:relative;
	overflow:hidden;
}
.skew_after,
.skew_before {
	position:absolute;
	left:-100px;
	-webkit-transform: rotate(-3.279deg);
	-moz-transform: rotate(-3.279deg);
	-o-transform: rotate(-3.279deg);
	-ms-transform: rotate(-3.279deg);
	transform: rotate(-3.279deg);
	z-index:50;
}

/* Footer */
.pre_footer {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;	
}
.pre_footer .container {
    padding-top: 102px;
    padding-bottom: 110px;
}
.pre_footer.has_widget .container {padding-bottom: 134px;
}

.socials_list li {
    display: inline-block;
    position: relative;
    margin: 0 10px 19px 9px;
    vertical-align: top;
    line-height: 55px;
}
.socials_list li a {
	width:55px;
	height:55px;
	border:2px #fff solid;
    line-height: 51px;
    display: inline-block;
    vertical-align: top;
    border-radius:50%;
	-webkit-border-radius:50%;
	transition: border-color 200ms, background-color 200ms;
	-webkit-transition: border-color 200ms, background-color 200ms;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:-51px -51px;
	background-image:url(../img/socials.png);
}
.socials_list li a.ico_social_facebook {background-position:0 0;
}
.socials_list li a.ico_social_facebook:hover {
	border-color:#395ca4;
	background-color:#395ca4;
}
.socials_list li a.ico_social_twitter {background-position:-74px 0;
}
.socials_list li a.ico_social_twitter:hover {
	border-color:#00c2e5;
	background-color:#00c2e5;
}
.socials_list li a.ico_social_twitter {background-position:-74px 0;
}
.socials_list li a.ico_social_twitter:hover {
	border-color:#00c2e5;
	background-color:#00c2e5;
}
.socials_list li a.ico_social_linked {background-position:-148px 0;
}
.socials_list li a.ico_social_linked:hover {
	border-color:#0036ff;
	background-color:#0036ff;
}
.socials_list li a.ico_social_delicious {background-position:-222px 0;
}
.socials_list li a.ico_social_delicious:hover {
	border-color:#0036ff;
	background-color:#0036ff;
}
.socials_list li a.ico_social_vimeo {background-position:-296px 0;
}
.socials_list li a.ico_social_vimeo:hover {
	border-color:#00d3cc;
	background-color:#00d3cc;
}
.socials_list li a.ico_social_flickr {background-position:-370px 0;
}
.socials_list li a.ico_social_flickr:hover {
	border-color:#e2199e;
	background-color:#e2199e;
}
.socials_list li a.ico_social_pinterest {background-position:-444px 0;
}
.socials_list li a.ico_social_pinterest:hover {
	border-color:#ee3328;
	background-color:#ee3328;
}
.socials_list li a.ico_social_tumblr {background-position:-518px 0;
}
.socials_list li a.ico_social_tumblr:hover {
	border-color:#4c6c90;
	background-color:#4c6c90;
}
.socials_list li a.ico_social_youtube {background-position:-592px 0;
}
.socials_list li a.ico_social_youtube:hover {
	border-color:#ee3328;
	background-color:#ee3328;
}
.socials_list li a.ico_social_instagram {background-position:-666px 0;
}
.socials_list li a.ico_social_instagram:hover {
	border-color:#d6a260;
	background-color:#d6a260;
}
.socials_list li a.ico_social_gplus {background-position:-740px 0;
}
.socials_list li a.ico_social_gplus:hover {
	border-color:#ee3328;
	background-color:#ee3328;
}
.socials_list li a.ico_social_dribbble {background-position:-814px 0;
}
.socials_list li a.ico_social_dribbble:hover {
	border-color:#ff64a2;
	background-color:#ff64a2;
}

::-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: 13px;
    padding-bottom: 24px;
}
.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 25px 0 0;
    position: relative;
}
.footer_menu li:before {
    position: absolute;
    right: -17px;
    top: 0;
    content: '/';
    color: #b9b9b9;
}
.footer_menu li:last-child {margin-right: 0;
}
.footer_menu li:last-child:before {content: '';
}
.pre_footer h4 {
    margin-bottom: 28px;
	line-height:32px;
	color:#fff;
}
.pre_footer .sidepanel h4 {margin-bottom:15px;
}
.pre_footer .sidepanel {
    padding: 54px 0 40px 0;
	margin-bottom:37px;
	border-bottom:2px rgba(227,227,227, 0.4) solid;
}

/* pre_footer mailchimp widget*/
.mc_merge_var {margin-bottom: 0 !important;
}
.pre_footer .mc_form_inside {
    margin: 0 auto 10px auto !important;
    max-width: 459px;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    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;
}
#mc_subheader {
    margin-bottom: 17px !important;
    line-height: 22px !important;
    font-size: 13px;
    font-weight: 300;
}
.pre_footer #mc_subheader {margin-bottom: 29px !important;
}
#mc_subheader a {
}
.pre_footer #mc_subheader {color: #fff;
}
.pre_footer #mc_subheader a {color: #e3e3e3;
}
.pre_footer .widget_mailchimpsf_widget input.mc_input {
    color: #fff;
    background-image:none !important;
	background-color:transparent !important; 
    padding: 10px 140px 12px 20px;
    width: 100% !important;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none !important;
    border-radius: 6px 10px 10px 6px;
    -webkit-border-radius: 6px 10px 10px 6px;
    text-shadow: none;
    margin: 0 !important;
    border: 2px #fff solid !important;
	-webkit-border: 2px #fff solid !important;
    display: block !important;
    text-transform: none;
    height: 46px;
}
.pre_footer .mc_signup_submit {
    position: absolute;
    right: -1px;
    bottom: 0;
}
.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: #2f2f2f !important;
    text-align: center !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 17px !important;
    min-height: 17px !important;
    height: 46px !important;
    margin: 0 !important;
    cursor: pointer !important;
    border-radius: 0 6px 6px 0 !important;
    -webkit-border-radius: 0 6px 6px 0 !important;
    box-shadow: none !important;
    vertical-align: top;
    text-transform: none !important;
    padding: 11px 20px;
    letter-spacing: normal !important;
    transition: all 200ms;
    -webkit-transition: all 200ms;
	background: #fff !important;
}
.pre_footer .widget_mailchimpsf_widget input.mc_submit:hover,
.pre_footer .widget_mailchimpsf_widget input#mc_signup_submit:hover {color: #fff !important;
}
.right-sidebar-block .widget_mailchimpsf_widget input.mc_input,
.left-sidebar-block .widget_mailchimpsf_widget input.mc_input {margin-bottom: 5px;
}
.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: none !important;
    width: auto !important;
    display: inline-block !important;
    color: #444444 !important;
    text-align: center !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 17px !important;
    min-height: 17px !important;
    height: 40px !important;
    margin: 0 !important;
    cursor: pointer !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    box-shadow: none !important;
    vertical-align: top;
    text-transform: none !important;
    padding: 10px 15px;
    letter-spacing: normal !important;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    background: #d7d7d7 !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;
}

/* 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: 43px;
    margin-right: 12px;
    font-size: 40px;
    color: #cecece;
    font-weight: 300;
    float: left;
}

.dropcap.type1,
.dropcap.type4 {
    color: #2f2f2f;
}

.dropcap.type3,
.dropcap.type4,
.dropcap.type5 {
    font-weight: 700;
}

/* Blockquote */
.shortcode_blockquote, blockquote {
    float: left;
    padding: 0 0 0 36px;
    margin: 0 28px 8px 0;
    border: 0;
    position: relative;
}

.shortcode_blockquote.right {
    float: right;
    margin: 0 0 8px 28px;
}

.bquote_content {
    display: block;
    margin-bottom: 8px;
}

.shortcode_blockquote .author {
    display: block;
}

.shortcode_blockquote:before, blockquote:before,
.shortcode_blockquote:after, blockquote:after {
    position: absolute;
    left: 1px;
    top: -30px;
    content: ',';
    font-size: 70px;
    font-weight: 400;
    color: #cecece;
    line-height: 35px;
}

.shortcode_blockquote:after, blockquote:after {
    left: 13px;
}

.shortcode_blockquote.type1:before,
.shortcode_blockquote.type1:after {
    color: #2f2f2f;
}

.shortcode_blockquote.type3,
.shortcode_blockquote.type4,
.shortcode_blockquote.type5 {
    padding-left: 22px;
}

.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: 6px;
    bottom: 6px;
    content: '';
    width: 2px;
    background: #cecece;
}

.shortcode_blockquote.type4:before {
    background: #2f2f2f;
}

.blockquote_list p {
    margin-bottom: 14px;
}

.shortcode_blockquote p, blockquote p {
    margin-bottom: 8px;
}

/* Lists */
.contentarea ul,
.contentarea ol {
    margin-bottom: 8px;
}

.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: 16px;
}

.acc_togg_title {
    display: block;
    background-color: #fff;
    border: 2px #e3e3e3 solid;
    border-left: 0;
    border-right: 0;
    padding: 7px 0;
    cursor: pointer;
    margin: -2px 0 0 0;
    line-height: 24px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.acc_togg_title span {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    position: relative;
}

.acc_togg_title.state-active {
    padding-bottom: 4px;
    border-bottom: 0;
}

.acc_togg_title span:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 11px;
    height: 11px;
    content: "";
    background-color: #2f2f2f;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/acc_toggle.png);
}

.acc_togg_title.state-active span:before {
    background-position: 0 -11px !important;
	background-color: #2f2f2f !important;
}

.acc_togg_body .ip {
    border-bottom: 2px #e3e3e3 solid;
	padding-left:22px;
}

.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 200ms;
    -webkit-transition: color 200ms;
	padding-top:5px;
}

.shortcode_iconbox a {
    color: #666666;
    transition: color 200ms;
    -webkit-transition: color 200ms;
}

.shortcode_iconbox .ico,
.shortcode_iconbox a .ico {
    color: #2f2f2f;
    font-size: 27px;
    display: inline-block;
    line-height: 87px;
    margin-bottom: 24px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
	width:91px;
	height:91px;
	border:2px #2f2f2f solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.iconbox_title {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
    transition: color 200ms;
    -webkit-transition: color 200ms;
}

.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: 50px;
}

body .items2 .item_list > li {
    width: 50%;
    margin-bottom: 50px;
}

body .items3 .item_list > li {
    width: 33.33%;
    margin-bottom: 50px;
}

body .items4 .item_list > li {
    width: 25%;
    margin-bottom: 50px;
}

body .item_list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.featured_item_fadder {
    position: relative;
    overflow: hidden;
}

.featured_items img,
.featured_item_fadder img {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.featured_item_fadder:hover img,
.module_team .item:hover .featured_item_fadder img {
    opacity: 0.15;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
}

.featured_item_fadder img {
    width: 100%;
}

.featured_item_fadder:hover,
.module_team .item:hover .featured_item_fadder {
    background-color: #000c0c;
}

.featured_items_title {
    margin-top: 17px;
}

.featured_items_title h6 {
    margin-bottom: 7px;
}

.featured_items_body {
	text-align:center;
}

.featured_items_title a {
    font-size: 15px;
    text-transform: none;
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 300;
    transition: color 200ms;
    -webkit-transition: color 200ms;
}

.featured_item_content {
    padding-bottom: 8px;
}

.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: 13px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.item_info {
    position: absolute;
    left: 0;
	right:0;
	height:48%;
	bottom: -100%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	padding:8px 0 0 0;
	z-index:50;	
	text-align:center;
}

.featured_item_fadder:hover .item_info,
.module_team .item:hover .featured_item_fadder .item_info {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    bottom:0;
}

.item_info:before {
	position:absolute;
	left:-50px;
	right:-50px;
	top:0;
	bottom:-50px;
	-webkit-transform: rotate(-3.279deg);
	-moz-transform: rotate(-3.279deg);
	-o-transform: rotate(-3.279deg);
	-ms-transform: rotate(-3.279deg);
	transform: rotate(-3.279deg);
	content:'';
	z-index:-1;
}

.featured_ico_link {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
	top: -100%;
	margin:-10px 0 0 -13px;
	opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.featured_item_fadder:hover .featured_ico_link,
.module_team .item:hover .featured_item_fadder .featured_ico_link {
    top: 26%;
	opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.featured_ico_link i {
    line-height:26px;
	display:block;
	font-size:25px;
	transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
	color:#fff;
}

.featured_ico_link:hover i {
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.vertical_middle {
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	top:50%;
	position:absolute;
	left:0;
	right:0;
}

.item_views,
.item_likes {
    display: inline-block;
    vertical-align: top;
	margin:0 14px 0 13px;
}

.item_likes a,
.item_views span {
    display: block;
    text-align: center;
}

.item_likes a i,
.item_views span i {
    display: block;
    line-height: 17px;
    height: 17px;
    position: relative;
    font-style: normal;
	font-family: 'FontAwesome';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-size: 15px;
    color: #fff;
}

.item_likes a i:before {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0;
    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,
.item_views span {
    display: block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.featured_items_meta {
    margin-bottom: 9px;
    line-height: 22px;
	margin-top:-7px;
}

.featured_items_meta span,
.featured_items_meta span a {
    font-size: 13px !important;
    color: #666666 !important;
    font-weight: 300 !important;
    text-transform: none;
    line-height: 22px;
    display: inline-block;
}

.separator {color:#bcbcbc;
}

/* 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 {
    word-break: break-all;
}

#map-canvas img {
    max-width: none;
	max-height:none;
}

/* Buttons */
.shortcode_button {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
    position: relative;
    line-height: 19px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.shortcode_button.btn_small {
    padding: 10px 16px 11px 16px;
    font-size: 13px;
}

.shortcode_button.btn_normal {
    padding: 13px 20px 14px 20px;
    font-size: 15px;
}

.shortcode_button.btn_large {
    padding: 18px 22px 19px 22px;
    font-size: 15px;
}

.btns_block .shortcode_button {  
}

.ico_cont,
.btn_text,
.ico_cont i {
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
}

.ico_cont i {
    font-size: 13px;
}

.shortcode_button.btn_normal .ico_cont i,
.shortcode_button.btn_large .ico_cont i {
    font-size: 15px;
}

.ico_cont {
    margin-right: 7px;
}

.shortcode_button.btn_normal .ico_cont,
.shortcode_button.btn_large .ico_cont {
    margin-right: 12px;
}

.shortcode_button.btn_type1 {
    background-color: #2f2f2f;
}

.shortcode_button.btn_type2 {
    background-color: #848484;
}

.shortcode_button.btn_type3 {
    background-color: #e3e3e3;
	color:#555555;
}

.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: #ff9c00;
}

.shortcode_button.btn_type11 {
    background-color: #ee3328;
}

.shortcode_button.btn_type12 {
    background-color: #ff3b89;
}

.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: #0098e5;
}

.shortcode_button:hover,
.shortcode_button.btn_type5:hover {
    background-color: #2f2f2f !important;
    color: #fff !important;
}

/*Before After*/
.beforeAfter_wrapper img {
    display: block;
    width: 100%;
    height: auto;
	border-radius:6px;
	-webkit-border-radius:6px;	
}

.beforeAfter_wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: 100% auto !important;
    cursor: none;
	margin-bottom:0;
	border-radius:6px;
	-webkit-border-radius:6px;
}

.img_before { visibility: hidden;
}

.beforeAfter_wrapper .after_wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: auto 100% !important;
}

.beforeAfter_wrapper .after_wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.beforeAfter_wrapper .result_line {
    width: 4px;
    height: 100%;
    display: block;
    background: #2f2f2f;
    position: absolute;
    top: 0;
}

.beforeAfter_wrapper .result_line:after {
    content: '';
    width: 26px;
    height: 12px;
    left: -11px;
    top: 50%;
    margin-top: -6px;
    display: block;
    position: absolute;
	background-image:url(../img/sprite.png);
	background-position:0 -103px;
	background-repeat:no-repeat; 
}

/* Price Table */
.price_table_wrapper {
	border-radius:6px 7px 7px 6px;
	-webkit-border-radius:6px 10px 10px 6px;
	border:2px #e3e3e3 solid;
	border-right:0;
}

.price_item {
	float: left;
	border-right: 2px #e3e3e3 solid;
}

.price_item.last {
	border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
}

.price_item_title {
	background-color: #e3e3e3;
	text-align: center;
	margin-top:-2px;
}

.price_item.first .price_item_title {
	border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
}

.price_item.last .price_item_title {
	border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
}

.price_item.first.last .price_item_title {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

.price_item_title h4 {
	line-height: 24px;
	padding: 11px;
	margin: 0;
	font-size: 15px;
	font-weight: 300;
}

.most_popular .price_item_title {
	margin-left:-2px;
	margin-right:-2px;
	background-color:#2f2f2f;	
}

.most_popular .price_item_title h4 {
	color:#fff;	
}

.price_item_cost {
	text-align: center;
}

.item_cost_wrapper {
	padding: 20px 10px;
}

.price_ico_default {
	display: none;
}

.currprice {
	font-size: 22px;
	line-height: 40px;
	color: #2f2f2f;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
}

.currperiod {
	line-height: 24px;
	color: #2f2f2f;
	display: inline-block;
	vertical-align: top;
	padding-top: 11px;
	font-size:300;
	font-size:15px;
}

.price_item_text {
	border-top: 2px #e3e3e3 solid;
	padding: 10px;
	background-color: #f6f6f6;
	text-align: center;
}

.price_item_text:nth-child(2n) {
	background-color: #ececec;
}

.most_popular .price_item_text {
	background-color: #fff;
}

.most_popular .price_item_text:nth-child(2n) {
	background-color: #fff;
}

.price_item_btn {
	text-align: center;
	margin-bottom:-2px;
	position:relative;
}

.price_item_btn {
	margin-right:-2px;
	margin-left:-2px;
}

.most_popular .price_item_btn {
	z-index:30;
}

.price_item_btn:hover {
	z-index:50 !important;
}

.price_item_btn a {
	margin: 0;
	display:block;
	width:100%;
	border-radius:0;
	-webkit-border-radius:0;
	font-weight:300;
	transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
	padding-left:0;
	padding-right:0;
}

.price_item.first .price_item_btn a {
	border-radius:0 0 0 5px;
	-webkit-border-radius:0 0 0 5px;
}

.price_item.last .price_item_btn a {
	border-radius:0 0 5px 0;
	-webkit-border-radius:0 0 5px 0;
}

.price_item.first.last .price_item_btn a {
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}

.most_popular .price_item_btn a {
	background-color:#2f2f2f;
	color:#fff;
}

/* Counter */
.block_counter {
    position: relative;
}

.shortcode_counter {
    text-align: left;
    padding: 0;
}

.counter_wrapper .ico {
    line-height: 68px;
    display: block;
	text-align:center;
    font-size: 21px;
    color: #2f2f2f;
	position:absolute;
	left:0;
	top:50%;
	border:2px #2f2f2f solid;
	width:73px;
	height:73px;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-top:-37px;
}

.stat_count {
    line-height: 38px;
    font-size: 37px;
    font-weight: 400;
    padding: 10px 0 0 0;
    margin: 0 0 7px 0;
}

.counter_title {
    line-height: 28px;
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;	
}

.stat_count,
.counter_title {
	padding-left:94px;
}

.count_descr {
	padding-top:5px;
}

.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: 5px 0 0 20px;
    text-align: center;
}

.module_diagramm ul.skills_list li:before {
    content: '';
}

.easyPieChart {
    position: relative;
    margin-bottom: 24px;
    font-size: 22px;
    color: #2f2f2f;
    font-weight: 400;
    display: inline-block;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.module_diagramm h6 {
    margin: 0 0 16px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

.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: 0 30px 8px 30px;
}

/* Messagebox */
.module_messageboxes .box_content {
    background-color: transparent;
    border: 2px #eaeaea solid;
    border-left: 0;
    border-right: 0;
	color:#2f2f2f;
}

.module_messageboxes .innerpadding {
    padding: 8px 26px;
}

.module_messageboxes i {
    display: block;
    position: absolute;
    top: 9px;
    left: 1px;
    display: block;
    line-height: 24px;
	font-size:15px;
}

.module_messageboxes p:last-child {
    margin-bottom: 0;
}

.shortcode_messagebox {
    position: relative;
    margin-bottom: 18px;
}

.shortcode_messagebox.box_type2 .box_content {
    border-color: #5dd7ff;
    color: #00a0d4;
}

.shortcode_messagebox.box_type3 .box_content {
    border-color: #42cf63;
    color: #12ad36;
}

.shortcode_messagebox.box_type4 .box_content {
    border-color: #f7d24f;
    color: #e9b500;
}

.shortcode_messagebox.box_type5 .box_content {
    border-color: #ee7878;
    color: #e63434;
}

.shortcode_messagebox .box_close {
    width: 7px;
    height: 7px;
    position: absolute;
    right: 1px;
    top: 17px;
    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: 13px -3px 13px 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: 86px;
    padding: 0;
}

.testimonials_text {
    position: relative;
    padding-left: 108px;
}

.testimonials_photo {
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 73px;
    height: 73px;
}

.testimonials_photo img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 73px;
    height: 73px;
}

.testimonials_heading {
    font-size: 15px;
    margin-bottom: 8px;
	line-height:24px;
	font-weight:300;
    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: 0 -3px 0 0;
    padding: 0;
    text-align: center;
}

.module_partners a {
    display: block;
}

.module_partners img {
    display: inline-block;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}

.module_partners a:hover img {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* Tabs */
.shortcode_tabs {
    padding-top: 5px;
}

.shortcode_tab_item_body {
    display: none;
	border-top:2px #e3e3e3 solid;
}

.shortcode_tab_item_body p {
    margin: 0;
}

.shortcode_tabs.type1 .all_body_sizer {
    clear: both;
}

.shortcode_tab_item_body .ip {
    padding: 16px 0 20px 0;
}

.shortcode_tab_item_title {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.shortcode_tab_item_title {
    padding: 10px 16px;
    color: #999999;
    cursor: pointer;
    position: relative;
	font-size:15px;
}

.shortcode_tabs.type1 .shortcode_tab_item_title {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border: 2px #e3e3e3 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 {  
	color:#2f2f2f;  
}

.shortcode_tabs.type1 .shortcode_tab_item_title.active,
.shortcode_tabs.type2 .shortcode_tab_item_title.active {
    cursor: default;
}

.shortcode_tabs.type1 .shortcode_tab_item_title.active:before {
    height: 2px;
    left: 0;
    bottom: -2px;
    right: 0;
    content: '';
    position: absolute;
    z-index: 10;
}

.shortcode_tabs.type2 {
    position: relative;
}

.shortcode_tabs.type2:before {
    position: absolute;
	width:2px;
	top:12px;
	bottom:6px;
	background:#e3e3e3;
	content:'';
	left:139px;
}

.shortcode_tabs.type2 .all_head_sizer {
    position: absolute;
    width: 141px;
    height: auto;
    top: 14px;
    left: 0;
	z-index:10;
}

.shortcode_tabs.type2 .shortcode_tab_item_body {
    margin-left: 141px;
	border:0;	
}

.shortcode_tabs.type2 .shortcode_tab_item_body .ip {
    padding:0 0 0 25px;
}

.shortcode_tabs.type2 .shortcode_tab_item_title {
    margin-top: -2px;
    text-align: center;
    word-wrap: break-word;
    clear: both;
    float: right;
    width: auto;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border: 2px #e3e3e3 solid;
    border-right: 0;
}

.shortcode_tabs.type2 .shortcode_tab_item_title.active:before {
    right: -1px;
    bottom: 0;
    top: 0;
    width: 3px;
    content: '';
    position: absolute;
    z-index: 10;
}

/* Dividers */
hr {
    border: none !important;
    height: 2px;
    padding: 0;
    margin: 0 0 28px 0;
    background: #e3e3e3;    
}

hr.type1 {
    background: #c2c2c2 !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 {
	text-align:center;
}

.meta_body h6 {
    margin: 18px 0 0 0;
}

.meta_body .op {    
}

.team_desc {
    margin-top: 9px;
}

.team_icons_wrapper {
	margin-top:2px;
}

.teamlink {
    display: inline-block;
    margin-right: 19px;
}

.teamlink:last-child {
    margin-right: 0;
}

.teamlink i {
    font-size: 15px;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}

.teamlink:hover i {
    opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

/* Promoblock */
.shortcode_promoblock {
}

.promoblock_wrapper {
    padding: 11px 0 19px 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: 4px;
    line-height: 44px;
    font-size: 37px;
    font-weight: 400;
}

.promo_text_additional_title {
    color: #555555;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    text-transform: none;
}

.promo_button_block a.shortcode_button.btn_large {
    margin-bottom: 0;
    margin-top: 8px;
    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: 17px;
}

.title_block h1 {
    margin-bottom: 14px;
}

.title_block p {
    line-height:28px;
	font-size:20px;
	color:#555555;
}

.dark_bg .meta_body,
.dark_bg .count_descr {
	color:#b9b9b9;
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
	color:#fff;
}

.dark_bg .counter_wrapper .ico {
    color: #ffffff;
	border-color:#ffffff;
}

.dark_bg p {
    color: #ffffff;
}

.dark_bg hr {
    opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);	    
}

.dark_bg .shortcode_button {
	margin:0 10px 10px 10px !important;
}

.top40 {padding-top:40px;
}

.dark_bg .featured_item_fadder:hover,
.dark_bg .module_team .item:hover .featured_item_fadder {
    background-color: #d7d8d8;
}

.dark_bg .shortcode_button.btn_type1 {
    background-color: #ffffff;
	color:#2f2f2f;
}

.dark_bg .shortcode_button.btn_type5:hover {
	background-color: #ffffff !important;
	color:#2f2f2f !important;
}

.dark_bg .shortcode_button.btn_type4 {
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.fix50 {margin-bottom:-10px !important;
}

.last_itemlist .item_list li {
    margin-bottom: 25px !important;
}

.center {
    text-align: center;
}

.center .promo_text_block {
    float: none;
}

.sitemap_list {
    margin-bottom: 25px !important;
}

/* Page404 */
.block404 {
    text-align: center;
    padding-top: 41px;
    padding-bottom: 85px;
}

.block404 h2 {
    font-size: 100px;
    font-weight: 400;
    line-height: 94px;
    margin-bottom: 30px;
}

.block404 h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 42px;
    color: #555555;
}

/* Form Fields */
form input[type="text"],
form input[type="email"],
form textarea {
    background: #e3e3e3;
    margin: 0 0 5px 0;
    padding: 8px 17px 10px 17px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 13px;
    color: #555555;
    font-weight: 400;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    vertical-align: top;
    height: 40px;
}
form textarea {
    height: 140px;
    resize: none;
}
.right-sidebar-block form input[type="text"],
.right-sidebar-block form input[type="email"],
.right-sidebar-block form textarea,
.left-sidebar-block form input[type="text"],
.left-sidebar-block form input[type="email"],
.left-sidebar-block form textarea {
    background: #fff;
    color: #666666;
}

.search_form_block {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}

.form404 {
    max-width: 660px;
    margin: 0 auto;
}

.form404 form input[type="text"] {
    padding-right: 85px;
}

.s_btn_search {
    position: absolute;
    right: -1px;
    top: 0;
    border: none;
    width: auto;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    min-height: 17px;
    height: 40px;
    margin: 0;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    box-shadow: none;
    vertical-align: top;
    padding: 11px 17px 12px 17px;
    letter-spacing: normal;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    background-color: #2f2f2f;
}

.right-sidebar-block .field_search,
.left-sidebar-block .field_search {
	padding-left:34px;
	padding-right:15px;
}

.right-sidebar-block .s_btn_search,
.left-sidebar-block .s_btn_search {
	position: absolute;
    right: auto;
    top: 13px;
	left:15px;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    vertical-align: top;
    padding: 0;
	display:block;
	text-indent:-9999px;
    background-color: transparent !important;
	margin:0;
	min-height:14px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

.right-sidebar-block .s_btn_search:hover,
.left-sidebar-block .s_btn_search:hover {
	background-color: transparent !important;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.right-sidebar-block .widget_search,
.left-sidebar-block .widget_search {
	margin-bottom:30px;
}

/* For FullWidth Slider */
.pad_null {
    padding-top: 0 !important;
	margin-top:0 !important;
}

.none_page_header .page_header {
    height: 0 !important;
	overflow:hidden !important;
	padding:0 !important;
}

.tp-bullets {
    bottom: 23% !important;
	left:0 !important; 
	right:0 !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.tp-bullets .bullet {
    background: rgba(255, 255, 255, 0.2) !important;
    height: 10px !important;
    margin-right: 7px !important;
	margin-left:3px !important;
    width: 10px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.tp-bullets .bullet.selected {
    background: rgba(255, 255, 255, 1.0) !important;
}

/* Blog */
.blog_post_preview {
    padding-bottom: 31px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 36px;
    position: relative;
}

.blog_post_preview.last {
	border-bottom: none;
    margin-bottom: 0;
}

.blog_post_preview .img_block {
	margin:4px 0 9px 0;
}

.blog_post_preview p:last-child {
    margin-bottom: 0;
}

.preview_topblock {
    position: relative;
    margin-bottom: 13px;
}

.blogpost_title {
    line-height: 28px;
    margin-bottom: 5px;
	font-size:22px;	
}

.blogpost_title a {
    display: inline-block;
    color: #2f2f2f;
}

.pf_output_container {
    margin-bottom: 20px;
    padding-top: 4px;
}

.single_post .pf_output_container {
    margin-bottom: 30px;
	padding-top: 12px;
}

.preview_content {
    position: relative;
}

.preview_meta {
    font-size: 13px;
    font-weight: 300;
    color: #666666;
}

.preview_meta span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.preview_meta span:after {
    content: "/";
    margin: 0 6px 0 8px;
	color:#bcbcbc;
}

.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: 14px;
    left: 0;
    right: 0;
    z-index: 99;
    line-height: 10px;
	text-align:center;
}

.nivo-controlNav a {
    text-indent: -10000px !important;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0.6;
    margin: 0 6px 0 7px;
    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: 54px 0 12px 0;
	margin-bottom:-20px;
	border-top:2px #e3e3e3 solid;
}

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: 13px;
    display: inline-block;
    font-weight: 300;
}

body .pagerblock li a.current {
    cursor: default;
}

body .pagerblock li:after {
    display: inline-block;
    content: '/';
    margin: 0 9px;
	color:#bcbcbc;
}

body .pagerblock li:last-child:after {
    display: none;
}

/* blogpost_about_author */
.blogpost_about_author {
    padding-bottom: 19px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 32px;
    position: relative;
    min-height: 74px;
	margin-top:-7px;
}

.blogpost_about_author img {
    position: absolute;
    top: -4px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.blogpost_about_author .thisdesc {
    padding-left: 93px;
}

.blogpost_about_author h4 {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: 300;
}

.blogpost_about_author a {
    color: #2f2f2f;
}

/* blogpost bottom */
.blogpost_bottom {
    margin-bottom: 51px;
}

.prev_next_links {
    float: left;
    padding-bottom: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #666666;
}

.prev_next_links a {
    font-size: 13px;
    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;
	color:#bcbcbc;
}
.prev_next_links span:first-child:before {
    display: none;
}

.prev_next_links .thisnext a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    margin: 0 0 0 6px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.prev_next_links .thisprev a:before {
    font-family: 'FontAwesome';
    content: "\f104";
    margin: 0 6px 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;
}

.blogpost_share a:hover i {
	opacity: 0.6; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

body .related .item_list > li {
	margin-bottom:41px !important;
}

/* Comments */
#comments {
	padding-top:41px;
	border-top:2px #e3e3e3 solid;
}

.headInModule.postcomment,
.comment-reply-title {
    font-weight: 400;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 15px;
}

.contentarea .commentlist {
    padding-left: 0;
	padding-bottom:18px;
    margin-bottom: 41px;
    border-bottom: 2px #e3e3e3 solid;
}

.contentarea .commentlist li {
    list-style: none;
    border-top: none;
    padding: 0;
}

.contentarea .commentlist li:before {
    display: none;
}

.contentarea .commentlist .thiscommentbody {
    font-size: 13px;
}

.stand_comment {
    position: relative;
    padding: 11px 0 17px 94px;
    min-height: 103px;
}

.contentarea .commentlist .commentava {
    position: absolute;
    top: 8px;
    left: 0;
}

.contentarea .commentlist .commentava img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 73px;
    height: 73px;
}

.contentarea .commentlist li ul.children {
    margin: 0;
}

.contentarea .commentlist li ul.children li .stand_comment {
    padding-left: 134px;
}

.contentarea .commentlist li ul.children li .commentava {
    left: 40px;
}

.contentarea .commentlist li ul.children li li .stand_comment {
    padding-left: 174px;
}

.contentarea .commentlist li ul.children li li .commentava {
    left: 80px;
}

.commentlist .comment_info, .comment_info a {
    color: #666666;
    font-size: 13px;
}

.comment_info span:after {
    content: "/";
    display: inline-block;
    padding-left: 8px;
    padding-right: 5px;
    color: #bcbcbc;
}

.comment_info span:last-child:after {
    display: none;
}

.comment_info {
    padding-bottom: 9px;
}

.comment_info a.comment-reply-link {
}

.comment-notes, .logged-in-as {
    margin: 0;
    padding-bottom: 20px;
    font-size: 13px;
}

.form-allowed-tags, .form-allowed-tags code {
    color: #b7b7b7;
    font-size: 13px;
}

.send_this_comment {
    cursor: pointer;
}

/* 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: 6px !important;
    -webkit-border-radius: 6px !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    text-transform: none !important;
    transition: background-color 250ms;
    -webkit-transition: background-color 250ms;
    background: #2f2f2f;
}

.wpcf7-form-control-wrap {
    display: block !important;
}

.required {
    font-size: 13px;
    margin-bottom: 22px;
}

.icons_padding_small .contact_info_item {
    margin-bottom: 4px;
    padding-left: 0;
	position:relative;
}

.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: 19px 0 0 0;
    display: block;
    line-height: 22px;
    text-transform: none;
    font-size: 15px;
    font-weight: 300;
    color: #2f2f2f;
}

body .optionset {
    padding-left: 0;
    margin-bottom: 52px;
    display: block;
    min-height: 24px;
    line-height: 24px;
    padding-top: 6px;
}

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 9px 0 9px;
    color: #bcbcbc;
    font-size: 13px;
}

body .optionset li:last-child:after {
    display: none;
}

.optionset li a {
    font-size: 13px;
    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: 34px;
    display: inline-block;
    margin-right: -3px;
}

.module_portfolio .pagerblock {
	border-top:0;
	padding-top:25px;
}

.columns3 .portfolio_item {
    width: 33.33%;
}

.columns4 .portfolio_item {
    width: 25%;
}

.columns1 {
    margin-top: -4px !important;
	margin-bottom: -7px !important;
}

.portf_bottom {
	margin-top:-15px;
}

/* 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;
}

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,
.ie8 .gt3_boxed .page_header {
    width: 1270px !important;
}

.ie8 .gt3_boxed header {
    width: 1270px;
    left: 50%;
    margin-left: -635px;
}

.ie8 .gt3_boxed .fw_block {
	width:1270px !important;
	margin-left:-50px !important;
}

.ie8 .gt3_boxed .fw_block .fw_wrapinner {
	padding-left:50px !important;
	padding-right:50px !important;
}

.ie8 .gt3_boxed .module_google_map .fw_block .fw_wrapinner {
	padding-left:0 !important;
	padding-right:0 !important;
}

.ie8 .gt3_boxed .rev_slider_wrapper {
	width:1270px !important;
	left:50% !important;
	right:auto !important;
	margin-left:-635px !important;
}

.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%;
}

.module_wall .img_block {
	margin:0 !important;
}

/* Responsive changes */
@media only screen and (max-width: 767px) {
    .copyright,
    .footer_menu {
        float: none;
        text-align: center;
    }

    .left-sidebar .posts-block {
        padding-bottom: 40px;
    }

    .right-sidebar-block .sidepanel {
        padding-left: 0;
    }

    .left-sidebar-block .sidepanel {
        padding-right: 0;
    }
	
	.right-sidebar-block,
	.left-sidebar-block {
		margin-top:0;
	}
	
	.main_container_after {display:none !important;
	}
	
	.pagerblock {margin-bottom:0 !important;
	}
	
	.right-sidebar-block form input[type="text"],
	.right-sidebar-block form input[type="email"],
	.right-sidebar-block form textarea,
	.left-sidebar-block form input[type="text"],
	.left-sidebar-block form input[type="email"],
	.left-sidebar-block form textarea {background: #e3e3e3;
	}

    .module_price_table .price_item {
        width: 100% !important;
        margin-bottom: 25px;
    }
	
	.price_table_wrapper {
		border-radius:0;
		-webkit-border-radius:0;
		border:none;
	}
	
	.price_item,
	.price_item.last {
		border-radius:6px;
		-webkit-border-radius:6px;
		border:2px #e3e3e3 solid;
	}
	
	.price_item .price_item_title {
		border-radius:5px 5px 0 0 !important;
		-webkit-border-radius:5px 5px 0 0 !important;
	}
	
	.price_item .price_item_btn a {
		border-radius:0 0 5px 5px !important;
		-webkit-border-radius:0 0 5px 5px !important;
	}	

    .module_partners ul li {
        width: 100% !important;
    }

    /* Tabs */
	.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_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;
		float: none !important;
		margin-top:-2px;
		border:2px #e3e3e3 solid;
    }

    .shortcode_tabs.type1 .shortcode_tab_item_title:first-child,
    .shortcode_tabs.type2 .shortcode_tab_item_title:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }
	
	.shortcode_tabs.type1 .shortcode_tab_item_title:last-child,
    .shortcode_tabs.type2 .shortcode_tab_item_title:last-child {
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .shortcode_tabs.type2 .all_head_sizer {
        position: static !important;
        width: 100% !important;
    }

    .shortcode_tabs.type1 .shortcode_tab_item_body,
	.shortcode_tabs.type2 .shortcode_tab_item_body {
        margin-left: 0 !important;
		border:0;
    }
	
	 .shortcode_tabs.type2 .shortcode_tab_item_body .ip {
        padding:16px 0 20px 0;
    }
	
	.shortcode_tabs.type2:before {
		display:none;
	}

    .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;
    }

    .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 {height: auto !important;
    }
	
	.pf_output_container iframe { height: 300px !important;
    }
	
	.module_google_map .map-canvas {max-height:250px;
	}

}

@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:30px 25px 0px 0;
		border:none;
		border-radius:0;
		box-shadow:none;
		width:20px;
		height:20px;
		position:absolute;
		overflow:hidden;
		right:25px;
		top:3px;
		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:#dddddd;
		width: 100%;
		padding:15px 30px 20px 30px;
		overflow:hidden;
	}
	.mobile_menu_wrapper li {
		padding:2px 0 3px 0;
	}
	.mobile_menu_wrapper a {
		color:#555555;
		font-size:13px;
		font-weight:300;
	}
	.mobile_menu_wrapper a:hover {color:#2f2f2f;
	}	
	.mobile_menu_wrapper .sub-menu {margin-left:20px;
	}
	
	.mobile_menu {
		padding-left:25px !important;
		padding-right:25px !important;
	}
	
	.page_header .page_title,
	.page_header .breadcrumbs,
	header nav {
		display:none !important;
	}
	
	.page_header {
		padding-top:83px;
		padding-bottom:50px;
	}
	
	header {top:0px;
	}
	
	.tp-caption {
		margin-left:49px;
	}	
	
	.page_header .skew_after {
		opacity: 0; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		transition: opacity 500ms ease-in-out;
		-webkit-transition: opacity 500ms ease-in-out;
	}
	
	.page_header.skew .skew_after {
		opacity: 1; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}

}
@media only screen and (max-width: 480px) {
	.tp-caption {display:none !important;
	}	
}

@media only screen and (min-width: 768px) {
    .container,
    .gt3_boxed .wrapper,
    .gt3_boxed .footer,
	.gt3_boxed .page_header {
        width: 750px;
    }

    .gt3_boxed header {
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }
	
	.gt3_boxed .fw_block {
		width:750px !important;
		margin-left:-50px !important;
	}
	
	.gt3_boxed .fw_block .fw_wrapinner {
		padding-left:50px !important;
		padding-right:50px !important;
	}
	
	.gt3_boxed .module_google_map .fw_block .fw_wrapinner {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.gt3_boxed .rev_slider_wrapper {
		width:750px !important;
		left:50% !important;
		right:auto !important;
		margin-left:-375px !important;
	}

    .copyright,
    .footer_menu {
        float: none;
        text-align: center;
    }

    .btns .shortcode_button {
        margin-right: 0;
        margin-left: 10px;
    }  
	
	.fix40 {
		margin-bottom:-40px !important;	
	}   

}

@media only screen and (min-width: 992px) {
    .container,
    .gt3_boxed .wrapper,
    .gt3_boxed .footer,
	.gt3_boxed .page_header {
        width: 980px;
    }

    .gt3_boxed header {
        width: 980px;
        left: 50%;
        margin-left: -490px;
    }
	
	.gt3_boxed .fw_block {
		width:980px !important;
		margin-left:-50px !important;
	}
	
	.gt3_boxed .fw_block .fw_wrapinner {
		padding-left:50px !important;
		padding-right:50px !important;
	}
	
	.gt3_boxed .module_google_map .fw_block .fw_wrapinner {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.gt3_boxed .rev_slider_wrapper {
		width:980px !important;
		left:50% !important;
		right:auto !important;
		margin-left:-490px !important;
	}

    .copyright {
        float: left;
    }

    .footer_menu {
        float: right;
    }

    /* testimonials perline 2 */
    .module_testimonial .testimonials_list.perline2 li .item {
        text-align: right;
    }

    .module_testimonial .testimonials_list.perline2 li .testimonials_photo {
        left: auto;
        right: 30px;
    }

    .module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item {
        text-align: left;
    }
	
	.module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item:before,
	.module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item:after {
        position:absolute;
		left:-50px;
		top:37px;
		width:50px;
		height:2px;
		background:#e3e3e3;
		content:'';
    }
	
	.module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item:after {
        width:2px;
		height:30px;
		left:-26px;
		top:23px;
    }

    .module_testimonial .testimonials_list.perline2 li:nth-child(2n) .testimonials_photo {
        left: 30px;
        right: auto;
    }

    .module_testimonial .testimonials_list.perline2 li .item .testimonials_text {
        padding-right: 138px;
        padding-left: 0;
    }

    .module_testimonial .testimonials_list.perline2 li:nth-child(2n) .item .testimonials_text {
        padding-right: 0;
        padding-left: 138px;
    }

}

@media only screen and (min-width: 1250px) {
    .container,
    .gt3_boxed .wrapper,
    .gt3_boxed .footer,
	.gt3_boxed .page_header {
        width: 1270px;
    }

    .container {
        padding-right: 50px;
        padding-left: 50px;
    }

    .gt3_boxed header {
        width: 1270px;
        left: 50%;
        margin-left: -635px;
    }
	
	.gt3_boxed .fw_block {
		width:1270px !important;
		margin-left:-50px !important;
	}
	
	.gt3_boxed .fw_block .fw_wrapinner {
		padding-left:50px !important;
		padding-right:50px !important;
	}
	
	.gt3_boxed .module_google_map .fw_block .fw_wrapinner {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.gt3_boxed .rev_slider_wrapper {
		width:1270px !important;
		left:50% !important;
		right:auto !important;
		margin-left:-635px !important;
	}
	
	.right-sidebar-block {
		margin-top:-45px;
	}
	
	.left-sidebar-block {
		margin-top:30px;
	}  
	.main_container_after {
		margin-top:0;
	}
	.gt3_boxed .main_container_after {
		margin-top:-2px;
	}     
}

@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: 67%;
    }

    .right-sidebar-block.span3,
    .left-sidebar-block.span3 {
        width: 33%;
    }

    body .items3 .item_list > li,
    body .items4 .item_list > li {
        width: 50%;
    }
	.main_container_after {
		margin-top:1px;
	}
	
	.tp-caption {
		margin-left:-325px !important;
		left:50% !important;
	}
	
	.mobile_menu {
		padding-left:50px !important;
		padding-right:50px !important;
	}

}

@media only screen and (min-width: 993px) and (max-width: 1249px) {
	.tp-caption {
		margin-left:-440px !important;
		left:50% !important;
	}
}

/* Wall Gallery Responsive */
@media only screen and (max-width: 320px) {
    .module_wall .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 {
        width: 50% !important;
    }
	.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 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .module_wall .item {
        width: 33.33333% !important;
    }
	.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 {
        width: 25% !important;
    }
	.right-sidebar .featured_wall .item ,
	.left-sidebar .featured_wall .item  {width:49.99% !important;	
	}
}

@media only screen and (min-width: 1025px) {
    .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: 11px 22px !important;
        -webkit-background-size: 11px 22px !important;
    }
	
	.beforeAfter_wrapper .result_line:after {
		background-image: url(../img/retina/sprite.png) !important;
        background-size: 64px 115px !important;
        -webkit-background-size: 64px 115px !important;
	}

    .shortcode_messagebox .box_close,
	.right-sidebar-block .s_btn_search,
	.left-sidebar-block .s_btn_search {
        background-image: url(../img/retina/sprite.png) !important;
        background-size: 64px 115px !important;
        -webkit-background-size: 64px 115px !important;
    }
	
	.socials_list li a {
		background-image: url(../img/retina/socials.png) !important;
        background-size: 864px 51px !important;
        -webkit-background-size: 864px 51px !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,
.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,
.wpcf7-submit,
.portfolio_item_title {
    -moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}
.frontpage_html {
	/*padding-top:100px;*/
}
.frontpage_html header {
	/*background:#212a2e;
	top:0;*/
}

.section_wrapper {
	margin-bottom:40px;
}

.onepage .optionset {
	text-align:center !important;
}

.onepage .pagerblock,
.onepage .optionset {
	display:none !important;
}

.module_content img {
	max-width:100%;
	height:auto;
}

.fix55 {
	margin-bottom:-55px !important;	
}



