.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

.fa,
body {
    text-rendering: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    -ms-word-wrap: break-word
}

body,
table {
    background: #fff
}

.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(fonts/fontawesome-webfont.eot?) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.6.3) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
h3 {
    -webkit-font-smoothing: antialiased
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-stack,
img {
    vertical-align: middle
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

blockquote,
h5 {
    line-height: 30px
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

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

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

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

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.bit-1,
.container-full {
    width: 100%
}

pre,
textarea {
    overflow: auto
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-container,
.nav-menu .vce-mega-menu>.sub-menu>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body {
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

td {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-right: 1px solid rgba(0, 0, 0, .07)
}

.sidebar,
.vce-sid-left .sidebar {
    padding-top: 15px;
    float: left
}

td.pad {
    border-right: none
}

blockquote:before,
q:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: -2px;
    left: -35px;
    line-height: 41px;
    z-index: 0;
    color: #666
}

blockquote,
q {
    quotes: "" ""
}

a:active,
a:focus,
a:hover {
    outline: 0
}

a {
    text-decoration: none
}

.entry-content a:hover {
    text-decoration: underline
}

a img {
    border: 0
}

.container {
    margin: 0 auto;
    max-width: 1140px
}

img,
pre {
    max-width: 100%
}

.container-fix {
    margin: 0 -15px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

[class*=bit-] {
    float: left;
    padding: 15px
}

[class*=bit-]:last-of-type {
    float: right
}

.bit-2 {
    width: 50%
}

.bit-3 {
    width: 33.33%
}

.bit-4 {
    width: 25%
}

.bit-5 {
    width: 20%
}

.bit-6 {
    width: 16.6666666667%
}

.bit-7 {
    width: 14.2857142857%
}

.bit-8 {
    width: 12.5%
}

.bit-9 {
    width: 11.1111111111%
}

.bit-10 {
    width: 10%
}

.bit-11 {
    width: 9.09090909091%
}

.bit-12 {
    width: 8.33%
}

.bit-23 {
    width: 66.66%
}

.sidebar {
    width: 300px;
    position: relative;
    min-height: 1px
}

.vce-main-content {
    float: left;
    width: 840px;
    padding: 15px 30px 0 0
}

.vce-sid-left .vce-main-content {
    float: right;
    padding: 15px 0 15px 30px
}

.vce-sid-none .vce-main-content {
    padding: 15px 0 0
}

.bit-no-top-bottom {
    padding: 0
}

.vce-sticky {
    -webkit-transition: top .2s ease;
    -moz-transition: top .2s ease;
    -ms-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease
}

.vce-sticky .widget:last-child {
    margin-bottom: 0
}

.error404 .vce-main-content,
.vce-sid-none .vce-main-content {
    width: 100%
}

.vce-sid-none .vce-lay-b {
    width: 540px;
    float: left;
    min-height: 130px;
    margin: 0 20px 20px 0
}

.vce-sid-none .vce-slider-pagination .vce-lay-b {
    width: 539px
}

.vce-sid-none .vce-lay-b:nth-child(2n) {
    margin: 0 0 20px
}

.vce-sid-none .vce-lay-b .meta-image {
    width: 250px;
    min-width: 250px;
    margin-right: 15px
}

.vce-sid-none .vce-lay-b .entry-header {
    padding: 10px 0 0 265px
}

.vce-sid-none .vce-lay-b:last-child {
    margin-bottom: 20px
}

.vce-sid-none .vce-lay-c,
.vce-sid-none .vce-lay-d,
.vce-sid-none .vce-lay-f,
.vce-sid-none .vce-lay-h {
    width: 353px
}

.vce-sid-none .vce-slider-pagination .vce-lay-c,
.vce-sid-none .vce-slider-pagination .vce-lay-d,
.vce-sid-none .vce-slider-pagination .vce-lay-f {
    width: 323px;
    margin: 0 20px 20px 2px!important
}

.vce-sid-none .vce-slider-pagination .vce-lay-h {
    width: 100%;
    margin: 0 0 20px 2px!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px
}

hr,
pre {
    margin-bottom: 1.5em
}

body,
button,
input,
select,
textarea {
    font-size: 16px;
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    word-wrap: break-word
}

h1 {
    font-size: 45px;
    line-height: 55px
}

h2 {
    font-size: 40px;
    line-height: 50px
}

h3 {
    font-size: 35px;
    line-height: 45px
}

h4 {
    font-size: 25px;
    line-height: 35px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px;
    line-height: 28px
}

p {
    margin-bottom: 30px;
    word-wrap: break-word
}

b,
dt,
strong {
    font-weight: 700
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 0 0 37px;
    font-size: 22px;
    color: #232323;
    position: relative
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #f6f6f6;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.5em;
    padding: 1.5em;
    border-radius: 4px
}

hr,
img {
    border: 0
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

small,
sub,
sup {
    font-size: 75%
}

.comment-notes,
.post-date {
    font-style: italic
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    text-decoration: none
}

sub,
sup {
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

big {
    font-size: 125%
}

hr {
    background-color: #ccc;
    height: 1px
}

ol,
ul {
    margin: 0 0 30px 30px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic
}

.owl-carousel .owl-item img,
.vce-featured-grid .owl-item img {
    width: auto
}

figure {
    margin: 0
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
    border-top: 1px solid#e6e6e6;
    border-left: 1px solid rgba(0, 0, 0, .07)
}

th {
    font-weight: 700
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

#vce-pagination .next.page-numbers,
#vce-pagination .page-numbers,
#vce-pagination .page-numbers.current,
#vce-pagination .prev.page-numbers,
#vce-pagination a,
.bbp-pagination-links a,
.bbp-pagination-links span.current,
.mks_author_link,
.mks_themeforest_widget .more,
.pagination-wapper a,
.sidebar .bbp_widget_login .button,
.vce-404-menu a,
.vce-button,
.vce-link-pages a,
.vce-load-more a,
.vce-mega-menu-posts-wrap .owl-nav>div,
.vce-slider-pagination .owl-nav>div,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    min-width: 90px;
    background-position: center center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-appearance: none
}

#vce-pagination .next.page-numbers:hover,
#vce-pagination .page-numbers:hover,
#vce-pagination .prev.page-numbers:hover,
#vce-pagination a:hover,
.mks_author_link:hover,
.mks_themeforest_widget .more:hover,
.pagination-wapper a:hover,
.sidebar .bbp_widget_login .button:hover,
.vce-404-menu a:hover,
.vce-button:hover,
.vce-featured-section a:hover,
.vce-lay-g .vce-featured-info .meta-category a:hover,
.vce-lay-h .meta-category a:hover,
.vce-link-pages a:hover,
.vce-load-more a:hover,
.vce-mega-menu-posts-wrap .owl-nav>div:hover,
.vce-post-big .meta-category a:hover,
.vce-post-slider .meta-category a:hover,
.vce-share-items li a:hover,
.vce-slider-pagination .owl-nav>div:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
a.mks_button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    cursor: pointer;
    text-decoration: none;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%)
}

.vce-share-items li a {
    -moz-background-size: 400% 400%;
    background-size: 400% 400%;
    background-position: center center;
    -webkit-transition: background-size .3s ease-in-out;
    -moz-transition: background-size .3s ease-in-out;
    -o-transition: background-size .3s ease-in-out;
    transition: background-size .3s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

#vce-pagination .vce-action-link,
#vce-pagination.vce-load-more a {
    margin: 0 auto;
    min-width: 130px
}

input[type=submit] {
    min-width: 140px
}

#vce-pagination .page-numbers.current {
    min-width: 34px;
    display: inline-block
}

.mks_author_link,
.mks_themeforest_widget .more {
    display: inline-block;
    min-width: 130px
}

#vce-pagination a.vce-loader,
#vce-pagination.vce-infinite-scroll a,
#vce-pagination.vce-infinite-scroll-single a {
    background: url(../images/loader.gif) center center no-repeat;
    background-size: initial;
    box-shadow: none;
    margin: 0 auto;
    color: #333;
    text-indent: -9999px;
    display: inline-block
}

#vce-pagination.vce-infinite-scroll-single {
    border: none;
    background: 0 0
}

.vce-mega-menu-wrapper.vce-loader {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center
}

#vce-pagination.vce-infinite-scroll,
#vce-pagination.vce-infinite-scroll-single {
    opacity: 0;
    height: 0;
    padding: 0
}

.vce-action-link {
    margin: 0 auto
}

a.mks_button {
    font-size: 16px;
    line-height: 22px
}

.mks_button:hover,
.mks_ico:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.sidebar .mks_author_widget .mks_autor_link_wrap,
.sidebar .mks_themeforest_widget .mks_read_more {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    background: #f3f3f3;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px
}

input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
    color: #111
}

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
    padding: 3px
}

textarea {
    padding-left: 3px;
    vertical-align: top
}

.main-navigation ul,
.top-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

a:hover {
    text-decoration: underline
}

.main-navigation a,
.site-footer .widget li a:hover,
.widget li a,
.widget li a:hover,
.widget_categories a,
a:active,
a:focus {
    text-decoration: none
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    text-align: center
}

.main-navigation li,
.top-nav-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.top-nav-menu li {
    margin: 0 10px 0 0
}

.top-nav-menu li:last-child {
    margin-right: 0
}

.main-navigation .nav-menu {
    font-size: 0
}

.main-navigation li {
    font-size: 16px
}

.main-navigation a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 15px
}

.nav-menu ul {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav-menu>li>a {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, .05)
}

.header-2-wrapper .nav-menu>li:last-child>a,
.nav-menu>li:last-child a {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, .05), 1px 0 0 0 rgba(0, 0, 0, .05)
}

.header-left-nav .nav-menu>li>a {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, .05)
}

.header-left-nav .nav-menu>.current-menu-ancestor>a .header-left-nav .nav-menu>.current_page_item>a,
.header-left-nav .nav-menu>.current-menu-item>a {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.header-left-nav .nav-menu>li:first-child>a,
.header-left-nav .nav-menu>li:last-child>a {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, .05), 1px 0 0 0 rgba(0, 0, 0, .05)
}

.main-navigation li.fa a {
    padding: 15px 10px 15px 25px
}

.main-navigation a:hover {
    cursor: pointer
}

.main-navigation li.fa:before {
    position: absolute;
    left: 5px;
    top: 17px
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 99999
}

.vce-mega-menu-wrapper .vce-mega-subcats {
    opacity: 0;
    visibility: hidden;
    display: none
}

.main-navigation li:hover .vce-mega-menu-wrapper .vce-mega-subcats {
    display: block
}

.main-navigation li:active>ul,
.main-navigation li:focus>ul,
.main-navigation li:hover .vce-mega-menu-wrapper .vce-mega-subcats,
.main-navigation li:hover>ul,
.main-navigation li:hover>ul.vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.main-navigation li:hover>ul.vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul {
    position: relative
}

.main-navigation .sub-menu,
.search-header-form-ul,
.vce-mega-menu-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

.main-navigation ul ul ul {
    top: 0
}

.main-navigation ul ul a {
    width: 250px;
    text-align: left;
    font-size: 14px
}

.main-navigation ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.main-navigation ul ul li:last-child {
    border-bottom: none
}

.nav-menu .vce-mega-cat>a:after,
.nav-menu>.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 2px 0 0 5px
}

.nav-menu ul .menu-item-has-children>a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right
}

.main-navigation ul li.search-header-wrap>ul {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.main-navigation ul li.search-header-wrap.vce-zoomed>ul.search-header-form-ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.vce-mega-menu-posts-wrap .owl-controls {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 0;
    margin: 0 -20px
}

.vce-mega-menu-posts-wrap.vce-has-subcats .owl-controls {
    margin: 0 -20px 0 -10px
}

.search-header-wrap ul {
    padding: 10px;
    width: 295px;
    right: 0;
    border-radius: 2px
}

.search-header-form .search-input,
.search-header-form .search-input:focus {
    height: 36px;
    font-size: 14px;
    border: none
}

.search-header-wrap {
    width: 50px
}

.search-header-form-ul li {
    float: left;
    width: 100%
}

.main-navigation ul ul li>ul {
    left: 100%
}

.main-navigation a.vce-item-selected,
.nav-menu>.current-menu-ancestor>a,
.nav-menu>.current-menu-item>a,
.nav-menu>.current_page_item>a,
.nav-menu>li:hover>a {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.header-3-wrapper .nav-menu li a {
    box-shadow: none!important
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    height: 50px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header-is-sticky {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.header-sticky .site-title {
    float: left;
    padding: 4px 0 0
}

.header-sticky .main-navigation {
    clear: none;
    float: right;
    width: auto
}

.admin-bar .header-sticky {
    top: 32px
}

.sidr-open .header-is-sticky {
    left: 260px
}

.header-sticky .nav-menu {
    position: static
}

.header-sticky .container {
    position: relative
}

.header-sticky .site-title img {
    max-height: 28px
}

.header-sticky .main-navigation a.vce-item-selected,
.header-sticky .nav-menu>.current-menu-ancestor>a,
.header-sticky .nav-menu>.current-menu-item>a,
.header-sticky .nav-menu>.current_page_item>a {
    box-shadow: none;
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.top-nav-menu li a {
    font-size: 13px;
    line-height: 40px
}

.top-nav-menu li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    margin: 0;
    width: 150px
}

.top-nav-menu li .sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 10px
}

.top-nav-menu li .sub-menu li a {
    line-height: 30px
}

.top-nav-menu li:hover .sub-menu {
    display: block;
    z-index: 100
}

.top-nav-menu li.menu-item-has-children:after {
    font-family: FontAwesome;
    content: "\f107"
}

.nav-menu>li>.sub-menu .sub-menu.vce-rev {
    left: initial;
    right: 100%
}

.sub-menu.vce-rev {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.nav-menu ul.owl-carousel {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transition-delay: 0;
    -webkit-transition-delay: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 30px
}

.vce-wrap-left {
    float: left
}

.vce-wrap-right,
.vce-wrap-right>div,
.vce-wrap-right>ul {
    float: right
}

.vce-wrap-center {
    margin: 0 auto;
    width: 33%;
    text-align: center;
    height: 40px
}

.widget select,
.widget ul {
    width: 100%
}

.vce-wrap-center>div,
.vce-wrap-center>ul {
    display: inline-block
}

.vce-wrap-left>div,
.vce-wrap-left>ul {
    float: left
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: '';
    display: table
}

.clear:after,
.comment-content:after,
.entry-content:after,
.simple-clear,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.sidebar .widget {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px
}

.sidebar .widget-title {
    font-size: 18px;
    line-height: 28px;
    padding: 12px;
    text-align: center;
    margin-bottom: 0
}

.sidebar .widget-title a {
    background: #FFF;
    font-size: 20px;
    color: #232323;
    line-height: 27px;
    padding: 12px;
    text-align: center;
    margin-bottom: 0
}

.nav-menu .vce-mega-menu .sub-menu .sub-menu a,
.widget .vce-post-list .meta-category a {
    font-size: 14px
}

.widget li,
.widget ul {
    margin: 0;
    list-style: none
}

.widget p,
.widget>div,
.widget>form,
.widget>ul {
    padding: 20px
}

.widget li {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 12px 20px
}

.widget li:last-child {
    border-bottom: none
}

.widget li a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

#wp-calendar tbody td,
.widget_categories a .count,
.widget_categories li:before {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.widget.vce-no-padding,
.widget.vce-no-padding iframe,
.widget.vce-no-padding li,
.widget.vce-no-padding p,
.widget.vce-no-padding>div,
.widget.vce-no-padding>form,
.widget.vce-no-padding>ul {
    padding: 0!important
}

.sidebar td,
.widget ul,
.widget_categories ul {
    padding: 0
}

.admin-bar .vce-sticky.is_stuck {
    top: 60px
}

.vce-sticky.is_stuck {
    top: 30px
}

.sticky-active .vce-sticky.is_stuck {
    top: 80px
}

.sticky-active.admin-bar .vce-sticky.is_stuck {
    top: 100px
}

.sidebar .widget_archive select,
.sidebar .widget_categories select {
    max-width: 86%;
    margin: 20px
}

.widget_search .search-submit {
    display: none
}

.widget ul {
    display: inline-block
}

.count-hidden,
.widget_categories a .count {
    float: right;
    width: 42px;
    text-align: center
}

.widget_categories li {
    padding: 0;
    border: none;
    margin-bottom: 0;
    position: relative
}

.widget_archive label,
.widget_categories label {
    display: none
}

.widget_categories a {
    padding: 0 0 0 20px;
    display: block;
    position: relative;
    line-height: 42px;
    color: #787878
}

.widget_categories a .count {
    height: 42px;
    display: inline-block;
    color: #FFF;
    position: absolute;
    right: 0
}

.widget_categories a .count,
.widget_categories li:before {
    transition: all .2s ease-in-out
}

.widget_categories li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%
}

.widget_categories li:hover:before {
    width: 100%
}

.widget_categories a .category-text {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.widget.widget_categories a:hover,
.widget_categories a:hover .category-text {
    color: #FFF;
    text-decoration: none
}

.widget_categories .category-text {
    position: relative;
    z-index: 2
}

.widget ul.flickr {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 10px 10px 20px
}

.sidebar .widget ul.flickr li {
    margin: 0 10px 10px 0;
    border: none;
    padding: 0
}

.widget>div.clear {
    padding: 0
}

.sidebar .vce_posts_widget,
.sidebar .widget.mks_social_widget {
    line-height: 11px
}

.sidebar .vce_posts_widget p,
.sidebar .widget.mks_social_widget p {
    line-height: 22px
}

.mks_social_widget p {
    margin-bottom: 0;
    padding: 20px 20px 0
}

ul.mks_social_widget_ul {
    padding: 20px 15px 15px 20px
}

.mks_social_widget ul.mks_social_widget_ul li a.soc_rounded {
    border-radius: 4px
}

ul.mks_social_widget_ul li {
    float: left
}

.mks_themeforest_widget .mks_themeforest_widget_ul li {
    float: left;
    border: none;
    margin: 0 10px 10px 0
}

.sidebar .mks_themeforest_widget .mks_themeforest_widget_ul li {
    padding: 0
}

.site-footer .mks_themeforest_widget .mks_themeforest_widget_ul li {
    float: none
}

.mks_themeforest_widget .mks_themeforest_widget_ul li:nth-child(3n) {
    margin: 0 0 5px
}

.mks_themeforest_widget p {
    margin: 0;
    padding-bottom: 0
}

.mks_themeforest_widget p.mks_read_more {
    margin: 0;
    padding: 0
}

.mks_themeforest_widget .mks_themeforest_widget_ul {
    padding: 20px 20px 0
}

.widget>div p,
.widget>form p,
.widget_text p {
    padding: 0;
    margin-bottom: 10px
}

.widget_rss .widget-title a {
    padding: 0
}

.widget .aligncenter {
    margin: 0 auto
}

.widget .alignleft,
.widget .alignright {
    margin-right: 10px
}

.widget .textwidget li {
    padding: 12px
}

.widget .vce-post-list .meta-category a:hover {
    text-decoration: underline
}

.nav-menu {
    position: relative
}

.nav-menu .vce-mega-cat,
.nav-menu .vce-mega-menu {
    position: initial
}

.nav-menu .vce-mega-menu .sub-menu,
.nav-menu .vce-mega-menu-wrapper,
.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul {
    left: 0;
    width: 100.2%;
    padding: 0 10px;
    margin: 0 0 0 -.1%
}

.nav-menu .vce-mega-menu-wrapper,
.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap {
    min-height: 210px
}

.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul {
    min-height: 200px;
    background: 0 0
}

.nav-menu .vce-mega-menu .sub-menu ul {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    min-height: initial;
    box-shadow: none;
    opacity: 1!important;
    visibility: visible!important
}

.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul>li {
    display: block;
    padding: 20px 10px;
    text-align: center;
    float: left;
    width: 20%;
    border-bottom: none
}

.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap {
    float: left;
    position: relative;
    width: 100%
}

.nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats ul {
    width: 100%;
    float: none;
    position: initial
}

.nav-menu .vce-mega-cat:hover .vce-mega-menu-wrapper>li.vce-mega-subcats ul {
    visibility: visible;
    opacity: 1
}

.nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats ul li {
    display: block;
    float: none
}

.nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats>ul>li>a {
    display: block;
    width: 100%
}

.vce-mega-menu-wrapper>li.mega-menu-slider {
    width: 80%
}

.vce-mega-menu-wrapper>li.mega-menu-slider>ul {
    float: none;
    position: initial;
    visibility: visible;
    opacity: 1
}

.vce-mega-menu-posts-wrap .owl-item {
    width: 22%
}

.vce-mega-menu-wrapper>li.mega-menu-slider>ul>li {
    width: 25%;
    padding: 20px 10px;
    border-bottom: none
}

.nav-menu .vce-mega-menu>.sub-menu {
    display: none;
    table-layout: fixed;
    padding: 0
}

.nav-menu .vce-mega-menu:hover>.sub-menu {
    display: table
}

.nav-menu .vce-mega-menu>.sub-menu>li {
    display: table-cell;
    padding: 20px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box
}

.nav-menu .vce-mega-menu>.sub-menu>li:first-child {
    border-left: none
}

.nav-menu .vce-mega-menu ul a:after {
    display: none
}

.nav-menu .vce-mega-menu-wrapper>li .mega-menu-img,
.nav-menu .vce-mega-menu-wrapper>li>ul.vce-mega-menu-wrapper>.mega-menu-img {
    padding: 0;
    width: auto;
    position: relative;
    height: 104px;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.nav-menu .vce-mega-menu-wrapper>li .mega-menu-link {
    display: block;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    width: auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px
}

.nav-menu .vce-mega-menu .sub-menu .sub-menu li,
.nav-menu .vce-mega-menu .sub-menu a {
    padding: 0;
    width: auto
}

.nav-menu .vce-mega-menu .sub-menu .sub-menu {
    padding: 15px 0 0
}

.nav-menu .vce-mega-menu .sub-menu .sub-menu li {
    padding: 0 0 8px
}

.nav-menu .vce-mega-menu .sub-menu .sub-menu li:last-child {
    padding: 0
}

.nav-menu .vce-mega-menu .sub-menu .sub-menu a:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 10px;
    margin: 3px 10px 0 5px;
    line-height: 16px;
    float: left
}

.main-navigation .vce-mega-menu ul ul li {
    display: block;
    width: 100%;
    border-bottom: none
}

.header-sticky .nav-menu .vce-mega-menu .sub-menu,
.header-sticky .nav-menu .vce-mega-menu-wrapper {
    margin-top: -1px
}

.vce-mega-menu-posts-wrap .owl-carousel .owl-item {
    padding: 20px 10px
}

.vce-mega-menu-wrapper .vce-mega-subcats {
    width: 20%;
    float: left;
    border: none
}

.nav-menu .vce-mega-menu-wrapper>.vce-mega-menu-posts-wrap.vce-has-subcats {
    width: 80%;
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.vce-mega-subcats>ul {
    padding: 20px 0 0
}

.vce-mega-subcats>ul>li a {
    padding: 10px
}

.main-navigation .vce-mega-subcats>ul>li:last-child,
.vce-mega-subcats>ul>li,
.vce-mega-subcats>ul>li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

#wp-calendar tbody td,
#wp-calendar thead th {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: center
}

.post-date {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 5px
}

.vce_video_widget .video-widget-inside {
    padding: 0
}

.widget.vce_video_widget p {
    padding: 10px 20px 0;
    margin-bottom: 20px
}

#calendar_wrap {
    padding: 0
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 20px 10px;
    text-align: center
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 5px;
    color: #AAA
}

#wp-calendar tbody td {
    padding: 8px;
    transition: all .2s ease-in-out;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.soc-nav-menu a,
.vce-post-big .vce-post-img:after,
.vce-post-slider .vce-post-img:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#wp-calendar tbody td a {
    color: #FFF;
    background: #cf4d35;
    border-radius: 4px;
    padding: 2px 3px;
    text-decoration: none
}

#wp-calendar tbody td:hover {
    background: #fff;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .1)
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tfoot #next {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px
}

.widget_nav_menu>div {
    padding: 0
}

.mks_author_widget {
    text-align: center
}

.widget.mks_author_widget img {
    border-radius: 50%;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
    border: 5px solid #FFF;
    margin: 15px auto 0;
    float: none
}

.mks_author_widget h3 {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
    line-height: 30px
}

.mks_author_widget .vce-author-links {
    float: left;
    padding: 0 20px;
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 8px
}

.mks_author_widget .vce-author-links a,
.tagcloud a,
.vce-search-submit {
    vertical-align: top;
    display: inline-block
}

.mks_author_widget .vce-author-links a:hover {
    opacity: .75
}

.mks_author_widget .vce-author-links a {
    float: none
}

.fa-vimeo:before {
    content: "\f194"
}

.mks_author_widget h3 a {
    text-decoration: none
}

.mks_author_widget h3 a:hover {
    color: #cf4d35;
    text-decoration: underline
}

.tagcloud a:hover,
.vce-post-big .entry-meta div,
.vce-post-big .entry-meta div a,
.vce-post-big .fn,
.vce-post-big .fn a,
.vce-post-slider .entry-meta div,
.vce-post-slider .entry-meta div a,
.vce-post-slider .fn,
.vce-post-slider .fn a,
.vce-search-submit {
    color: #FFF
}

.tagcloud a,
.vce_posts_widget .vce-post-list a:hover {
    text-decoration: none
}

.mks_author_widget p {
    text-align: left;
    padding: 20px;
    margin-bottom: 0
}

.tagcloud a {
    font-size: 14px!important;
    border-radius: 4px;
    padding: 2px 7px;
    margin: 0 2px 2px 0
}

.tagcloud a:before {
    content: "#"
}

.mks_adswidget_ul.small,
.site-footer .mks_adswidget_ul.small {
    padding-bottom: 15px;
    text-align: center
}

.mks_adswidget_ul.small li,
.site-footer .mks_adswidget_ul.small li {
    border: none;
    padding: 15px 15px 0;
    margin-right: 0!important
}

.mks_adswidget_ul.small li:nth-child(2n),
.site-footer .mks_adswidget_ul.small li:nth-child(2n) {
    padding: 15px 15px 0 0
}

.mks_adswidget_ul.large li,
.site-footer .mks_adswidget_ul.large li {
    padding: 0;
    text-align: center
}

.site-footer .widget_recent_comments .recentcomments:before {
    left: 10px
}

.vce-search-form {
    padding: 20px
}

.search #post-0 .vce-search-form .vce-search-input,
.vce-search-form .vce-search-input,
.vce-search-form .vce-search-input:focus {
    width: 200px;
    display: inline-block;
    vertical-align: top
}

.vce-search-submit {
    width: 50px;
    min-width: 50px;
    height: 40px;
    margin-left: 3px;
    font-size: 18px;
    margin-top: 1px
}

.vce_adsense_expand .vce_adsense_wrapper iframe,
.vce_adsense_expand .vce_adsense_wrapper ins,
.widget embed,
.widget iframe,
.widget object,
ins {
    vertical-align: middle
}

#post-0 .vce-search-form {
    padding: 0;
    margin: 0 auto 30px;
    text-align: center
}

#post-0 .vce-search-form .vce-search-input,
#post-0 .vce-search-form .vce-search-input:focus {
    width: 640px
}

.vce_posts_widget li {
    border-bottom: none;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.vce-post-link {
    font-size: 20px;
    line-height: 26px
}

.vce-post-img {
    overflow: hidden;
    float: left;
    width: 100%;
    display: block
}

.vce-post-slider {
    height: 205px;
    overflow: hidden
}

.vce-post-big li a.featured_image_sidebar,
.vce-post-slider li a.featured_image_sidebar {
    position: relative;
    float: left
}

.vce-post-big .vce-posts-wrap,
.vce-post-slider .vce-posts-wrap {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
    color: #FFF;
    position: absolute;
    opacity: 0;
    padding: 0 20px
}

.vce-post-big .vce-posts-wrap .entry-meta,
.vce-post-slider .vce-posts-wrap .entry-meta {
    margin-top: 10px
}

.vce-posts-wrap .entry-meta div,
.vce-posts-wrap .entry-meta div a,
.vce-posts-wrap .fn,
.vce-posts-wrap .fn a {
    font-size: 13px
}

.vce-post-big .vce-post-img:after,
.vce-post-slider .vce-post-img:after {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    background: rgba(0, 0, 0, 1);
    content: "";
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    transition: all .2s ease-in-out
}

.sidebar .vce-post-big li a,
.sidebar .vce-post-slider li a,
.site-footer .vce-post-big li a,
.site-footer .vce-post-slider li a {
    color: #FFF!important
}

.vce-post-big li:hover .vce-post-img:after,
.vce-post-slider li:hover .vce-post-img:after {
    opacity: .8
}

.vce-post-big li,
.vce-post-slider li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1px
}

.vce-post-big li:last-child,
.vce-post-slider li:last-child,
.vce_posts_widget .vce-post-list li:last-child {
    margin-bottom: 0
}

.vce-post-list .vce-post-img {
    width: 100px;
    margin-right: 13px
}

.vce-post-list .vce-post-link {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 5px 10px 0 0;
    display: block
}

.comment-content a,
.mfp-title {
    word-wrap: break-word
}

.vce-post-list .vce-posts-wrap {
    width: 56%;
    float: left
}

.vce-post-list .featured_image_sidebar {
    width: 44%;
    float: left
}

.vce_posts_widget .vce-post-list li {
    text-align: left;
    margin-bottom: 20px
}

#sidr-id-vce_main_navigation_menu .soc-nav-menu,
.site-branding,
.site-footer .widget-title,
.soc-nav-menu a,
.vce-gallery .gallery-item,
.vce_adsense_wrapper,
.wp-caption-text,
body.blog .vce-post.sticky .meta-image:before {
    text-align: center
}

.widget ul.vce-post-list {
    padding: 20px
}

.vce-post-big .meta-category,
.vce-post-slider .meta-category {
    display: block;
    margin-bottom: 5px;
    text-align: center
}

.vce-post-big .meta-category a,
.vce-post-slider .meta-category a {
    font-size: 13px;
    line-height: 23px;
    position: relative;
    z-index: 2000;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 2px;
    display: inline-block;
    text-shadow: none;
    width: auto;
    -webkit-backface-visibility: hidden
}

.vce-post-big .vce-post-link,
.vce-post-slider .vce-post-link,
.vce-post-slider .vce-posts-wrap {
    -webkit-backface-visibility: hidden
}

.vce-post-big .meta-category span,
.vce-post-slider .meta-category span {
    display: none
}

.widget_nav_menu .menu-item-has-children ul.sub-menu,
.widget_pages .page_item_has_children ul.children {
    display: none;
    padding: 0 0 0 20px;
    float: left;
    border-top: 1px solid #eee;
    margin-bottom: -1px
}

.site-footer .widget_nav_menu .menu-item-has-children ul.sub-menu,
.site-footer .widget_nav_menu li.menu-item-has-children li:last-child,
.site-footer .widget_pages .page_item_has_children ul.children,
.site-footer .widget_pages li.page_item_has_children li:last-child {
    border-top: none;
    border-bottom: none
}

.widget_nav_menu li,
.widget_pages li {
    position: relative;
    padding: 0;
    width: 100%;
    float: left
}

.widget_nav_menu li a,
.widget_pages li a {
    padding: 10px 20px;
    float: left
}

.widget_nav_menu .menu-item-has-children:after,
.widget_pages li.page_item_has_children:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    position: absolute;
    right: 10px;
    top: 10px
}

.widget_nav_menu li.menu-item-has-children li:last-child,
.widget_pages li.page_item_has_children li:last-child {
    border-bottom: 1px solid #eee
}

.widget_nav_menu li.menu-item-has-children:hover>span,
.widget_pages li.page_item_has_children:hover>span {
    color: #cf4d35;
    text-decoration: underline
}

.widget .tiled-gallery {
    margin-bottom: 0
}

.widget_facebook_likebox .widget-title {
    margin-bottom: 5px
}

.widget_twitter_timeline iframe {
    padding: 10px 10px 0
}

.vce_adsense_expand .vce_adsense_wrapper {
    padding: 0
}

.site-footer .widget_recent_comments .recentcomments,
.widget_recent_comments .recentcomments {
    position: relative;
    padding: 12px 20px 12px 45px
}

.widget_recent_comments .recentcomments:before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 13px;
    left: 20px
}

.site-footer .widget-title {
    font-size: 18px;
    color: #FFF;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 15px;
    margin: 0 -20px 20px;
    background: rgba(0, 0, 0, .15);
    padding-top: 14px
}

.site-footer .widget.mks_author_widget img {
    margin: 10px auto 0
}

#footer.site-footer .mks_autor_link_wrap,
#footer.site-footer p.mks_read_more {
    padding: 10px 20px;
    margin: 20px -20px -20px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .1)
}

.site-footer .widget {
    color: #FFF;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .2);
    padding: 0 20px 15px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 22px
}

.site-footer [class*=bit-] .widget:last-child {
    margin-bottom: 15px
}

.site-footer .widget p,
.site-footer .widget>div,
.site-footer .widget>ul {
    padding: 0
}

.site-footer .widget li a {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    color: #FFF
}

.site-footer .widget li {
    border-bottom: none;
    padding: 5px 0
}

.site-footer .vce-search-form,
.site-footer .vce_posts_widget .vce-post-list li,
.site-footer .widget_categories li,
.site-footer .widget_nav_menu li a,
.site-footer .widget_pages li a {
    padding: 0
}

.site-footer .widget_categories li a:hover {
    text-decoration: none
}

.site-footer .tagcloud a {
    background: rgba(0, 0, 0, .09)
}

.site-footer table {
    background: 0 0;
    color: #FFF;
    border-color: #333
}

.site-footer td {
    border-color: #333
}

.site-footer #wp-calendar tbody td:hover {
    background: rgba(0, 0, 0, .5);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .1)
}

.site-footer #wp-calendar caption,
.site-footer .mks_author_widget h3 {
    color: #FFF
}

.site-footer .widget.mks_social_widget {
    padding: 0 20px 12px
}

.site-footer .bit-4 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 60%;
    max-width: 100px
}

.site-footer .bit-3 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 60%;
    max-width: 190px
}

.site-footer .bit-2 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 70%;
    max-width: 350px
}

.site-footer .bit-1 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 80%;
    max-width: 80%
}

.wp-caption,
embed,
iframe,
object {
    max-width: 100%
}

.site-footer .vce-post-list .featured_image_sidebar {
    width: auto;
    float: none
}

.site-footer .vce-post-list .vce-post-img {
    margin-right: 0
}

.bypostauthor {
    display: block
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    margin-bottom: 1em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.vce-gallery {
    margin-bottom: 1.5em
}

.vce-gallery .gallery-item {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-top: 0!important;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 1
}

.vce-gallery .gallery-item img {
    border: none!important
}

.vce-gallery .gallery-size-thumbnail .gallery-item {
    width: auto
}

.gallery-caption {
    display: block
}

body.blog .vce-post.sticky .meta-image:before {
    content: "\f08d";
    font-family: FontAwesome;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    position: absolute;
    color: #FFF;
    z-index: 2000
}

.header-main-area,
.soc-nav-menu a {
    position: relative
}

.widget_rss .rsswidget img {
    display: none
}

.widget_rss .rss-date {
    display: block
}

.top-header {
    font-size: 13px;
    line-height: 19px;
    height: 40px
}

.header-bottom-wrapper {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    background: #fcfcfc
}

.soc-nav-menu {
    margin: 0;
    padding: 0
}

.soc-nav-menu li {
    float: left;
    list-style: none
}

.soc-nav-menu li:last-child {
    margin-right: 0
}

.soc-nav-menu a:before {
    font-family: FontAwesome;
    text-decoration: none
}

.soc-nav-menu a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0 8px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block
}

.vce-social-name {
    opacity: 0;
    display: none;
    color: #fff;
    float: right;
    font-size: 12px;
    margin: 0 4px 0 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#sidr-id-vce_main_navigation_menu .soc-nav-menu li a .vce-social-name {
    display: none
}

#sidr-id-vce_main_navigation_menu .soc-nav-menu li {
    border-bottom: none;
    padding: 5px 0;
    float: none;
    display: inline-block
}

#sidr-id-vce_main_navigation_menu .soc-nav-menu li a {
    padding-left: 13px
}

.soc-nav-menu li a[href*="/feed"]::before,
.soc-nav-menu li a[href*="/rss"]::before,
.soc-nav-menu li a[href*=feedburner]::before {
    content: "\f09e"
}

.soc-nav-menu li a[href*="@"]::before {
    content: "\f0e0"
}

.soc-nav-menu li a[href*="codepen.io"]::before {
    content: "\f1cb"
}

.soc-nav-menu li a[href*="digg.com"]::before {
    content: "\f1a6"
}

.soc-nav-menu li a[href*="dribbble.com"]::before {
    content: "\f17d"
}

.soc-nav-menu li a[href*="dropbox.com"]::before {
    content: "\f16b"
}

.soc-nav-menu li a[href*="facebook.com"]::before {
    content: "\f09a"
}

.soc-nav-menu li a[href*="flickr.com"]::before {
    content: "\f16e"
}

.soc-nav-menu li a[href*="foursquare.com"]::before {
    content: "\f180"
}

.soc-nav-menu li a[href*="google.com"]::before {
    content: "\f0d5"
}

.soc-nav-menu li a[href*="github.com"]::before {
    content: "\f09b"
}

.soc-nav-menu li a[href*="instagram.com"]::before {
    content: "\f16d"
}

.soc-nav-menu li a[href*="linkedin.com"]::before {
    content: "\f0e1"
}

.soc-nav-menu li a[href*="last.fm"]::before {
    content: "\f202"
}

.soc-nav-menu li a[href*="pinterest.com"]::before {
    content: "\f0d2"
}

.soc-nav-menu li a[href*="reddit.com"]::before {
    content: "\f1a1"
}

.soc-nav-menu li a[href*="soundcloud.com"]::before {
    content: "\f1be"
}

.soc-nav-menu li a[href*="spotify.com"]::before {
    content: "\f1bc"
}

.soc-nav-menu li a[href*="stumbleupon.com"]::before {
    content: "\f1a4"
}

.soc-nav-menu li a[href*="tumblr.com"]::before {
    content: "\f173"
}

.soc-nav-menu li a[href*="twitter.com"]::before {
    content: "\f099"
}

.soc-nav-menu li a[href*="vimeo.com"]::before {
    content: "\f194"
}

.soc-nav-menu li a[href*="vine.co"]::before {
    content: "\f1ca"
}

.soc-nav-menu li a[href*="vk.com"]::before {
    content: "\f189"
}

.soc-nav-menu li a[href*="wordpress.org"]::before,
.soc-nav-menu li a[href*="wordpress.com"]::before {
    content: "\f19a"
}

.soc-nav-menu li a[href*="xing.com"]::before {
    content: "\f168"
}

.soc-nav-menu li a[href*="youtube.com"]::before {
    content: "\f16a"
}

.soc-nav-menu li a[href*="medium.com"]::before {
    content: "\f23a"
}

.soc-nav-menu li a[href*="buysellads.com"]::before {
    content: "\f20d"
}

.soc-nav-menu li a[href*="behance.com"]::before {
    content: "\f1b4"
}

.soc-nav-menu li a[href*="slack.com"]::before {
    content: "\f198"
}

.soc-nav-menu li a[href*="weibo.com"]::before {
    content: "\f18a"
}

.soc-nav-menu li a[href*="tel:"]::before {
    content: "\f095"
}

.soc-nav-menu li a[href*="snapchat.com"]::before {
    content: "\f2ac"
}

.soc-nav-menu li a[href*="500px.com"]::before {
    content: "\f26e"
}

.soc-nav-menu li a[href*="amazon.com"]::before {
    content: "\f270"
}

.soc-nav-menu li a[href*="mixcloud.com"]::before {
    content: "\f289"
}

.soc-nav-menu li a[href*="ok.ru"]::before {
    content: "\f263"
}

.soc-nav-menu li a[href*="/feed"]:hover,
.soc-nav-menu li a[href*="/rss"]:hover {
    background-color: #FA9B39
}

.soc-nav-menu li a[href*="@"]:hover {
    background-color: #AAA
}

.soc-nav-menu li a[href*="codepen.io"]:hover,
.soc-nav-menu li a[href*="digg.com"]:hover {
    background-color: #fff
}

.soc-nav-menu li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89
}

.soc-nav-menu li a[href*="dropbox.com"]:hover {
    background-color: #007ee5
}

.soc-nav-menu li a[href*="facebook.com"]:hover {
    background-color: #3b5998
}

.soc-nav-menu li a[href*="flickr.com"]:hover {
    background-color: #ff0084
}

.soc-nav-menu li a[href*="foursquare.com"]:hover {
    background-color: #0732a2
}

.soc-nav-menu li a[href*="google.com"]:hover {
    background-color: #dd4b39
}

.soc-nav-menu li a[href*="github.com"]:hover {
    background-color: #4183c4
}

.soc-nav-menu li a[href*="instagram.com"]:hover {
    background-color: #3f729b
}

.soc-nav-menu li a[href*="linkedin.com"]:hover {
    background-color: #0e76a8
}

.soc-nav-menu li a[href*="last.fm"]:hover {
    background-color: #e31b23
}

.soc-nav-menu li a[href*="pinterest.com"]:hover {
    background-color: #c8232c
}

.soc-nav-menu li a[href*="reddit.com"]:hover {
    background-color: #369
}

.soc-nav-menu li a[href*="soundcloud.com"]:hover {
    background-color: #f50
}

.soc-nav-menu li a[href*="spotify.com"]:hover {
    background-color: #81b900
}

.soc-nav-menu li a[href*="stumbleupon.com"]:hover {
    background-color: #ff2618
}

.soc-nav-menu li a[href*="tumblr.com"]:hover {
    background-color: #34526f
}

.soc-nav-menu li a[href*="twitter.com"]:hover {
    background-color: #3cf
}

.soc-nav-menu li a[href*="vimeo.com"]:hover {
    background-color: #1AB7EA
}

.soc-nav-menu li a[href*="vine.co"]:hover {
    background-color: #00d9a3
}

.soc-nav-menu li a[href*="vk.com"]:hover {
    background-color: #4e729a
}

.soc-nav-menu li a[href*="wordpress.org"]:hover,
.soc-nav-menu li a[href*="wordpress.com"]:hover {
    background-color: #21759b
}

.soc-nav-menu li a[href*="xing.com"]:hover {
    background-color: #026466
}

.soc-nav-menu li a[href*="youtube.com"]:hover {
    background-color: #c4302b
}

.soc-nav-menu li a[href*="medium.com"]:hover {
    background-color: #57ad68
}

.soc-nav-menu li a[href*="buysellads.com"]:hover {
    background-color: #c90100
}

.soc-nav-menu li a[href*="behance.com"]:hover {
    background-color: #1769ff
}

.soc-nav-menu li a[href*="slack.com"]:hover {
    background-color: #6ecadc
}

.soc-nav-menu li a[href*="weibo.com"]:hover {
    background-color: #B53434
}

.soc-nav-menu li a[href*="tel:"]:hover {
    background-color: #cf4d35
}

.soc-nav-menu li a[href*="snapchat.com"]:hover {
    background-color: #FFFC00
}

.soc-nav-menu li a[href*="500px.com"]:hover {
    background-color: #0099e5
}

.soc-nav-menu li a[href*="amazon.com"]:hover {
    background-color: #f90
}

.soc-nav-menu li a[href*="mixcloud.com"]:hover {
    background-color: #314359
}

.soc-nav-menu li a[href*="ok.ru"]:hover {
    background-color: #ed812b
}

.soc-nav-menu li a[href*="steamcommunity.com"]:hover {
    background-color: #1b2838
}

.soc-nav-menu li a[href*="steamcommunity.com"]::before {
    content: "\f1b6"
}

.top-header .vce-search-form {
    padding: 0
}

.top-header .vce-search-form .vce-search-input {
    background: rgba(0, 0, 0, .1);
    height: 30px;
    margin: 5px 0;
    width: auto;
    border: none;
    padding: 0 30px 0 10px
}

.top-header .vce-search-submit {
    background: 0 0;
    height: 30px;
    padding: 0;
    margin: 5px 0 0 -30px;
    width: 20px;
    min-width: 20px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px
}

.vce-lay-a .vce-read-more:hover,
.vce-lay-c .vce-read-more:hover,
.vce-lay-g .entry-meta div,
.vce-lay-g .entry-meta div a {
    color: #FFF
}

.main-header .site-title,
.main-header .site-title a {
    font-size: 80px;
    line-height: 80px;
    text-decoration: none;
    margin-bottom: 0;
    display: inline-block
}

.main-header .header-3-wrapper .site-title,
.main-header .header-3-wrapper .site-title a {
    line-height: 58px;
    font-size: 60px
}

.main-header .header-2-wrapper .site-title,
.main-header .header-2-wrapper .site-title a {
    line-height: 40px
}

.main-header .header-2-wrapper .site-title a {
    line-height: 61px;
    font-size: 70px
}

.main-header .header-2-wrapper .site-title {
    font-size: 40px
}

.main-header .header-2-wrapper .site-title a.has-logo {
    line-height: 40px
}

.main-header .header-3-wrapper .site-title {
    font-size: initial;
    line-height: initial
}

.main-header .header-3-wrapper .site-title a.has-logo {
    line-height: 50px
}

.header-sticky .site-title a {
    font-size: 36px;
    line-height: 40px;
    text-decoration: none
}

.header-sticky .site-title a.has-logo {
    line-height: 33px
}

.site-description {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
    display: block
}

.header-left-nav .main-navigation ul {
    text-align: left
}

.vce-header-ads {
    float: right;
    width: 728px
}

.vce-header-ads .aligncenter,
.vce-header-ads .alignleft,
.vce-header-ads .alignright {
    margin: 0
}

.header-2-wrapper .site-branding,
.header-3-wrapper .site-branding {
    float: left;
    text-align: left
}

.header-3-wrapper .main-navigation,
.header-left-nav .search-header-wrap {
    width: 45px;
    float: right
}

.header-3-wrapper .main-navigation {
    width: auto;
    clear: none
}

.header-2-wrapper .site-branding,
.header-3-wrapper .site-branding {
    position: absolute
}

.header-3-wrapper .nav-menu {
    position: static
}

#disqus_thread,
.comment-respond,
.main-box {
    padding: 0;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07)
}

.vce-module-columns .main-box-half {
    width: 395px
}

.vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),
.vce-sid-right .vce-module-columns .main-box-half:nth-child(2n) {
    margin-left: 20px
}

.vce-sid-none .vce-module-columns .main-box-half {
    width: 366px;
    margin-right: 20px
}

.vce-sid-none .main-box-half:nth-child(3n) {
    margin-right: 0
}

.main-box-half .vce-lay-c,
.main-box-half .vce-lay-d,
.main-box-half .vce-lay-f,
.main-box-half .vce-lay-h {
    width: 100%!important;
    margin: 0 0 20px!important
}

.main-box-inside,
.vce-lay-a,
.vce-lay-a .meta-image,
.vce-lay-a img {
    width: 100%;
    float: left
}

.main-box-half .vce-lay-f {
    margin-bottom: 10px!important
}

.main-box-inside {
    padding: 20px 20px 0
}

.main-box-nopad {
    padding: 0
}

.main-box-nopad .vce-lay-a,
.main-box-nopad .vce-lay-g {
    margin-bottom: 0;
    box-shadow: none
}

.vce-lay-a.vce-post {
    margin-bottom: 20px
}

.main-box-nopad .vce-lay-a.vce-post {
    margin-bottom: 0
}

.mbi-inside {
    padding: 20px 20px 0
}

.comment-reply-title,
.main-box-title {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 15px 18px
}

.main-box-title a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 8px
}

.main-box-title a:hover {
    text-decoration: none
}

.site-content {
    padding: 15px 0 0
}

.content-inside {
    padding: 20px
}

#disqus_thread,
.comment-reply-title,
.comment-respond,
.comments-holder .navigation,
.header-sticky,
.main-box,
.main-box-head,
.main-box-title,
.main-header,
.mks-bredcrumbs-container,
.sidebar .widget,
.sidebar .widget-title,
.vce-author-card,
.vce-post,
ul.comment-list>li.comment,
ul.comment-list>li.pingback,
ul.comment-list>li.trackback {
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.vce-lay-a .entry-header {
    text-align: center;
    margin-bottom: 14px;
    float: left;
    width: 100%
}

.vce-lay-a .entry-content {
    padding: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto
}

.vce-lay-a .meta-category {
    display: block
}

.vce-lay-a .meta-image {
    margin-bottom: 20px
}

.vce-slider-pagination .vce-lay-a .meta-image {
    max-height: 500px;
    overflow: hidden
}

.vce-lay-a .post-title {
    padding: 0 50px;
    margin: 0 0 5px
}

.vce-lay-a .post-title a {
    font-size: 36px;
    line-height: 48px
}

.vce-lay-a {
    padding-bottom: 15px
}

.vce-slider-pagination .vce-lay-a {
    width: 767px;
    margin-right: 19px;
    margin-left: 1px
}

.vce-sid-none .vce-slider-pagination .vce-lay-a {
    width: 1097px
}

.vce-lay-a p {
    margin-bottom: 15px
}

.vce-lay-a .entry-content.lay-a-content {
    text-align: left
}

.vce-lay-a .entry-content.lay-a-content .more-link {
    display: none
}

.vce-lay-a .vce-read-more {
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 0 7px;
    margin: 15px auto 20px;
    display: block;
    width: 130px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.vce-lay-b {
    margin: 0 0 20px;
    padding: 0 20px 0 0;
    min-height: 195px;
    width: 769px
}

.vce-slider-pagination .vce-lay-b {
    margin: 0 20px 20px 0
}

.vce-lay-b .meta-image {
    float: left;
    margin-right: 20px;
    display: block
}

.vce-sid-left .vce-lay-b .meta-image,
.vce-sid-right .vce-lay-b .meta-image {
    min-height: 195px;
    min-width: 375px
}

.vce-lay-d,
.vce-lay-d img {
    min-height: 100px;
    float: left
}

.vce-lay-b img {
    float: left;
    width: 375px;
    max-height: 195px
}

.vce-lay-b .entry-header {
    margin: 0 0 5px;
    padding: 10px 0 0
}

.vce-lay-b .meta-category a {
    font-size: 14px
}

.vce-lay-b .entry-title,
.vce-lay-h .entry-title {
    margin-bottom: 3px;
    line-height: 30px;
    font-size: 24px;
    margin-top: 2px
}

.vce-sid-none .vce-lay-b .entry-title {
    line-height: 26px;
    font-size: 18px
}

.vce-lay-b .entry-content {
    margin-left: 395px;
    padding-bottom: 0
}

.vce-sid-none .vce-lay-b .entry-content {
    margin-left: initial
}

.vce-lay-b .entry-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px
}

.vce-lay-c {
    width: 375px;
    float: left;
    padding-bottom: 10px
}

.vce-sid-left .vce-slider-pagination .vce-lay-c,
.vce-sid-left .vce-slider-pagination .vce-lay-d,
.vce-sid-right .vce-slider-pagination .vce-lay-c,
.vce-sid-right .vce-slider-pagination .vce-lay-d {
    width: 370px;
    margin: 0 20px 20px 0!important
}

.vce-sid-left .vce-lay-c,
.vce-sid-left .vce-lay-d,
.vce-sid-left .vce-lay-e,
.vce-sid-none .vce-lay-c,
.vce-sid-none .vce-lay-d,
.vce-sid-none .vce-lay-e,
.vce-sid-none .vce-lay-h,
.vce-sid-right .vce-lay-c,
.vce-sid-right .vce-lay-d,
.vce-sid-right .vce-lay-e {
    margin: 0 20px 20px 0
}

.vce-sid-none .vce-lay-f {
    margin: 0 20px 10px 0
}

.vce-sid-left .vce-lay-c:nth-child(2n),
.vce-sid-left .vce-lay-d:nth-child(2n),
.vce-sid-left .vce-lay-e:nth-child(5n),
.vce-sid-none .vce-lay-c:nth-child(3n),
.vce-sid-none .vce-lay-d:nth-child(3n),
.vce-sid-none .vce-lay-e:nth-child(7n),
.vce-sid-right .vce-lay-c:nth-child(2n),
.vce-sid-right .vce-lay-d:nth-child(2n),
.vce-sid-right .vce-lay-e:nth-child(5n) {
    margin: 0 0 20px
}

.vce-sid-left article.vce-lay-c:nth-of-type(1n),
.vce-sid-left article.vce-lay-d:nth-of-type(1n),
.vce-sid-left article.vce-lay-e:nth-of-type(1n),
.vce-sid-none article.vce-lay-c:nth-of-type(1n),
.vce-sid-none article.vce-lay-d:nth-of-type(1n),
.vce-sid-none article.vce-lay-e:nth-of-type(1n),
.vce-sid-none article.vce-lay-h:nth-of-type(1n),
.vce-sid-right article.vce-lay-c:nth-of-type(1n),
.vce-sid-right article.vce-lay-d:nth-of-type(1n),
.vce-sid-right article.vce-lay-e:nth-of-type(1n) {
    margin: 0 20px 20px 0
}

.vce-sid-left article.vce-lay-c:nth-of-type(2n),
.vce-sid-left article.vce-lay-d:nth-of-type(2n),
.vce-sid-left article.vce-lay-e:nth-of-type(5n),
.vce-sid-none article.vce-lay-c:nth-of-type(3n),
.vce-sid-none article.vce-lay-d:nth-of-type(3n),
.vce-sid-none article.vce-lay-e:nth-of-type(7n),
.vce-sid-right article.vce-lay-c:nth-of-type(2n),
.vce-sid-right article.vce-lay-d:nth-of-type(2n),
.vce-sid-right article.vce-lay-e:nth-of-type(5n) {
    margin: 0 0 20px
}

.vce-sid-left .vce-lay-f:nth-child(2n),
.vce-sid-none .vce-lay-f:nth-child(3n),
.vce-sid-right .vce-lay-f:nth-child(2n) {
    margin: 0 0 10px
}

.vce-sid-left .vce-lay-h:nth-child(2n),
.vce-sid-right .vce-lay-h:nth-child(2n) {
    margin: 0 0 20px 20px
}

.vce-sid-left article.vce-lay-h:nth-of-type(1n),
.vce-sid-none .vce-lay-h:nth-child(3n),
.vce-sid-right article.vce-lay-h:nth-of-type(1n) {
    margin: 0 0 20px
}

.vce-sid-left article.vce-lay-h:nth-of-type(2n),
.vce-sid-none article.vce-lay-h:nth-of-type(3n),
.vce-sid-right article.vce-lay-h:nth-of-type(2n) {
    margin: 0 0 20px 20px
}

.vce-sid-none article.vce-lay-h:nth-of-type(3n) {
    margin: 0 0 20px
}

.vce-sid-left .vce-lay-f,
.vce-sid-right .vce-lay-f {
    margin: 0 20px 0 0
}

.vce-sid-left .vce-lay-f:last-child,
.vce-sid-right .vce-lay-f:last-child {
    margin-bottom: 20px
}

.vce-lay-c .meta-image {
    float: left;
    margin-bottom: 12px;
    width: 100%
}

.vce-lay-c .meta-category {
    text-align: center;
    display: block
}

.vce-lay-c .meta-category a {
    font-size: 14px;
    display: inline-block
}

.vce-lay-c .entry-title,
.vce-sid-none .vce-lay-c .entry-title {
    line-height: 28px;
    font-size: 22px
}

.vce-lay-c .entry-title {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 4px
}

.vce-lay-c .entry-meta {
    text-align: center
}

.vce-lay-c img {
    float: left;
    max-height: 195px;
    width: 375px
}

.vce-lay-c .entry-header {
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.vce-lay-c .entry-content,
.vce-lay-h .entry-content {
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    line-height: 22px
}

.vce-lay-c p {
    margin-bottom: 10px
}

.vce-lay-c .vce-read-more {
    padding: 3px 0 4px;
    width: 100px;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    clear: both;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.entry-title a,
.main-box-title a,
.vce-gallery-big .gallery-icon a:after,
.vce-image-format:after {
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.vce-lay-d .meta-image {
    float: left;
    margin-right: 15px;
    height: 100%
}

.vce-lay-d img {
    max-height: 100px;
    max-width: 145px
}

.vce-lay-d .entry-content {
    margin-left: 395px;
    padding-bottom: 20px
}

.vce-lay-d .entry-content p {
    margin-bottom: 0
}

.vce-lay-d {
    width: 375px;
    padding: 0 10px 0 0
}

.vce-lay-d .entry-header {
    padding: 3px 0 0;
    margin: 0
}

.vce-lay-d .entry-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px
}

.vce-lay-d .entry-meta {
    line-height: 19px
}

.vce-lay-d .entry-meta div,
.vce-lay-d .entry-meta div a,
.vce-lay-d .meta-category a,
.vce-lay-e .entry-meta div,
.vce-lay-e .entry-meta div a,
.vce-lay-e .fn {
    font-size: 13px;
    line-height: 19px
}

.vce-lay-e {
    float: left
}

.vce-lay-e .entry-title {
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden
}

.vce-sid-left .vce-lay-e,
.vce-sid-right .vce-lay-e {
    width: 138px
}

.vce-sid-left .vce-slider-pagination .vce-lay-e,
.vce-sid-right .vce-slider-pagination .vce-lay-e {
    width: 137.5px;
    -webkit-backface-visibility: hidden
}

.vce-sid-none .vce-lay-e {
    width: 140px
}

.vce-lay-e .entry-meta {
    text-align: center
}

.vce-lay-e .entry-meta>div:before {
    display: none
}

.vce-lay-e .entry-meta>div {
    display: block;
    margin-bottom: 2px
}

.vce-lay-e .entry-meta div:last-child {
    margin-bottom: 8px
}

.vce-lay-f.vce-post {
    background: 0 0;
    box-shadow: none
}

.vce-lay-f {
    padding: 0 20px 0 15px;
    display: inline-block;
    float: left;
    width: 375px;
    vertical-align: top
}

.vce-lay-f .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 17px;
    padding: 0;
    display: block
}

.vce-lay-g {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-height: 177px
}

.format-audio .meta-media,
.single-format-video .meta-media {
    min-height: 150px
}

.vce-sid-none .vce-slider-pagination .vce-lay-g {
    width: 1100px
}

.vce-sid-left .vce-slider-pagination .vce-lay-g,
.vce-sid-right .vce-slider-pagination .vce-lay-g {
    width: 770px;
    max-height: 500px;
    overflow: hidden
}

.vce-lay-g .vce-featured-section a {
    font-size: 18px
}

.vce-lay-g .entry-title {
    margin: 0 auto 7px;
    max-width: 600px;
    line-height: 36px
}

.vce-lay-g .entry-title a,
.vce-lay-g .entry-title a:hover {
    font-size: 30px;
    color: #FFF
}

.vce-lay-g .meta-image a img {
    width: 100%
}

.vce-lay-g .vce-featured-header {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    z-index: 20
}

.vce-lay-g .entry-meta {
    line-height: 24px
}

.vce-lay-h .img-wrap .entry-header .entry-meta a,
.vce-lay-h .img-wrap .entry-header .entry-meta span,
.vce-lay-h .img-wrap .entry-header .meta-category a {
    color: #fff
}

.vce-lay-g .vce-format-icon {
    top: 50%;
    margin-top: -90px
}

.vce-slider-pagination .vce-lay-g .vce-format-icon {
    top: 160px;
    margin-top: 0
}

.vce-lay-g .vce-featured-info {
    z-index: 2;
    position: relative;
    -webkit-backface-visibility: hidden
}

.vce-loop-wrap {
    float: left;
    width: 100%
}

.vce-square {
    height: 5px;
    width: 5px;
    display: inline-block;
    float: left;
    margin: 7px 12px 0 0;
    border-radius: 50%
}

.entry-title a,
.main-box-title a {
    text-decoration: none;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.entry-title a:hover,
.vce-prev-next-link:hover {
    text-decoration: none
}

.vce-lay-a .entry-title a {
    font-size: 34px
}

.vce-lay-a .entry-title {
    margin: 0 auto 10px;
    max-width: 600px;
    line-height: 40px
}

.header-separator {
    height: 1px;
    width: 100%;
    background: #EAEAEA;
    clear: both;
    float: left
}

.meta-category a {
    font-size: 16px;
    text-decoration: none
}

.meta-category a:hover {
    text-decoration: underline
}

.meta-category span {
    font-size: 12px;
    line-height: 12px
}

.vce-featured-info .meta-category span {
    display: none
}

.entry-meta div,
.entry-meta div a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none
}

.entry-meta div,
.entry-meta div a,
.entry-meta span {
    white-space: nowrap
}

.entry-meta div a:hover {
    text-decoration: underline
}

.data-links a,
.prev-next-nav a,
.vce-author-links a,
.vce-prev-next-link {
    text-decoration: none
}

.entry-meta>div:first-child:before {
    content: "";
    margin: 0
}

.entry-meta>div:before {
    content: "\2022";
    margin: 0 5px;
    font-size: 12px
}

.vce-lay-h {
    float: left;
    width: 375px;
    margin-bottom: 20px
}

.vce-lay-h .entry-content {
    padding: 20px 30px
}

.vce-lay-h .entry-content p {
    margin-bottom: 0
}

.vce-lay-h .img-wrap {
    position: relative;
    display: block;
    height: 260px;
    width: 100%;
    overflow: hidden
}

.vce-lay-h .img-wrap .meta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%
}

.vce-lay-h .img-wrap .meta-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vce-lay-h .img-wrap .vce-overlay {
    opacity: .5;
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    transition: all .3s ease-in-out
}

.vce-lay-h .img-wrap:hover .vce-overlay {
    opacity: .8
}

.vce-lay-h .img-wrap .entry-header {
    z-index: 2;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-backface-visibility: hidden
}

.vce-lay-h .img-wrap .entry-header .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
    padding: 0 40px;
    display: block
}

.vce-format-icon i,
.vce-gallery-big .gallery-icon a:after,
.vce-image-format:after,
.vce-pn-ico .fa {
    background: rgba(74, 74, 74, .5);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.vce-lay-h .vce-format-icon {
    z-index: 10;
    top: 20px;
    margin: 0;
    width: 50px;
    right: 20px
}

.vce-lay-h .meta-category span {
    display: none
}

.vce-single .entry-header {
    margin: 30px 0;
    text-align: center
}

h1.entry-title {
    font-size: 45px;
    line-height: 55px;
    margin: 0 auto 15px;
    padding: 0;
    width: 700px
}

.vce-single .meta-author {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11
}

.meta-author-img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #FFF;
    margin: -57px 0 10px;
    vertical-align: middle;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    position: relative;
    z-index: 11;
    display: inline-block;
    overflow: hidden;
    max-width: 100px;
    max-height: 100px
}

.meta-author-wrapped {
    display: block;
    font-size: 16px
}

.meta-author-wrapped .fn a {
    font-size: 16px
}

.error404 .entry-content,
.vce-page .entry-content,
.vce-single .entry-content,
.vce-single .entry-footer,
.vce-single .entry-headline {
    margin: 30px auto;
    width: 600px
}

.vce-single .entry-content p:last-child {
    margin-bottom: 0
}

.vce-single .entry-content blockquote p:last-child {
    margin-bottom: 30px
}

.vce-single .entry-headline p {
    font-size: 22px;
    line-height: 30px
}

.prev-next-nav {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 20px 20px 0;
    text-align: center;
    float: left;
    width: 100%
}

.vce-prev-next-link {
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding: 0 50px
}

.vce-next-link,
.vce-prev-link {
    position: relative;
    width: 375px;
    margin: 0 15px 20px 0;
    display: inline-block;
    vertical-align: top
}

.vce-next-link {
    margin: 0 0 20px
}

.vce-pn-ico {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    margin-top: -40px;
    width: 100%
}

.vce-pn-ico .fa {
    border: 5px solid rgba(255, 255, 255, .9);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    display: inline-block;
    border-radius: 50%;
    z-index: 1000;
    color: #FFF;
    height: 80px;
    width: 80px;
    padding: 18px 0 0;
    font-size: 35px;
    line-height: 37px
}

.vce-pn-ico .fa-chevron-left:before {
    margin: 0 5px 0 0
}

.vce-pn-ico .fa-chevron-right:before {
    margin: 0 0 0 5px
}

.img-wrp {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%
}

.img-wrp img {
    max-height: 195px;
    width: 100%
}

h1.entry-title-page {
    font-size: 45px;
    line-height: 55px;
    margin: 0 auto;
    width: 600px;
    padding: 40px 0 10px
}

.data-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.data-image img {
    border-radius: 50%;
    width: 112px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border: 5px solid #FFF
}

.author-title {
    font-size: 24px;
    line-height: 34px
}

.vce-content-outside {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 13px 20px
}

.meta-image {
    position: relative;
    overflow: hidden;
    z-index: 10;
    max-width: 100%
}

.data-links a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 15px 0 0;
    min-width: 130px
}

.data-content {
    margin: 0 0 0 145px
}

.vce-gallery-slider {
    margin-top: 1px
}

.vce-gallery-slider .owl-nav>div {
    position: absolute;
    top: 0;
    z-index: 1000;
    height: 100%
}

.vce-gallery-slider .owl-nav .owl-next {
    right: 0
}

.vce-gallery-slider .owl-nav .owl-next,
.vce-gallery-slider .owl-nav .owl-prev {
    position: absolute;
    background: #FFF;
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    height: 100%;
    width: 32px;
    text-align: center;
    font-size: 20px
}

.vce-featured-full-slider .owl-nav .owl-next:hover,
.vce-featured-full-slider .owl-nav .owl-prev:hover,
.vce-gallery-slider .owl-nav .owl-next:hover,
.vce-gallery-slider .owl-nav .owl-prev:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.vce-gallery-slider .fa {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    font-size: 26px
}

.vce-gallery-slider .fa-angle-left {
    margin-left: -5px
}

.vce-gallery-slider .fa-angle-right {
    right: 10px
}

.meta-media {
    position: relative
}

.meta-media iframe[src*="soundcloud.com"] {
    position: absolute;
    bottom: 20px;
    max-height: 150px;
    padding: 0 30px
}

.meta-media .vce-gallery-big {
    height: 450px;
    overflow: hidden;
    position: relative
}

.vce-custom-content .vce-gallery-big,
.vce-sid-none .meta-media .vce-gallery-big {
    height: 600px
}

.vce-gallery-big {
    height: 350px;
    overflow: hidden;
    position: relative
}

.vce-gallery-big img {
    width: 100%
}

.vce-gallery-slider .gallery-caption {
    display: none
}

.vce-gallery-big .gallery-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    display: block;
    background: rgba(0, 0, 0, .5);
    color: #FFF;
    padding: 15px 30px;
    text-align: left
}

.gallery-caption {
    font-size: 14px;
    line-height: 24px
}

.vce-contnet-none {
    text-align: center
}

.vce-contnet-none .entry-content .search-field {
    width: 100%;
    margin-bottom: 20px
}

.vce-contnet-none .entry-content .search-submit {
    display: inline-block
}

.vce-gallery-big .gallery-icon a:after,
.vce-image-format:after {
    font-family: FontAwesome;
    content: "\f002";
    border: 5px solid rgba(255, 255, 255, .9);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
    height: 80px;
    width: 80px;
    padding: 17px 0 0;
    font-size: 35px;
    line-height: 37px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -40px 0 0 -40px;
    opacity: 0
}

.meta-image:hover .vce-image-format:after,
.vce-gallery-big .gallery-icon a:hover:after {
    opacity: 1
}

.vce-page .meta-image img,
.vce-single .meta-image img {
    width: 100%
}

.vce-link-pages {
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 20px;
    text-align: center;
    position: relative
}

.main-box .vce-link-pages a {
    display: inline-block;
    vertical-align: top;
    margin: 0 90px;
    position: absolute;
    top: 17px;
    min-width: 90px;
    left: 15px
}

.main-box .vce-link-pages a:last-child {
    right: 15px;
    left: initial
}

#back-top,
#vce-pagination .next.page-numbers {
    right: 20px
}

.vce-single .vce-related-box .entry-content {
    width: auto;
    margin: auto
}

.vce-related-box .vce-lay-b {
    margin: 0 0 20px
}

.vce-related-box .vce-lay-a.vce-post {
    margin-bottom: 20px
}

.meta-tags a {
    margin-right: 5px
}

.meta-tags a:before {
    content: "#"
}

.data-links {
    float: left
}

.vce-author-links {
    float: right
}

.vce-author-links a {
    font-size: 20px;
    float: left;
    margin: 0 5px;
    line-height: 32px;
    color: #888;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.data-content .author-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top
}

.vce-author-website span {
    display: none
}

.vce-format-icon {
    display: block;
    top: 50%;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -60px
}

.vce-lay-b .vce-format-icon,
.vce-lay-c .vce-format-icon {
    margin-top: -40px
}

.vce-lay-d .vce-format-icon,
.vce-lay-e .vce-format-icon,
.vce-mega-menu-wrapper .vce-format-icon {
    margin-top: -23px
}

.vce-format-icon i {
    border: 5px solid rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    display: inline-block;
    border-radius: 50%;
    z-index: 1000;
    color: rgba(255, 255, 255, 1);
    -webkit-backface-visibility: hidden
}

.vce-featured-link-article,
.vce-photo-caption {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
    color: #FFF
}

.vce-lay-a .vce-format-icon i,
.vce-lay-g .vce-format-icon i {
    height: 120px;
    width: 120px;
    padding: 25px 0 0;
    line-height: 61px;
    font-size: 59px
}

.vce-lay-a .vce-format-icon .fa-music:before,
.vce-lay-g .vce-format-icon .fa-music:before {
    margin: 0 0 0 -11px
}

.vce-lay-a .vce-format-icon .fa-play:before,
.vce-lay-g .vce-format-icon .fa-play:before {
    margin: 0 0 0 12px
}

.vce-lay-b .vce-format-icon .fa-music:before,
.vce-lay-c .vce-format-icon .fa-music:before,
.vce-lay-h .vce-format-icon .fa-music:before {
    margin: 0 0 0 -7px
}

.vce-lay-b .vce-format-icon .fa-play:before,
.vce-lay-c .vce-format-icon .fa-play:before,
.vce-lay-d .vce-format-icon .fa-play:before,
.vce-lay-e .vce-format-icon .fa-play:before,
.vce-lay-h .vce-format-icon .fa-play:before,
.vce-mega-menu-wrapper .vce-format-icon .fa-play:before {
    margin: 0 0 0 5px
}

.vce-mega-menu-wrapper img {
    height: auto
}

.vce-lay-b .vce-format-icon i,
.vce-lay-c .vce-format-icon i {
    height: 80px;
    width: 80px;
    padding: 18px 0 0;
    font-size: 35px;
    line-height: 37px
}

.vce-lay-d .vce-format-icon i,
.vce-lay-e .vce-format-icon i,
.vce-lay-h .vce-format-icon i,
.vce-mega-menu-wrapper .vce-format-icon i {
    height: 46px;
    width: 46px;
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 22px;
    border: 3px solid rgba(255, 255, 255, 1)
}

.pagination-wapper {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0
}

.older_entries {
    float: left
}

.newer_entries {
    float: right
}

#vce_pagination {
    text-align: center
}

.pagination-wapper .page-numbers {
    width: 42px;
    display: inline-block
}

.pagination-wapper a.next,
.pagination-wapper a.prev {
    width: 100px
}

.vce-slider-pagination .owl-item {
    padding: 0 2px
}

#vce-pagination,
.comments-holder .navigation,
.vce-slider-pagination .owl-controls {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 13px 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 -20px
}

.vce-slider-pagination .owl-nav {
    text-align: center
}

.vce-mega-menu-posts-wrap .owl-nav .owl-next,
.vce-mega-menu-posts-wrap .owl-nav .owl-prev,
.vce-slider-pagination .owl-nav .owl-next,
.vce-slider-pagination .owl-nav .owl-prev {
    width: 34px;
    min-width: 34px;
    margin: 0 2px;
    display: inline-block
}

.comments-holder .navigation,
.vce-slider-pagination {
    display: block;
    float: left;
    width: 100%
}

.comments-holder .navigation {
    padding: 20px 0;
    text-align: center;
    margin: 0
}

.comments-holder .navigation .page-numbers.current {
    color: #FFF
}

#vce-pagination .page-numbers,
.comments-holder .navigation .page-numbers {
    background: 0 0;
    box-shadow: none;
    min-width: 34px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: all .2s ease-in-out
}

.comments-holder .navigation .page-numbers {
    height: 34px;
    width: 34px;
    border-radius: 4px;
    padding: 3px 11px;
    text-decoration: none
}

.comments-holder .navigation .page-numbers.next,
.comments-holder .navigation .page-numbers.prev {
    width: auto
}

.comments-holder a.next:before,
.comments-holder a.prev:before {
    display: none
}

#vce-pagination .page-numbers:hover,
.bbp-pagination-links a:hover,
.comments-holder .navigation .page-numbers:hover {
    color: #fff
}

#vce-pagination .next.page-numbers,
#vce-pagination .prev.page-numbers {
    position: absolute;
    top: 14px;
    min-width: 90px
}

#vce-pagination .prev.page-numbers {
    left: 20px
}

#vce-pagination .next,
#vce-pagination .prev,
.vce-next a,
.vce-prev a {
    width: 100px;
    margin: 0;
    float: right;
    display: inline-block;
    vertical-align: top
}

#vce-pagination .prev,
.vce-prev a {
    float: left
}

.main-box .vce-link-pages a:after,
.main-box .vce-link-pages a:before,
.vce-next a:after,
.vce-prev a:before,
a.next:after,
a.prev:before {
    font-size: 18px;
    font-family: FontAwesome
}

.bottom-nav-menu a,
.site-info p {
    font-size: 13px
}

.main-box .vce-link-pages a:last-child:after,
.vce-next a:after,
a.next:after {
    content: "\f105";
    margin-left: 6px
}

.main-box .vce-link-pages a:before,
.vce-prev a:before,
a.prev:before {
    content: "\f104";
    margin-right: 6px
}

.main-box .vce-link-pages a:last-child:before {
    display: none
}

.site-footer {
    width: 100%;
    float: left;
    padding: 0;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.site-footer [class*=bit-] {
    margin-top: 20px
}

.site-info {
    background: rgba(0, 0, 0, .35);
    padding: 15px 0
}

.site-info p {
    margin-bottom: 0
}

.site-info .container {
    width: 100%
}

.bottom-nav-menu li {
    list-style: none;
    position: relative;
    float: left;
    margin: 0 10px 0 0
}

.bottom-nav-menu li:last-child {
    margin: 0
}

.comment-metadata a,
.comment-notes,
.fn,
.fn a,
.says {
    font-size: 14px
}

.bottom-nav-menu {
    margin: 0;
    padding: 0
}

.site-info .bottom-nav-menu .sub-menu {
    background: rgba(0, 0, 0, .35);
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    padding: 10px
}

.site-info .bottom-nav-menu .sub-menu li {
    float: left;
    display: block;
    width: 200px
}

.site-info .bottom-nav-menu li:hover .sub-menu {
    display: block
}

.site-footer .soc-nav-menu {
    margin-top: -5px;
    float: left;
    margin-bottom: -13px
}

.site-footer .vce-wrap-center {
    height: auto
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.vce-featured-grid.owl-carousel .owl-stage {
    max-height: 259px;
    overflow: hidden
}

.vce-featured,
.vce-featured-full-slider {
    max-height: 500px;
    overflow: hidden
}

.vce-featured-grid .owl-item img {
    min-height: 260px
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden
}

.vce-grid-item .owl-carousel .owl-item img {
    height: 260px
}

.gallery-columns-2 .owl-carousel .owl-item {
    height: 260px;
    overflow: hidden
}

.vce-sid-none .gallery-columns-3 .owl-carousel .owl-item {
    height: 250px;
    overflow: hidden
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.comment-form,
.comments-main {
    float: left;
    width: 100%;
    clear: both
}

.comment-form {
    padding: 20px
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0
}

.comment-form-url {
    padding: 0
}

.comment-form-comment {
    margin-bottom: 20px
}

.form-submit {
    margin-bottom: 0
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.comment {
    list-style: none;
    float: left;
    width: 100%
}

.comment .avatar {
    border-radius: 50%;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border: 5px solid #FFF;
    float: left;
    margin: 0 20px 0 0
}

.vce-lay-d .comment-metadata a,
.vce-lay-d .fn,
.vce-lay-d .fn a,
.vce-lay-d .says {
    font-size: 13px
}

ul.comment-list>li.comment,
ul.comment-list>li.pingback {
    padding: 20px;
    margin-bottom: 20px;
    position: relative
}

ul.comment-list>li.comment:last-child,
ul.comment-list>li.pingback:last-child {
    margin-bottom: 0
}

ul.comment-list .pingback {
    float: left;
    width: 100%
}

.pingback .comment-reply-link {
    margin: 0
}

li.comment .comment-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

li.comment .comment-body:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

ul.comment-list .fn,
ul.comment-list .fn a,
ul.comment-list .says {
    font-size: 16px;
    display: inline-block;
    margin: 6px 0 0;
    line-height: 24px
}

.comment-metadata a {
    font-size: 14px
}

.comment-list .comment-edit-link:hover {
    text-decoration: underline
}

.comment-list .comment-content {
    display: block;
    clear: both;
    margin: 0 0 20px 95px;
    position: relative
}

.comment-list .pingback .comment-content {
    margin: 0 0 20px
}

.comment-body .edit-link {
    position: absolute;
    top: 0;
    right: 0
}

.comment-body .edit-link a {
    color: #333;
    background: #ddd;
    text-decoration: none;
    padding: 2px 13px;
    font-size: 11px;
    text-transform: uppercase;
    box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, .1) inset;
    line-height: 20px;
    float: right
}

.comment-respond {
    z-index: 1000;
    position: relative
}

.comment-content a:hover {
    text-decoration: underline
}

.comment-content p {
    margin-bottom: 15px
}

.comment-list .comment-content p:last-child {
    margin-bottom: 0
}

.comment-reply-link {
    padding: 2px 10px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 0 0 95px;
    transition: all .1s ease-in-out
}

.comment-reply-link:hover {
    color: #fff;
    text-decoration: none
}

#respond #cancel-comment-reply-link,
#respond h3 .cancel-comment-reply {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #ddd;
    float: right;
    text-decoration: none
}

.comment-form-author label,
.comment-form-comment label,
.comment-form-email label,
.comment-form-url label {
    width: 100%;
    float: left;
    margin: 0 0 2px
}

#comment,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=date],
select,
textarea {
    line-height: normal;
    width: 100%;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(0, 0, 0, .1);
    height: 42px;
    padding: 0 20px 0 10px
}

#comment,
textarea {
    padding: 10px;
    height: 150px
}

#comment:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    box-shadow: none
}

input[type=range] {
    width: 100%
}

#comment {
    resize: vertical
}

ul.comment-list .says {
    display: none
}

.comment-subscription-form {
    margin-bottom: 0;
    margin-top: 10px
}

.must-log-in {
    padding: 30px 20px 0
}

.vce-featured {
    margin: 0;
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
    min-height: 500px;
    opacity: 0
}

.vce-featured>a img,
.vce-featured>img,
.vce-lay-g>a img,
.vce-lay-g>img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    width: auto;
    max-width: initial
}

.vce-featured .vce-featured-header {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    z-index: 2;
    height: 100%
}

.vce-featured .vce-featured-info {
    z-index: 2;
    position: absolute;
    width: 790px;
    top: 145px;
    opacity: 0;
    left: 50%;
    margin-left: -395px
}

.vce-featured-info .entry-content {
    max-width: 600px;
    margin: 0 auto;
    color: #FFF
}

.vce-featured .entry-meta {
    margin-bottom: 3px
}

.vce-featured-info .entry-content p {
    margin-bottom: 0
}

.vce-lay-g .vce-featured-info .entry-content {
    margin-top: 10px
}

.vce-featured-header-background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    background: #000;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all ease-in-out;
    transition: all .2s ease-in-out
}

.vce-featured-section a,
.vce-lay-g .vce-featured-info .meta-category a,
.vce-lay-h header .meta-category a {
    font-size: 13px;
    line-height: 23px;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 2px;
    display: inline-block
}

.vce-featured .entry-meta .meta-item,
.vce-featured .entry-meta .meta-item a,
.vce-featured .entry-meta .reviews span,
.vce-featured-grid .reviews i,
.vce-featured-info .reviews i,
.vce-featured-section a,
.vce-grid-text .vce-featured-info .meta-item,
.vce-grid-text .vce-featured-info .meta-item a,
.vce-lay-g .vce-featured-info .meta-category a,
.vce-lay-h .reviews i,
.vce-lay-h header .meta-category a {
    color: #FFF!important;
    -webkit-backface-visibility: hidden
}

.vce-grid-text .fn,
.vce-grid-text .vce-featured-info .meta-item,
.vce-grid-text .vce-featured-info .meta-item a {
    font-size: 13px
}

.vce-featured-section span {
    display: none
}

.vce-featured-section {
    margin-bottom: 5px;
    -webkit-backface-visibility: hidden
}

.vce-featured-link-article {
    font-size: 52px;
    line-height: 60px;
    text-decoration: none;
    display: block
}

.vce-featured-link-article:hover {
    text-decoration: none
}

.vce-featured-title {
    margin: 0 auto 7px;
    -webkit-backface-visibility: hidden
}

.vce-featured-full-slider .owl-item img {
    width: auto
}

.vce-featured-grid {
    margin-top: 1px
}

.vce-grid-item {
    position: relative;
    float: left;
    display: block;
    width: 380px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0
}

.vce-grid-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    z-index: 2;
    height: 100%
}

.vce-grid-text .vce-featured-info {
    margin-top: 18%;
    z-index: 1000;
    position: relative
}

.vce-grid-text .vce-featured-info.vce-vertical-center {
    margin-top: 15px;
    width: 100%
}

.vce-featured-grid .vce-featured-link-article {
    font-size: 22px;
    line-height: 28px
}

.vce-featured-grid .vce-featured-section a {
    font-size: 13px;
    line-height: 23px;
    position: relative;
    z-index: 2000
}

.vce-featured-grid .vce-featured-section span {
    color: #FFF
}

.vce-featured-grid .vce-featured-section {
    margin-bottom: 5px
}

.vce-featured-grid .vce-featured-title {
    padding: 0 30px;
    line-height: 14px;
    margin: 0 auto
}

.vce-featured-grid .owl-controls .owl-next,
.vce-featured-grid .owl-controls .owl-prev,
.vce-post-slider .owl-controls .owl-next,
.vce-post-slider .owl-controls .owl-prev {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.vce-featured-grid:hover .owl-next,
.vce-featured-grid:hover .owl-prev,
.vce-post-slider:hover .owl-next,
.vce-post-slider:hover .owl-prev {
    opacity: .4;
    filter: alpha(opacity=40)
}

.vce-featured-grid .owl-next,
.vce-featured-grid .owl-prev,
.vce-post-slider .owl-next,
.vce-post-slider .owl-prev {
    position: absolute;
    top: 0;
    background: #FFF;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 32px
}

.vce-featured-grid .vce-featured-link-article,
.vce-featured-grid .vce-featured-section,
.vce-featured-grid .vce-featured-section a,
.vce-featured-grid .vce-featured-title {
    -webkit-backface-visibility: hidden
}

.vce-featured-grid i,
.vce-post-slider i {
    position: absolute;
    top: 50%;
    margin-top: -16px
}

.vce-featured-grid i.fa-angle-left,
.vce-post-slider i.fa-angle-left {
    left: 19px
}

.vce-featured-full-slider .owl-nav .owl-prev,
.vce-featured-grid .owl-prev,
.vce-post-slider .owl-prev {
    left: 0
}

.vce-featured-grid i.fa-angle-right,
.vce-post-slider i.fa-angle-right {
    right: 19px
}

.vce-featured-full-slider .owl-nav .owl-next,
.vce-featured-grid .owl-next,
.vce-post-slider .owl-next {
    right: 0
}

.vce-featured-grid .owl-next:hover,
.vce-featured-grid .owl-prev:hover,
.vce-post-slider .owl-next:hover,
.vce-post-slider .owl-prev:hover {
    opacity: .6;
    filter: alpha(opacity=60)
}

.vce-featured-full-slider .owl-nav .owl-next,
.vce-featured-full-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background: #FFF;
    opacity: .5;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 80px;
    outline: 0;
    text-align: left;
    cursor: pointer;
    margin-top: -40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vce-featured-full-slider .owl-nav i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    text-align: center;
    padding-top: 15px
}

.vce-featured-full-slider .owl-nav .owl-prev i:before {
    margin-left: -7px
}

.vce-featured-full-slider .owl-nav .owl-next i:before {
    margin-right: -7px
}

.vce-hover-effect {
    width: 790px;
    margin: 0 auto;
    position: relative;
    padding: 20px 30px
}

.wp-caption {
    padding: 0;
    text-align: center
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: none;
    height: auto
}

.entry-content .wp-caption img {
    width: 100%
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-style: normal;
    font-style: italic;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15)
}

.wp-caption .wp-caption-text a {
    text-decoration: underline
}

#back-top:hover,
.mfp-close,
.vce-share-items li a,
.wp-caption .wp-caption-text a:hover {
    text-decoration: none
}

.wp-smiley {
    max-height: 13px;
    margin: 0
}

.vce-photo-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 5px 12px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    text-align: right;
    font-style: italic;
    max-width: 40%;
    line-height: 22px;
    z-index: 2
}

.meta-media .wp-playlist {
    width: 80%;
    margin: 15px auto;
    border: none
}

.meta-media .wp-playlist-item {
    padding: 5px
}

.vce-main-content .meta-media .mejs-container {
    background: 0 0;
    position: absolute;
    width: 100%!important;
    bottom: 0;
    height: 100%!important;
    left: 0
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.wp-video {
    width: 100%!important;
    background: #000;
    margin-bottom: 30px;
    min-height: 463px
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%
}

.entry-content .wp-video {
    background: 0 0;
    margin-bottom: 0
}

.wp-audio-shortcode {
    min-height: 100px
}

.entry-content .wp-audio-shortcode {
    margin-bottom: 30px
}

.mejs-controls button {
    min-width: initial
}

.vce-main-content .mejs-container .mejs-controls,
.vce-main-content .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: rgba(0, 0, 0, .5)
}

.vce-main-content .mejs-controls .mejs-button button:focus {
    outline: 0
}

.vce-main-content .mejs-container .mejs-controls {
    height: 100px
}

.vce-main-content .mejs-container .mejs-controls>div,
.vce-main-content .mejs-container .mejs-horizontal-volume-slider {
    margin-top: 35px
}

.vce-main-content .mejs-container .mejs-controls>div:first-child {
    margin-left: 30px
}

.vce-main-content .mejs-container .mejs-controls>div:last-child {
    margin-right: 30px
}

.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    background: #222;
    height: 100px!important
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-zoom-out-cur #sticky_header {
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%)
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

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

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

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

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

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

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

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

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

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-gallery .mfp-image-holder .mfp-figure,
.vce-menu-parent:hover,
.wpcf7-submit:hover {
    cursor: pointer
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

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

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

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

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

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

.vce-featured-grid .owl-item img {
    -webkit-transition: -webkit-transform .2s ease 0s;
    -moz-transition: -moz-transform .2s ease 0s;
    -o-transition: -o-transform .2s ease 0s;
    -ms-transition: -ms-transform .2s ease 0s;
    transition: transform .2s ease 0s
}

.vce-featured a img,
.vce-featured-full-slider .owl-item.active img {
    -webkit-transition: -webkit-transform 15s ease-in-out 0s;
    -moz-transition: -moz-transform 15s ease-in-out 0s;
    -o-transition: -o-transform 15s ease-in-out 0s;
    -ms-transition: -ms-transform 15s ease-in-out 0s;
    transition: transform 15s ease-in-out 0s
}

.vce-featured-full-slider .owl-item.active img,
.vce-featured:hover a img {
    -webkit-transform: translateX(-15px) translateY(13px) scale(1.1);
    -moz-transform: translateX(-15px) translateY(13px) scale(1.1);
    -o-transform: translateX(-15px) translateY(13px) scale(1.1);
    -ms-transform: translateX(-15px) translateY(13px) scale(1.1);
    transform: translateX(-15px) translateY(13px) scale(1.1)
}

.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background {
    opacity: .8;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all ease-in-out;
    transition: all .2s ease-in-out
}

.img-wrp img,
.mega-menu-img img,
.meta-image img,
.vce-gallery .gallery-item img,
.vce-gallery-big img,
.vce-lay-g img,
.vce-post img,
.vce-post-img img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.vce-post-big .vce-post-img:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.vce-lay-a.vce-post .meta-image:hover a img,
.vce-lay-g .meta-image:hover a img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.vce-post-big .vce-post-img img {
    width: 100%
}

.vce-share-bar {
    display: block;
    padding: 0 30px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.vce-share-items {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 600px;
    max-width: 760px;
    display: inline-block;
    text-align: center
}

.vce-share-items li {
    display: inline-block;
    margin-right: 5px
}

.mks_separator {
    border-bottom-color: rgba(0, 0, 0, .05)!important
}

.mks_button.rounded,
.mks_dropcap.mks_dropcap_rounded,
.mks_ico.rounded,
.mks_progress_level,
.mks_pullquote,
a.mks_button {
    border-radius: 4px
}

a.mks_button.mks_button_small {
    padding: 5px 10px;
    min-width: 100px;
    text-align: center
}

a.mks_button.mks_button_medium {
    padding: 10px 30px;
    min-width: 100px;
    text-align: center
}

a.mks_button.mks_button_large {
    padding: 20px 40px;
    min-width: 100px;
    text-align: center
}

.mks_tabs.horizontal .mks_tab_nav_item {
    border-color: rgba(0, 0, 0, .1);
    border-radius: 4px 4px 0 0;
    background: rgba(0, 0, 0, .05)
}

.mks_tabs.horizontal .mks_tab_nav_item.active {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.mks_tabs.horizontal .mks_tab_item {
    border-color: rgba(0, 0, 0, .1);
    border-radius: 0 4px 4px
}

.mks_tabs.vertical .mks_tab_nav_item {
    border-color: rgba(0, 0, 0, .1);
    border-radius: 4px 0 0 4px;
    background: rgba(0, 0, 0, .05)
}

.mks_tabs.vertical .mks_tab_nav_item.active {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mks_tabs.vertical .mks_tab_item {
    border-color: rgba(0, 0, 0, .1);
    border-radius: 0 4px 4px
}

.mks_accordion_item,
.mks_toggle,
.sidr-class-sub-menu {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mks_accordion,
.mks_toggle,
.sidr ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mks_accordion,
.mks_toggle {
    border-radius: 0 0 4px 4px
}

.mks_accordion_item,
.mks_toggle {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.mks_accordion_content,
.mks_toggle_content {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: 0 0
}

.mks_accordion_item:nth-child(1) {
    border-radius: 4px 4px 0 0
}

.mks_toggle {
    border-radius: 4px
}

.mks_col:after {
    content: "";
    clear: both;
    display: table
}

.mks_accordion_item:last-child,
.mks_toggle_active .mks_toggle_content {
    border-radius: 0 0 4px 4px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 100%
}

.vce-share-items li a {
    border-radius: 4px;
    width: 115px;
    height: 40px;
    text-align: center;
    color: #FFF;
    padding: 12px 0 0;
    font-size: 18px
}

.vce-share-items li a[data-url*="facebook.com"] {
    background-color: #45619c
}

.vce-share-items li a[data-url*="twitter.com"] {
    background-color: #00acee
}

.vce-share-items li a[data-url*="linkedin.com"] {
    background-color: #1d87bd
}

.vce-share-items li a[data-url*="pinterest.com"] {
    background-color: #bd1e23
}

.vce-share-items li a[data-url*="google.com"] {
    background-color: #dd4b39
}

.vce-share-items li a.fa-whatsapp {
    background-color: #25d366
}

.no-modules-msg {
    text-align: center;
    margin-bottom: 20px
}

#back-top {
    position: fixed;
    bottom: 0;
    z-index: 1041;
    width: 40px;
    height: 40px;
    background: 0 0;
    text-indent: 0;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    color: #e8e8e8;
    font-size: 32px;
    padding: 4px 0 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    display: none
}

#back-top i {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: .7
}

#back-top:hover i,
.vce-featured .vce-info-opacity,
.vce-featured-opacity {
    opacity: 1
}

.twitter-tweet {
    margin: 0 auto!important
}

.fb_iframe_widget {
    text-align: center;
    width: 100%!important;
    margin-bottom: 30px
}

.archive .main-box-title {
    -moz-box-shadow: none;
    box-shadow: none
}

.main-box-subtitle {
    width: 600px;
    margin: -5px auto 0;
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-align: center;
    padding-bottom: 18px
}

.main-box-subtitle p {
    margin-bottom: 0
}

.vce-responsive-nav {
    display: none;
    font-size: 32px;
    float: left;
    position: relative;
    z-index: 5000
}

.sidr,
.vce-menu-parent {
    position: absolute;
    top: 0
}

.vce-menu-parent {
    content: "\f107";
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    font-family: FontAwesome;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0
}

.vce-404-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.vce-404-menu li {
    float: left;
    margin-right: 10px
}

.error404 .entry-title {
    width: auto
}

.sidr {
    display: none;
    z-index: 999999;
    position: fixed;
    width: 260px;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px
}

.error,
.ie8 .vce-lay-c .meta-image,
.ie9 .vce-lay-c .meta-image,
.success,
.wpcf7-form-control-wrap {
    width: 100%
}

body.sidr-main-open {
    top: 0
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr.right {
    right: -260px;
    left: auto
}

.sidr.left {
    right: auto;
    left: -260px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .4)
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    position: relative
}

.sidr ul li ul,
.sidr ul li ul li:last-child {
    border-bottom: none
}

.sidr ul li a,
.sidr ul li span {
    display: block;
    padding: 0 15px;
    text-decoration: none
}

#wpstats,
.sidr .sidr-class-sub-menu {
    display: none
}

.sidr ul li span {
    padding: 0 20px;
    line-height: 48px
}

.sidr ul li ul {
    margin: 0
}

.sidr ul li ul li a {
    padding-left: 30px
}

#disqus_thread,
.vce-custom-content.vce-post {
    padding: 20px
}

.sidr form {
    margin: 9px 15px
}

.sidr input[type=text] {
    border: none;
    -webkit-appearance: none
}

.s2_form_widget input[type=submit] {
    min-width: 120px
}

.vce-author-card p {
    margin-bottom: 0
}

.vce-author-card {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.vce-author-card .data-image {
    margin: 10px 20px 20px
}

.vce-author-card .data-content .author-title {
    margin-top: 15px
}

.vce-author-card .data-content {
    padding-right: 20px;
    margin: 0 0 20px 155px
}

.vce-custom-content {
    margin-top: 30px
}

.vce-custom-content p:last-child {
    margin-bottom: 0
}

.vce-content-bottom .vce-custom-content {
    margin-top: 0;
    margin-bottom: 30px
}

body.safari.iphone.sidr-main-open {
    position: fixed!important;
    z-index: 0;
    top: 0;
    -webkit-overflow-scrolling: touch
}

.wp-review-total-star [class*=" mts-icon-"]:before,
.wp-review-total-star [class^=mts-icon-]:before {
    margin-left: 0
}

.mks-bredcrumbs-container {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 14px;
    clear: both
}

.mks-bredcrumbs-container p {
    margin-bottom: 0
}

div.wpcf7-response-output {
    margin: 0;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    border-radius: 4px
}

.error,
div.wpcf7-validation-errors {
    background: #e74c3c;
    color: #FFF
}

.success,
div.wpcf7-mail-sent-ok {
    background: #27ae60;
    color: #FFF
}

.error,
.success {
    padding: 10px 20px;
    display: block;
    margin: 0;
    border-radius: 4px;
    float: left
}

span.wpcf7-not-valid-tip {
    display: none;
    border: none;
    padding: 5px 10px;
    background: #f1c40f;
    color: #fff;
    top: 0;
    left: auto;
    right: 0
}

input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #f1c40f
}

@media screen and (min-width:0\0) {
    .nav-menu .menu-item-has-children a,
    .nav-menu .vce-mega-cat a {
        padding-right: 20px
    }
    .nav-menu .menu-item-has-children a:after {
        position: absolute;
        right: 7px;
        top: 10
    }
    .nav-menu .vce-mega-cat a:after,
    .nav-menu .vce-mega-menu a:after {
        position: static;
        float: right;
        margin: 0 -15px 0 0
    }
    body .nav-menu .vce-mega-cat,
    body .nav-menu .vce-mega-menu {
        position: static
    }
}

.ie9 .nav-menu .menu-item-has-children a,
.ie9 .nav-menu .vce-mega-cat a {
    padding-right: 20px
}

.ie9 .nav-menu .menu-item-has-children a:after {
    position: absolute;
    right: 7px;
    top: 10px
}

.ie9 .nav-menu .vce-mega-cat a:after {
    position: static;
    float: right;
    margin: 0 -15px 0 0
}

.ie .header-sticky .main-navigation a {
    padding: 15px 20px 15px 10px
}

.ie9 .vce-lay-g .vce-featured-header {
    padding-bottom: 0
}

.ie9 .vce-lay-g .vce-featured-header .entry-meta {
    margin-bottom: 20px
}

.ie8 .header-sticky,
.ie9 .header-sticky {
    display: none
}

.ie8 .header-sticky.header-is-sticky,
.ie9 .header-sticky.header-is-sticky {
    display: block
}

.ie8 .vce-mega-menu-wrapper {
    width: 1100px;
    left: -500px
}

.ie9 .vce-mega-menu-wrapper {
    width: 1150px;
    left: 0
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats ul {
        left: auto
    }
    .nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap {
        float: right
    }
}

.entry-meta .percentage-icon {
    top: 0;
    font-size: inherit
}

.meta-item .review-total-star {
    margin: 0;
    float: none
}

.meta-item .review-total-star i {
    font-size: 14px
}

.vce-featured-grid .reviews i {
    position: relative;
    top: auto;
    margin-top: 0;
    font-size: 13px
}

.vce-ad-container {
    margin: 30px auto;
    display: block;
    clear: both;
    width: 728px;
    position: relative
}

.vce-ad-above-footer {
    margin-top: 0
}

.vce-ad-below-header {
    margin-bottom: 0
}

@media only screen and (max-width:1200px) and (min-width:1024px) {
    .vce-ad-container {
        width: 630px
    }
    .vce-ad-above-footer,
    .vce-ad-below-header {
        width: 728px
    }
}

@media only screen and (max-width:1023px) {
    .vce-ad-above-footer,
    .vce-ad-below-header,
    .vce-ad-container {
        width: 728px
    }
    ul.sidr-class-soc-nav-menu li {
        display: inline-block
    }
}

@media (max-width:767px) {
    .vce-ad-container {
        width: 375px
    }
}

@media (max-width:400px) {
    .vce-ad-container {
        width: 300px
    }
}

@media (max-width:320px) {
    .vce-ad-container {
        width: 280px;
        max-width: 100%
    }
}

_:-o-prefocus,
body .nav-menu .vce-mega-cat,
body .nav-menu .vce-mega-menu {
    position: static
}

:root .main-navigation ul ul,
_::-moz-svg-foreign-content {
    opacity: 1
}

:root .nav-menu>li>.sub-menu .sub-menu.vce-rev,
_:-ms-input-placeholder {
    left: initial;
    right: auto
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .container {
        max-width: 1000px
    }
    .vce-main-content {
        width: 700px
    }
    .vce-featured {
        max-height: 400px;
        min-height: 400px
    }
    .main-navigation ul ul {
        display: none
    }
    .entry-title,
    .main-navigation ul li:hover ul {
        display: block
    }
    .top-header {
        overflow: hidden
    }
    .header-sticky .main-navigation a {
        padding: 15px 10px
    }
    .main-navigation a {
        padding: 15px 9px
    }
    .search-header-wrap a {
        padding: 15px
    }
    .vce-lay-a .entry-content {
        width: 540px
    }
    .vce-lay-a .entry-title {
        max-width: 540px
    }
    .vce-lay-b {
        width: 100%
    }
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        min-height: initial;
        width: 300px;
        min-width: initial
    }
    .vce-lay-b {
        min-height: 155px
    }
    .vce-lay-b img {
        max-height: initial;
        width: 100%
    }
    .vce-lay-b .entry-title {
        line-height: 28px;
        font-size: 22px
    }
    .vce-sid-none .vce-lay-b {
        width: 470px
    }
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-d,
    .vce-sid-none .vce-lay-f {
        width: 306px
    }
    .vce-lay-c,
    .vce-lay-d,
    .vce-lay-f,
    .vce-lay-h,
    .vce-next-link,
    .vce-prev-link,
    .vce-sid-none .vce-lay-h {
        width: 305px
    }
    .vce-lay-h .img-wrap,
    .vce-sid-none .vce-lay-h .img-wrap {
        height: 220px
    }
    .main-box-inside .vce-lay-h .entry-title {
        font-size: 18px;
        line-height: 1.4em
    }
    .vce-lay-d {
        min-height: 76px
    }
    .vce-lay-d img {
        max-width: 120px;
        min-height: initial
    }
    .vce-lay-d .entry-header {
        padding: 0
    }
    .vce-lay-d .entry-title {
        font-size: 13px;
        line-height: 17px
    }
    .vce-lay-d .entry-meta div,
    .vce-lay-d .entry-meta div a,
    .vce-lay-d .meta-category a {
        font-size: 12px;
        line-height: 16px
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-right .vce-lay-e {
        max-width: 110px;
        min-height: initial;
        max-height: initial
    }
    .vce-lay-e .entry-title {
        font-size: 13px;
        line-height: 18px;
        padding: 5px 5px 10px
    }
    .vce-module-columns .main-box-half {
        width: 325px
    }
    .vce-sid-none .vce-module-columns .main-box-half {
        width: 32%;
        margin-right: 2%
    }
    .vce-sid-none .main-box-half:nth-child(3n) {
        margin-right: 0
    }
    .vce-slider-pagination .vce-lay-a,
    .vce-slider-pagination .vce-lay-b {
        width: 100%
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-c,
    .vce-sid-left .vce-slider-pagination .vce-lay-d,
    .vce-sid-right .vce-slider-pagination .vce-lay-c,
    .vce-sid-right .vce-slider-pagination .vce-lay-d {
        width: 301px
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-e,
    .vce-sid-right .vce-slider-pagination .vce-lay-e {
        width: 138px
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-g,
    .vce-sid-right .vce-slider-pagination .vce-lay-g {
        width: 630px
    }
    .nav-menu .vce-mega-menu-wrapper>li .mega-menu-img {
        height: 90px
    }
    .nav-menu .vce-mega-menu-wrapper {
        min-height: 230px
    }
    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        max-width: 300px
    }
    .vce-wrap-center .top-nav-menu li {
        margin: 0 5px 0 0
    }
    .container-fix {
        margin: 0 -5px
    }
    [class*=bit-] {
        padding: 10px
    }
    h1.entry-title {
        width: 540px
    }
    .vce-slider-pagination .vce-lay-a .meta-image {
        max-height: 450px
    }
    .main-box .vce-link-pages a {
        margin: 0 20px
    }
    .error404 .entry-content,
    .vce-page .entry-content,
    .vce-single .entry-content,
    .vce-single .entry-footer,
    .vce-single .entry-headline {
        max-width: 630px
    }
    .vce-lay-b .entry-content {
        margin-left: 0
    }
    .error404 .entry-content,
    .vce-sid-none .vce-page .entry-content,
    .vce-sid-none .vce-page .entry-title-page {
        max-width: 100%;
        padding: 0 20px
    }
    .main-navigation li {
        pointer-events: auto
    }
    .site-footer .vce-post-list .vce-posts-wrap {
        width: 55%!important
    }
}

@media only screen and (min-width:1024px) and (max-width:1088px) {
    .vce-grid-item {
        width: 341px
    }
}

@media only screen and (min-width:670px) and (max-width:1023px) {
    .vce-featured {
        max-height: 300px;
        min-height: 300px
    }
    .vce-featured-link-article {
        font-size: 42px;
        line-height: 52px
    }
    .header-sticky .main-navigation a {
        padding: 15px 10px
    }
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        min-height: 165px;
        max-height: 195px;
        max-width: 383px;
        min-width: 100px
    }
    .vce-lay-b {
        min-height: 165px
    }
    .vce-lay-b img {
        max-height: 165px;
        width: auto
    }
    .vce-next-link,
    .vce-prev-link,
    .vce-sid-left .vce-lay-c,
    .vce-sid-right .vce-lay-c {
        width: 48.5%;
        margin: 0 3% 3% 0
    }
    .vce-sid-left article.vce-lay-c:nth-of-type(1n),
    .vce-sid-left article.vce-lay-d:nth-of-type(1n),
    .vce-sid-left article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-c:nth-of-type(1n),
    .vce-sid-none article.vce-lay-d:nth-of-type(1n),
    .vce-sid-none article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-h:nth-of-type(1n),
    .vce-sid-right article.vce-lay-c:nth-of-type(1n),
    .vce-sid-right article.vce-lay-d:nth-of-type(1n),
    .vce-sid-right article.vce-lay-e:nth-of-type(1n) {
        margin: 0 3% 3% 0
    }
    .vce-sid-left article.vce-lay-c:nth-of-type(2n),
    .vce-sid-left article.vce-lay-d:nth-of-type(2n),
    .vce-sid-left article.vce-lay-e:nth-of-type(5n),
    .vce-sid-none article.vce-lay-c:nth-of-type(3n),
    .vce-sid-none article.vce-lay-d:nth-of-type(3n),
    .vce-sid-none article.vce-lay-e:nth-of-type(7n),
    .vce-sid-right article.vce-lay-c:nth-of-type(2n),
    .vce-sid-right article.vce-lay-d:nth-of-type(2n),
    .vce-sid-right article.vce-lay-e:nth-of-type(5n) {
        margin: 0 0 3%
    }
    .vce-sid-left .main-box-half .vce-post,
    .vce-sid-right .main-box-half .vce-post {
        width: 100%
    }
    .vce-lay-c .meta-image {
        width: 100%;
        text-align: center;
        height: auto
    }
    .vce-lay-c img {
        width: 100%;
        height: auto;
        max-height: initial
    }
    .vce-sid-left .vce-lay-d,
    .vce-sid-right .vce-lay-d {
        width: 48.5%;
        min-height: 76px;
        margin: 0 3% 3% 0
    }
    .vce-lay-d img {
        max-width: 135px;
        min-height: initial
    }
    .vce-lay-d .entry-title {
        font-size: 13px;
        line-height: 17px;
        max-width: 400px
    }
    .vce-lay-d .entry-header {
        padding: 0
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-right .vce-lay-e {
        width: 17.4%
    }
    .vce-sid-left .vce-lay-e img,
    .vce-sid-right .vce-lay-e img {
        width: 100%
    }
    .vce-sid-none .vce-lay-e {
        width: 17.2%
    }
    .vce-lay-f,
    .vce-module-columns .main-box-half {
        width: 48.5%
    }
    .vce-grid-item,
    .vce-header-ads,
    .vce-sid-none .vce-module-columns .main-box-half {
        width: 100%
    }
    .vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),
    .vce-sid-right .vce-module-columns .main-box-half:nth-child(2n) {
        margin-left: 3%
    }
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-d,
    .vce-sid-none .vce-lay-f {
        width: 100%;
        margin: 0 0 20px
    }
    .nav-menu .vce-mega-menu-wrapper>li .mega-menu-img {
        height: 90px
    }
    .nav-menu .vce-mega-menu-wrapper {
        min-height: 230px
    }
    .vce-header-ads {
        margin: 0 auto;
        float: left;
        display: block;
        clear: both
    }
    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        max-width: 300px
    }
    .header-3-wrapper .nav-menu>li>a {
        padding: 0 15px
    }
    .vce-wrap-center .top-nav-menu li {
        margin: 0 5px 0 0
    }
    .container-fix {
        margin: 0 -10px
    }
    [class*=bit-] {
        padding: 10px
    }
    .vce-grid-text .vce-featured-info {
        margin-top: 10%
    }
    .vce-featured-grid .owl-item img {
        min-height: initial
    }
    .vce-lay-h {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px
    }
    h1.entry-title {
        width: 540px
    }
    .entry-title {
        display: block
    }
    .vce-featured-grid .vce-featured-link-article {
        font-size: 18px;
        line-height: 22px
    }
    .vce-featured-grid .vce-featured-title {
        padding: 0 20px
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-c,
    .vce-sid-right .vce-slider-pagination .vce-lay-c,
    .vce-slider-pagination .vce-lay-a {
        width: 100%;
        margin: 0 0 20px
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-g,
    .vce-sid-right .vce-slider-pagination .vce-lay-g {
        width: auto
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-d,
    .vce-sid-right .vce-slider-pagination .vce-lay-d {
        width: 100%
    }
    .vce-gallery-big {
        height: 200px
    }
    .admin-bar.sidr-main-open #wpadminbar {
        left: 260px
    }
}

@media only screen and (max-width:1023px) {
    .vce-lay-b,
    .vce-main-content,
    .vce-sid-left .vce-slider-pagination .vce-lay-e,
    .vce-sid-none .vce-lay-b,
    .vce-sid-right .vce-slider-pagination .vce-lay-e {
        width: 100%
    }
    #vce-pagination .next.page-numbers,
    .vce-featured-grid i.fa-angle-right,
    .vce-post-slider i.fa-angle-right {
        right: 5px
    }
    .vce-lay-a img,
    .vce-lay-b img,
    .vce-lay-c img,
    .vce-lay-d img,
    .vce-lay-e img,
    .vce-lay-f img,
    .vce-lay-g img,
    .vce-lay-h img {
        object-fit: cover
    }
    .container {
        max-width: 90%
    }
    .vce-main-content {
        padding: 15px 0!important
    }
    .main-navigation ul ul {
        display: none
    }
    .vce-res-nav {
        float: left;
        position: absolute;
        left: 0
    }
    .vce-lay-e .entry-title {
        font-size: 13px;
        line-height: 18px;
        padding: 5px 5px 10px
    }
    .header-1-wrapper,
    .header-2-wrapper,
    .header-3-wrapper {
        height: 50px!important;
        padding-top: 0!important;
        text-align: center
    }
    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        position: relative;
        float: none;
        top: 0!important;
        left: initial!important;
        text-align: center;
        max-width: initial;
        padding: 3px 0 7px
    }
    .site-branding {
        padding: 4px 0 7px;
        display: inline-block
    }
    .site-branding img {
        max-width: 120px;
        max-height: 28px
    }
    .header-sticky .site-title {
        float: none;
        display: inline-block
    }
    .header-sticky .vce-responsive-nav {
        position: absolute;
        left: 0
    }
    #vce-pagination .prev.page-numbers,
    .vce-featured-grid i.fa-angle-left,
    .vce-post-slider i.fa-angle-left {
        left: 5px
    }
    .header-sticky {
        text-align: center
    }
    .main-header .header-2-wrapper .site-title,
    .main-header .header-2-wrapper .site-title a.has-logo,
    .main-header .header-3-wrapper .site-title,
    .main-header .header-3-wrapper .site-title a.has-logo {
        line-height: 40px!important;
        font-size: 26px!important
    }
    .nav-menu .vce-mega-menu>.sub-menu>li {
        display: block;
        padding: 0;
        text-align: left
    }
    .nav-menu .vce-mega-menu .sub-menu a {
        padding: 10px 10px 10px 20px
    }
    .nav-menu .vce-mega-menu .sub-menu .sub-menu,
    .nav-menu .vce-mega-menu .sub-menu .sub-menu li {
        padding: 0
    }
    .sidebar {
        margin: 0 auto 20px;
        float: none!important;
        display: block;
        clear: both;
        padding-top: 0!important
    }
    h1.entry-title {
        max-width: 100%
    }
    .vce-responsive-nav {
        display: block;
        margin: 10px 0 9px
    }
    .mm-list li a.search_header,
    .nav-menu,
    .nav-menu .vce-mega-menu-wrapper,
    .site-description,
    .top-header {
        display: none
    }
    .main-header .site-title,
    .main-header .site-title a {
        line-height: 36px!important;
        font-size: 40px!important
    }
    .main-header .header-1-wrapper .site-title {
        line-height: 36px!important
    }
    .main-header .header-2-wrapper .site-title a {
        line-height: 45px!important
    }
    .admin-bar .header-sticky {
        top: 0
    }
    .gallery-item:hover img,
    .img-wrp:hover img,
    .mega-menu-img:hover img,
    .meta-image:hover a img,
    .vce-featured-grid .owl-item:hover img,
    .vce-gallery-big:hover img,
    .vce-post-img:hover img,
    .vce_posts_widget .vce-post-big li:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }
    .comment-list .comment-content {
        width: 100%;
        margin: 0 0 20px 20px
    }
    footer.comment-meta {
        margin-bottom: 20px
    }
    .comment-reply-link {
        margin: 0 0 0 10px
    }
    li>ol,
    li>ul {
        margin: 0
    }
    .vce-slider-a .owl-item,
    .vce-slider-b .owl-item {
        padding: 0 2px
    }
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        min-height: initial;
        width: 300px;
        min-width: initial
    }
    .vce-lay-b {
        min-height: 155px
    }
    .vce-lay-b img {
        max-height: initial;
        width: 100%
    }
    .vce-lay-b .entry-title {
        line-height: 28px;
        font-size: 22px
    }
    .site-footer [class*=bit-] {
        width: 100%
    }
    .site-footer [class*=bit-] .widget:last-child {
        margin-bottom: 0
    }
    .vce-featured-grid .owl-item img {
        min-height: initial
    }
    .vce-share-items {
        width: 100%;
        min-width: initial;
        display: inline
    }
    .main-box .vce-link-pages a {
        top: 4px
    }
    .vce-lay-b .entry-content {
        margin-left: 0
    }
    .error404 .entry-content,
    .vce-sid-none .vce-page .entry-content,
    .vce-sid-none .vce-page .entry-title-page,
    .vce-sid-none .vce-single .entry-content,
    .vce-sid-none .vce-single .entry-footer,
    .vce-sid-none .vce-single .entry-headline {
        width: 100%!important;
        padding: 0 20px;
        margin: 20px auto
    }
    #vce-pagination .next.page-numbers,
    #vce-pagination .prev.page-numbers {
        top: 11px
    }
    #vce-pagination .page-numbers {
        display: none
    }
    .error404 .entry-content,
    .vce-page .entry-content,
    .vce-single .entry-content,
    .vce-single .entry-footer,
    .vce-single .entry-headline {
        max-width: 630px
    }
    .vce-featured-grid .owl-next,
    .vce-featured-grid .owl-prev,
    .vce-post-slider .owl-next,
    .vce-post-slider .owl-prev {
        width: 30px;
        height: 60px;
        top: 50%;
        margin-top: -30px
    }
    .vce-lay-h .img-wrap,
    .vce-sid-none .vce-lay-h .img-wrap {
        max-height: 220px;
        height: initial;
        min-height: 220px
    }
    #vce-featured-grid .owl-controls .owl-next,
    #vce-featured-grid .owl-controls .owl-prev,
    .vce-post-slider .owl-controls .owl-next,
    .vce-post-slider .owl-controls .owl-prev {
        opacity: .4;
        filter: alpha(opacity=40)
    }
    .vce-lay-h {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        width: 48%
    }
    .vce-lay-h .entry-title {
        font-size: 20px;
        line-height: 1.4em
    }
    .vce-loop-wrap {
        word-spacing: -1px
    }
    .vce-sid-none .vce-lay-h {
        width: 31%
    }
    .vce-sid-none article.vce-lay-h:nth-of-type(3n) {
        margin: 0 3% 3% 0
    }
    .vce-sid-left article.vce-lay-h:nth-of-type(1n),
    .vce-sid-right article.vce-lay-h:nth-of-type(1n) {
        margin: 0 3% 3% 0!important
    }
    .vce-sid-left article.vce-lay-h:nth-of-type(2n),
    .vce-sid-right article.vce-lay-h:nth-of-type(2n) {
        margin: 0 0 3%!important
    }
    .vce-sid-none .main-box-half article.vce-lay-h:nth-of-type(1n) {
        margin: 0 3% 20px 0!important
    }
    .vce-sid-none .main-box-half article.vce-lay-h:nth-of-type(2n) {
        margin: 0 0 20px!important
    }
    .vce-sid-none .main-box-half .vce-lay-h {
        max-width: 48%;
        margin-bottom: 20px!important
    }
    .vce-sid-none .vce-slider-pagination .vce-lay-h,
    .vce-slider-pagination .vce-lay-h {
        width: 100%
    }
}

@media only screen and (min-width:200px) and (max-width:670px) {
    html {
        margin-top: 0!important;
        overflow-x: visible
    }
    body,
    button,
    input,
    select,
    textarea {
        font-size: 14px;
        line-height: 22px
    }
    .container {
        max-width: 95%
    }
    .vce-featured {
        max-height: 200px;
        min-height: 200px
    }
    .sidebar {
        width: 100%
    }
    .vce-main-content {
        padding: 0 0 10px!important
    }
    .vce-featured-grid .vce-featured-link-article,
    .vce-featured-link-article {
        font-size: 20px;
        line-height: 26px
    }
    .vce-lay-g .entry-title,
    .vce-lay-g .entry-title a,
    .vce-lay-g .entry-title a:hover {
        font-size: 18px;
        line-height: 22px
    }
    .vce-lay-g .entry-title {
        padding: 0 20px
    }
    .meta-category a,
    .vce-featured-section a {
        font-size: 14px
    }
    .vce-featured-full-slider .owl-nav i {
        font-size: 30px
    }
    .vce-featured-full-slider .owl-nav .owl-next,
    .vce-featured-full-slider .owl-nav .owl-prev {
        width: 30px;
        height: 60px;
        margin-top: -30px
    }
    .vce-featured .vce-featured-info,
    .vce-hover-effect {
        width: 100%;
        margin: 0;
        left: 0;
        text-align: center
    }
    .vce-featured-grid .vce-featured-title {
        width: 80%
    }
    .vce-lay-g .vce-featured-header {
        padding: 10px 0
    }
    .main-box-inside {
        padding: 10px 10px 0
    }
    .comment-respond,
    .main-box,
    .sidebar .widget {
        margin-bottom: 10px
    }
    .vce-lay-b,
    .vce-lay-c {
        padding: 0 0 5px;
        margin: 0 0 10px
    }
    .vce-lay-b img,
    .vce-lay-c,
    .vce-lay-c img,
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        width: 100%;
        min-height: initial;
        min-width: initial;
        max-height: initial;
        margin-right: 0
    }
    .vce-lay-c .meta-image,
    .vce-lay-d,
    .vce-post-big li a,
    .vce-post-img img,
    .vce-post-slider li a {
        width: 100%
    }
    .vce-lay-d {
        min-height: initial
    }
    .vce-prev-next-link {
        margin: 10px 0
    }
    .vce-module-columns .main-box-half,
    .vce-sid-none .vce-module-columns .main-box-half {
        width: 100%
    }
    .vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),
    .vce-sid-right .vce-module-columns .main-box-half:nth-child(2n) {
        margin-left: 0
    }
    .vce-lay-e .meta-image {
        text-align: center;
        background: rgba(0, 0, 0, .1)
    }
    .vce-lay-d img {
        max-width: 120px;
        min-height: initial;
        max-height: initial
    }
    .vce-lay-d .meta-image {
        margin-right: 10px
    }
    .vce-lay-d .entry-title,
    .vce-lay-e .entry-title,
    .vce-lay-f .entry-title {
        font-size: 13px;
        line-height: 17px;
        max-width: 300px
    }
    .vce-lay-d .entry-meta div,
    .vce-lay-d .entry-meta div a,
    .vce-lay-d .meta-category a {
        font-size: 12px;
        line-height: 16px
    }
    .vce-sid-none .vce-lay-b,
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-d,
    .vce-sid-none .vce-lay-f {
        width: 100%;
        margin: 0 0 20px
    }
    .vce-sid-none .vce-lay-b .meta-image,
    .vce-sid-none .vce-lay-b img,
    .vce-sid-none .vce-lay-c .meta-image,
    .vce-sid-none .vce-lay-c img {
        width: 100%;
        min-height: initial;
        min-width: initial;
        max-height: initial;
        margin-right: 0
    }
    .vce-sid-none .vce-lay-b .entry-header {
        padding: 0
    }
    .vce-sid-left .vce-lay-c,
    .vce-sid-left .vce-lay-c:nth-child(2n),
    .vce-sid-left .vce-lay-d,
    .vce-sid-left .vce-lay-d:nth-child(2n),
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-c:nth-child(3n),
    .vce-sid-none .vce-lay-d,
    .vce-sid-none .vce-lay-d:nth-child(3n),
    .vce-sid-none .vce-lay-e:nth-child(7n),
    .vce-sid-right .vce-lay-c,
    .vce-sid-right .vce-lay-c:nth-child(2n),
    .vce-sid-right .vce-lay-d,
    .vce-sid-right .vce-lay-d:nth-child(2n) {
        margin: 0 0 10px!important
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-left .vce-lay-e:nth-child(5n),
    .vce-sid-none .vce-lay-e,
    .vce-sid-right .vce-lay-e,
    .vce-sid-right .vce-lay-e:nth-child(5n) {
        margin: 0 10px 10px 0
    }
    .vce-sid-left .vce-lay-e:nth-child(2n),
    .vce-sid-right .vce-lay-e:nth-child(2n) {
        margin: 0 0 10px
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-right .vce-lay-e {
        width: 47.7%
    }
    .vce-sid-left article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-h:nth-of-type(1n),
    .vce-sid-right article.vce-lay-e:nth-of-type(1n) {
        margin: 0 10px 10px 0
    }
    .vce-sid-left article.vce-lay-e:nth-of-type(2n),
    .vce-sid-none article.vce-lay-e:nth-of-type(2n),
    .vce-sid-right article.vce-lay-e:nth-of-type(2n) {
        margin: 0 0 10px
    }
    .vce-lay-a .entry-title,
    .vce-lay-a .entry-title a,
    .vce-lay-b .entry-title {
        line-height: 28px;
        font-size: 22px;
        text-align: center;
        padding: 0 10px
    }
    .vce-lay-b .entry-header {
        text-align: center
    }
    .vce-lay-b .meta-image {
        margin-bottom: 12px
    }
    .vce-lay-a .entry-content,
    .vce-lay-c .entry-content,
    .vce-lay-c .entry-title {
        padding: 0 10px;
        max-width: 100%;
        clear: both
    }
    .vce-sid-left .vce-lay-f,
    .vce-sid-right .vce-lay-f {
        width: 100%;
        margin: 0 0 10px
    }
    .vce-lay-g .entry-meta {
        display: none
    }
    .error404 .entry-content,
    .vce-page .entry-content,
    .vce-page .entry-title-page,
    .vce-sid-none .vce-page .entry-content,
    .vce-sid-none .vce-page .entry-title-page,
    .vce-sid-none .vce-single .entry-content,
    .vce-sid-none .vce-single .entry-footer,
    .vce-sid-none .vce-single .entry-headline,
    .vce-single .entry-content,
    .vce-single .entry-footer,
    .vce-single .entry-headline {
        width: 100%!important;
        padding: 0 20px;
        margin: 20px auto
    }
    .vce-share-items li {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px
    }
    .vce-share-items {
        width: 100%;
        min-width: initial;
        max-width: initial
    }
    .vce-next-link,
    .vce-prev-link,
    .vce-share-items li a,
    .vce-wrap-center,
    .vce-wrap-left,
    .vce-wrap-right {
        width: 100%;
        text-align: center
    }
    .img-wrp {
        float: none
    }
    .vce-single .entry-header {
        margin: 20px 0
    }
    .vce-share-bar {
        padding: 0 20px
    }
    .vce-wrap-center,
    .vce-wrap-left,
    .vce-wrap-right {
        text-align: center
    }
    .data-image {
        float: left;
        margin-right: 20px;
        display: block;
        text-align: center;
        width: 100%
    }
    .data-content {
        margin: 0;
        text-align: center
    }
    .data-links {
        float: none;
        margin-bottom: 10px
    }
    .vce-author-links {
        text-align: center;
        width: 100%
    }
    .vce-author-links a {
        float: none;
        display: inline-block
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url,
    .main-box-subtitle {
        width: 100%
    }
    .container-fix {
        margin: 0
    }
    #vce-pagination,
    .vce-slider-pagination .owl-controls {
        padding: 10px;
        margin: 0 -10px
    }
    .mks_adswidget_ul.large li,
    .site-footer .mks_adswidget_ul.large li {
        padding: 0
    }
    .mks_ads_widget .small li,
    .mks_ads_widget ul.custom li,
    .mks_adswidget_ul.custom li,
    .mks_adswidget_ul.small li,
    .mks_adswidget_ul.small li:nth-child(2n),
    .site-footer .mks_adswidget_ul.small li:nth-child(2n) {
        padding: 10px
    }
    .entry-content {
        font-size: 14px;
        line-height: 22px
    }
    h1.entry-title {
        font-size: 24px;
        line-height: 30px;
        padding: 0 20px
    }
    .vce-single .entry-headline p {
        font-size: 16px;
        line-height: 24px
    }
    p {
        margin-bottom: 20px
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px
    }
    h1 {
        font-size: 24px;
        line-height: 34px
    }
    h2 {
        font-size: 22px;
        line-height: 32px
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
        -webkit-font-smoothing: antialiased
    }
    h4 {
        font-size: 18px;
        line-height: 28px
    }
    h5 {
        font-size: 16px;
        line-height: 26px
    }
    h6 {
        font-size: 14px;
        line-height: 24px
    }
    .sidebar .widget-title {
        line-height: 22px
    }
    .bit-1,
    .bit-10,
    .bit-11,
    .bit-12,
    .bit-2,
    .bit-3,
    .bit-4,
    .bit-5,
    .bit-6,
    .bit-7,
    .bit-8,
    .bit-9 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
    .comment-reply-title,
    .main-box-title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 0;
        padding: 10px 10px 12px
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-c,
    .vce-sid-right .vce-slider-pagination .vce-lay-c,
    .vce-slider-pagination .vce-lay-a {
        width: auto;
        margin: 0 0 10px!important
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-g,
    .vce-sid-right .vce-slider-pagination .vce-lay-g {
        width: auto;
        max-height: 300px
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-d,
    .vce-sid-right .vce-slider-pagination .vce-lay-d {
        width: 100%;
        margin: 0 10px 10px 0!important
    }
    .vce-slider-pagination .vce-lay-b {
        margin: 0 10px 20px!important;
        text-align: center;
        padding: 0 0 10px;
        width: auto
    }
    .vce-slider-pagination .vce-lay-a .meta-image {
        max-height: 250px
    }
    .vce-gallery-big {
        height: 200px!important
    }
    .wp-caption {
        width: 100%!important
    }
    .mks_col .mks_one_half,
    .mks_col .mks_one_third {
        width: 100%;
        margin: 0 0 10px
    }
    .site-info .container>div {
        display: block;
        width: 100%
    }
    .comment-reply-link,
    .main-box .vce-link-pages a {
        margin: 0
    }
    .vce-paginated-num {
        display: none
    }
    .comment-list .comment-content,
    .vce-lay-a.vce-post {
        margin: 0 0 10px
    }
    .vce-lay-a .vce-format-icon i,
    .vce-lay-g .vce-format-icon i {
        height: 80px;
        width: 80px;
        padding: 18px 0 0;
        font-size: 35px;
        line-height: 37px
    }
    .vce-wrap-right>div,
    .vce-wrap-right>ul {
        float: none;
        display: inline-block;
        margin: 10px 0 0
    }
    .vce-author-card .data-image {
        margin: 10px 0;
        text-align: center
    }
    .data-image img,
    .data-links a {
        margin: 0
    }
    .vce-author-card .data-content {
        margin: 0;
        padding-right: 0
    }
    .data-entry-content {
        padding: 0 10px;
        margin-bottom: 20px
    }
    .alignleft,
    .alignright {
        margin: 0 0 20px
    }
    .vce-lay-b .entry-content {
        padding: 0 10px
    }
    .header-sticky {
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }
    .wp-video {
        min-height: initial
    }
    #vce-featured-grid .owl-controls .owl-next,
    #vce-featured-grid .owl-controls .owl-prev,
    .vce-post-slider .owl-controls .owl-next,
    .vce-post-slider .owl-controls .owl-prev {
        opacity: .4;
        filter: alpha(opacity=40)
    }
    .vce-featured-grid .owl-next,
    .vce-featured-grid .owl-prev,
    .vce-post-slider .owl-next,
    .vce-post-slider .owl-prev {
        width: 30px;
        height: 60px;
        top: 50%;
        margin-top: -30px
    }
    .vce-featured-grid i.fa-angle-right,
    .vce-post-slider i.fa-angle-right {
        right: 5px
    }
    .vce-featured-grid i.fa-angle-left,
    .vce-post-slider i.fa-angle-left {
        left: 5px
    }
    .bbp-reply-content {
        margin: auto!important
    }
    .vce-lay-h {
        width: 375px;
        margin: 0 auto 20px!important;
        display: block
    }
    .vce-lay-h .img-wrap {
        max-height: initial;
        height: 195px;
        min-height: initial
    }
    .vce-lay-h .entry-meta {
        display: none
    }
    .site-footer .vce-post-list .vce-posts-wrap {
        width: 50%!important;
        max-width: 100%!important
    }
    .sidr-class-vce-mega-menu-wrapper {
        display: none!important
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering .orderby,
    .woocommerce .woocommerce-ordering .orderby span,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%!important
    }
    .vce-sid-none .vce-slider-pagination .vce-lay-h {
        width: 100%;
        margin-left: 0!important
    }
}

@media (max-width:1023px) {
    .vce-sid-none .vce-lay-h {
        width: 48%
    }
    .vce-sid-none article.vce-lay-h:nth-of-type(3n) {
        margin: 0 3% 3% 0
    }
    .vce-sid-none article.vce-lay-h:nth-of-type(2n) {
        margin: 0 0 3%
    }
}

@media screen and (max-width:782px) {
    html {
        margin-top: 0!important
    }
    .admin-bar {
        padding-top: 46px
    }
    .admin-bar.sidr-main-open #wpadminbar {
        left: 260px
    }
}

@media (max-width:800px) {
    .vce-header-ads {
        width: 728px
    }
}

@media (max-width:728px) {
    .vce-header-ads {
        margin: 0 auto;
        float: left;
        display: block;
        clear: both;
        width: 100%
    }
    .vce-sid-left article.vce-lay-h:nth-of-type(1n),
    .vce-sid-none .main-box-half .vce-lay-h,
    .vce-sid-none .main-box-half article.vce-lay-h:nth-of-type(1n),
    .vce-sid-none .vce-lay-h,
    .vce-sid-right article.vce-lay-h:nth-of-type(1n),
    body.vce-sid-left article.vce-lay-h,
    body.vce-sid-right article.vce-lay-h {
        width: 100%;
        max-width: 353px;
        margin: 0 auto 20px!important;
        display: block
    }
    .vce-lay-h .img-wrap,
    .vce-sid-none .vce-lay-h .img-wrap {
        height: 260px;
        min-height: 260px
    }
    .vce-sid-none .vce-slider-pagination.vce-slider-h {
        max-width: 353px;
        margin: 0 auto;
        float: none
    }
    .vce-sid-none .vce-slider-pagination .vce-lay-h {
        margin: 0!important;
        width: 100%
    }
}

@media (max-width:420px) {
    .vce-lay-h .img-wrap,
    .vce-sid-none .vce-lay-h .img-wrap {
        min-height: 200px;
        height: 200px
    }
    .vce-header-ads {
        width: 300px
    }
    .vce-lay-h,
    .vce-sid-none .vce-lay-h {
        width: 100%;
        margin: 0 auto 20px!important;
        display: block
    }
    .vce-lay-h .img-wrap {
        max-height: initial
    }
}

@media only screen and (max-width:1023px) and (min-width:500px) {
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-c:nth-child(3n) {
        width: 48.5%;
        margin: 0 3% 3% 0!important
    }
    .vce-sid-none .vce-lay-c:nth-child(2n) {
        margin: 0 0 10px!important
    }
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.chrome {
    text-rendering: auto;
}

.vce-sticky,
#back-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

body {
    background-color: #f0f0f0;
}

body,
.mks_author_widget h3,
.site-description,
.meta-category a,
textarea {
    font-family: 'Open Sans';
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.vce-post-link,
.site-title,
.site-title a,
.main-box-title,
.comment-reply-title,
.entry-title a,
.vce-single .entry-headline p,
.vce-prev-next-link,
.author-title,
.mks_pullquote,
.widget_rss ul li .rsswidget,
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.main-navigation a,
.sidr a {
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.vce-single .entry-content,
.vce-single .entry-headline,
.vce-single .entry-footer {
    width: 600px;
}

.vce-lay-a .lay-a-content {
    width: 600px;
    max-width: 600px;
}

.vce-page .entry-content,
.vce-page .entry-title-page {
    width: 600px;
}

.vce-sid-none .vce-single .entry-content,
.vce-sid-none .vce-single .entry-headline,
.vce-sid-none .vce-single .entry-footer {
    width: 600px;
}

.vce-sid-none .vce-page .entry-content,
.vce-sid-none .vce-page .entry-title-page,
.error404 .entry-content {
    width: 600px;
    max-width: 600px;
}

body,
button,
input,
select,
textarea {
    color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.prev-next-nav a,
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink,
.woocommerce ul.products li.product .price .amount {
    color: #232323;
}

a,
.entry-title a:hover,
.vce-prev-next-link:hover,
.vce-author-links a:hover,
.required,
.error404 h4,
.prev-next-nav a:hover,
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product h3:hover mark,
.main-box-title a:hover {
    color: #cf4d35;
}

.vce-square,
.vce-main-content .mejs-controls .mejs-time-rail .mejs-time-current,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.vce-button,
.pagination-wapper a,
#vce-pagination .next.page-numbers,
#vce-pagination .prev.page-numbers,
#vce-pagination .page-numbers,
#vce-pagination .page-numbers.current,
.vce-link-pages a,
#vce-pagination a,
.vce-load-more a,
.vce-slider-pagination .owl-nav>div,
.vce-mega-menu-posts-wrap .owl-nav>div,
.comment-reply-link:hover,
.vce-featured-section a,
.vce-lay-g .vce-featured-info .meta-category a,
.vce-404-menu a,
.vce-post.sticky .meta-image:before,
#vce-pagination .page-numbers:hover,
#bbpress-forums .bbp-pagination .current,
#bbpress-forums .bbp-pagination a:hover,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.comments-holder .navigation .page-numbers.current,
.vce-lay-a .vce-read-more:hover,
.vce-lay-c .vce-read-more:hover {
    background-color: #cf4d35;
}

#vce-pagination .page-numbers,
.comments-holder .navigation .page-numbers {
    background: transparent;
    color: #cf4d35;
    border: 1px solid #cf4d35;
}

.comments-holder .navigation .page-numbers:hover {
    background: #cf4d35;
    border: 1px solid #cf4d35;
}

.bbp-pagination-links a {
    background: transparent;
    color: #cf4d35;
    border: 1px solid #cf4d35 !important;
}

#vce-pagination .page-numbers.current,
.bbp-pagination-links span.current,
.comments-holder .navigation .page-numbers.current {
    border: 1px solid #cf4d35;
}

.widget_categories .cat-item:before,
.widget_categories .cat-item .count {
    background: #cf4d35;
}

.comment-reply-link,
.vce-lay-a .vce-read-more,
.vce-lay-c .vce-read-more {
    border: 1px solid #cf4d35;
}

.entry-meta div,
.entry-meta-count,
.entry-meta div a,
.comment-metadata a,
.meta-category span,
.meta-author-wrapped,
.wp-caption .wp-caption-text,
.widget_rss .rss-date,
.sidebar cite,
.site-footer cite,
.sidebar .vce-post-list .entry-meta div,
.sidebar .vce-post-list .entry-meta div a,
.sidebar .vce-post-list .fn,
.sidebar .vce-post-list .fn a,
.site-footer .vce-post-list .entry-meta div,
.site-footer .vce-post-list .entry-meta div a,
.site-footer .vce-post-list .fn,
.site-footer .vce-post-list .fn a,
#bbpress-forums .bbp-topic-started-by,
#bbpress-forums .bbp-topic-started-in,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
span.bbp-admin-links a,
.bbp-reply-post-date,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
.woocommerce .woocommerce-result-count,
.woocommerce .product_meta {
    color: #9b9b9b;
}

.main-box-title,
.comment-reply-title,
.main-box-head {
    background: #ffffff;
    color: #232323;
}

.main-box-title a {
    color: #232323;
}

.sidebar .widget .widget-title a {
    color: #232323;
}

.main-box,
.comment-respond,
.prev-next-nav {
    background: #f9f9f9;
}

.vce-post,
ul.comment-list>li.comment,
.main-box-single,
.ie8 .vce-single,
#disqus_thread,
.vce-author-card,
.vce-author-card .vce-content-outside,
.mks-bredcrumbs-container,
ul.comment-list>li.pingback {
    background: #ffffff;
}

.mks_tabs.horizontal .mks_tab_nav_item.active {
    border-bottom: 1px solid #ffffff;
}

.mks_tabs.horizontal .mks_tab_item,
.mks_tabs.vertical .mks_tab_nav_item.active,
.mks_tabs.horizontal .mks_tab_nav_item.active {
    background: #ffffff;
}

.mks_tabs.vertical .mks_tab_nav_item.active {
    border-right: 1px solid #ffffff;
}

#vce-pagination,
.vce-slider-pagination .owl-controls,
.vce-content-outside,
.comments-holder .navigation {
    background: #f3f3f3;
}

.sidebar .widget-title {
    background: #ffffff;
    color: #232323;
}

.sidebar .widget {
    background: #f9f9f9;
}

.sidebar .widget,
.sidebar .widget li a,
.sidebar .mks_author_widget h3 a,
.sidebar .mks_author_widget h3,
.sidebar .vce-search-form .vce-search-input,
.sidebar .vce-search-form .vce-search-input:focus {
    color: #444444;
}

.sidebar .widget li a:hover,
.sidebar .widget a,
.widget_nav_menu li.menu-item-has-children:hover:after,
.widget_pages li.page_item_has_children:hover:after {
    color: #cf4d35;
}

.sidebar .tagcloud a {
    border: 1px solid #cf4d35;
}

.sidebar .mks_author_link,
.sidebar .tagcloud a:hover,
.sidebar .mks_themeforest_widget .more,
.sidebar button,
.sidebar input[type="button"],
.sidebar input[type="reset"],
.sidebar input[type="submit"],
.sidebar .vce-button,
.sidebar .bbp_widget_login .button {
    background-color: #cf4d35;
}

.sidebar .mks_author_widget .mks_autor_link_wrap,
.sidebar .mks_themeforest_widget .mks_read_more {
    background: #f3f3f3;
}

.sidebar #wp-calendar caption,
.sidebar .recentcomments,
.sidebar .post-date,
.sidebar #wp-calendar tbody {
    color: rgba(68, 68, 68, 0.7);
}

.site-footer {
    background: #373941;
}

.site-footer .widget-title {
    color: #ffffff;
}

.site-footer,
.site-footer .widget,
.site-footer .widget li a,
.site-footer .mks_author_widget h3 a,
.site-footer .mks_author_widget h3,
.site-footer .vce-search-form .vce-search-input,
.site-footer .vce-search-form .vce-search-input:focus {
    color: #f9f9f9;
}

.site-footer .widget li a:hover,
.site-footer .widget a,
.site-info a {
    color: #cf4d35;
}

.site-footer .tagcloud a {
    border: 1px solid #cf4d35;
}

.site-footer .mks_author_link,
.site-footer .mks_themeforest_widget .more,
.site-footer button,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="submit"],
.site-footer .vce-button,
.site-footer .tagcloud a:hover {
    background-color: #cf4d35;
}

.site-footer #wp-calendar caption,
.site-footer .recentcomments,
.site-footer .post-date,
.site-footer #wp-calendar tbody,
.site-footer .site-info {
    color: rgba(249, 249, 249, 0.7);
}

.top-header,
.top-nav-menu li .sub-menu {
    background: #3a3a3a;
}

.top-header,
.top-header a {
    color: #ffffff;
}

.top-header .vce-search-form .vce-search-input,
.top-header .vce-search-input:focus,
.top-header .vce-search-submit {
    color: #ffffff;
}

.top-header .vce-search-form .vce-search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.top-header .vce-search-form .vce-search-input:-moz-placeholder {
    color: #ffffff;
}

.top-header .vce-search-form .vce-search-input::-moz-placeholder {
    color: #ffffff;
}

.top-header .vce-search-form .vce-search-input:-ms-input-placeholder {
    color: #ffffff;
}

.header-1-wrapper {
    height: 150px;
    padding-top: 15px;
}

.header-2-wrapper,
.header-3-wrapper {
    height: 150px;
}

.header-2-wrapper .site-branding,
.header-3-wrapper .site-branding {
    top: 15px;
    left: 0px;
}

.site-title a,
.site-title a:hover {
    color: #232323;
}

.site-description {
    color: #aaaaaa;
}

.main-header {
    background-color: #ffffff;
}

.header-bottom-wrapper {
    background: #fcfcfc;
}

.vce-header-ads {
    margin: 30px 0;
}

.header-3-wrapper .nav-menu>li>a {
    padding: 65px 15px;
}

.header-sticky,
.sidr {
    background: rgba(252, 252, 252, 0.95);
}

.ie8 .header-sticky {
    background: #ffffff;
}

.main-navigation a,
.nav-menu .vce-mega-menu>.sub-menu>li>a,
.sidr li a,
.vce-menu-parent {
    color: #4a4a4a;
}

.nav-menu>li:hover>a,
.nav-menu>.current_page_item>a,
.nav-menu>.current-menu-item>a,
.nav-menu>.current-menu-ancestor>a,
.main-navigation a.vce-item-selected,
.main-navigation ul ul li:hover>a,
.nav-menu ul .current-menu-item a,
.nav-menu ul .current_page_item a,
.vce-menu-parent:hover,
.sidr li a:hover,
.main-navigation li.current-menu-item.fa:before,
.vce-responsive-nav {
    color: #cf4d35;
}

#sidr-id-vce_main_navigation_menu .soc-nav-menu li a:hover {
    color: #ffffff;
}

.nav-menu>li:hover>a,
.nav-menu>.current_page_item>a,
.nav-menu>.current-menu-item>a,
.nav-menu>.current-menu-ancestor>a,
.main-navigation a.vce-item-selected,
.main-navigation ul ul,
.header-sticky .nav-menu>.current_page_item:hover>a,
.header-sticky .nav-menu>.current-menu-item:hover>a,
.header-sticky .nav-menu>.current-menu-ancestor:hover>a,
.header-sticky .main-navigation a.vce-item-selected:hover {
    background-color: #ffffff;
}

.search-header-wrap ul {
    border-top: 2px solid #cf4d35;
}

.vce-border-top .main-box-title {
    border-top: 2px solid #cf4d35;
}

.tagcloud a:hover,
.sidebar .widget .mks_author_link,
.sidebar .widget.mks_themeforest_widget .more,
.site-footer .widget .mks_author_link,
.site-footer .widget.mks_themeforest_widget .more,
.vce-lay-g .entry-meta div,
.vce-lay-g .fn,
.vce-lay-g .fn a {
    color: #FFF;
}

.vce-featured-header .vce-featured-header-background {
    opacity: 0.5
}

.vce-featured-grid .vce-featured-header-background,
.vce-post-big .vce-post-img:after,
.vce-post-slider .vce-post-img:after {
    opacity: 0.5
}

.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background,
.vce-post-big li:hover .vce-post-img:after,
.vce-post-slider li:hover .vce-post-img:after {
    opacity: 0.8
}

#back-top {
    background: #323232
}

.sidr input[type=text] {
    background: rgba(74, 74, 74, 0.1);
    color: rgba(74, 74, 74, 0.5);
}

.meta-image:hover a img,
.vce-lay-h .img-wrap:hover .meta-image>img,
.img-wrp:hover img,
.vce-gallery-big:hover img,
.vce-gallery .gallery-item:hover img,
.vce_posts_widget .vce-post-big li:hover img,
.vce-featured-grid .owl-item:hover img,
.vce-post-img:hover img,
.mega-menu-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a.category-2,
.sidebar .widget .vce-post-list a.category-2 {
    color: #61c436;
}

body.category-2 .main-box-title,
.main-box-title.cat-2 {
    border-top: 2px solid #61c436;
}

.widget_categories li.cat-item-2 .count {
    background: #61c436;
}

.widget_categories li.cat-item-2:before {
    background: #61c436;
}

.vce-featured-section .category-2,
.vce-post-big .meta-category a.category-2,
.vce-post-slider .meta-category a.category-2 {
    background-color: #61c436;
}

.vce-lay-g .vce-featured-info .meta-category a.category-2 {
    background-color: #61c436;
}

.vce-lay-h header .meta-category a.category-2 {
    background-color: #61c436;
}

a.category-1,
.sidebar .widget .vce-post-list a.category-1 {
    color: #f4b23f;
}

body.category-1 .main-box-title,
.main-box-title.cat-1 {
    border-top: 2px solid #f4b23f;
}

.widget_categories li.cat-item-1 .count {
    background: #f4b23f;
}

.widget_categories li.cat-item-1:before {
    background: #f4b23f;
}

.vce-featured-section .category-1,
.vce-post-big .meta-category a.category-1,
.vce-post-slider .meta-category a.category-1 {
    background-color: #f4b23f;
}

.vce-lay-g .vce-featured-info .meta-category a.category-1 {
    background-color: #f4b23f;
}

.vce-lay-h header .meta-category a.category-1 {
    background-color: #f4b23f;
}

a.category-3,
.sidebar .widget .vce-post-list a.category-3 {
    color: #46c49c;
}

body.category-3 .main-box-title,
.main-box-title.cat-3 {
    border-top: 2px solid #46c49c;
}

.widget_categories li.cat-item-3 .count {
    background: #46c49c;
}

.widget_categories li.cat-item-3:before {
    background: #46c49c;
}

.vce-featured-section .category-3,
.vce-post-big .meta-category a.category-3,
.vce-post-slider .meta-category a.category-3 {
    background-color: #46c49c;
}

.vce-lay-g .vce-featured-info .meta-category a.category-3 {
    background-color: #46c49c;
}

.vce-lay-h header .meta-category a.category-3 {
    background-color: #46c49c;
}

a.category-4,
.sidebar .widget .vce-post-list a.category-4 {
    color: #e54e7e;
}

body.category-4 .main-box-title,
.main-box-title.cat-4 {
    border-top: 2px solid #e54e7e;
}

.widget_categories li.cat-item-4 .count {
    background: #e54e7e;
}

.widget_categories li.cat-item-4:before {
    background: #e54e7e;
}

.vce-featured-section .category-4,
.vce-post-big .meta-category a.category-4,
.vce-post-slider .meta-category a.category-4 {
    background-color: #e54e7e;
}

.vce-lay-g .vce-featured-info .meta-category a.category-4 {
    background-color: #e54e7e;
}

.vce-lay-h header .meta-category a.category-4 {
    background-color: #e54e7e;
}

a.category-5,
.sidebar .widget .vce-post-list a.category-5 {
    color: #ca85ca;
}

body.category-5 .main-box-title,
.main-box-title.cat-5 {
    border-top: 2px solid #ca85ca;
}

.widget_categories li.cat-item-5 .count {
    background: #ca85ca;
}

.widget_categories li.cat-item-5:before {
    background: #ca85ca;
}

.vce-featured-section .category-5,
.vce-post-big .meta-category a.category-5,
.vce-post-slider .meta-category a.category-5 {
    background-color: #ca85ca;
}

.vce-lay-g .vce-featured-info .meta-category a.category-5 {
    background-color: #ca85ca;
}

.vce-lay-h header .meta-category a.category-5 {
    background-color: #ca85ca;
}

a.category-6,
.sidebar .widget .vce-post-list a.category-6 {
    color: #607ec7;
}

body.category-6 .main-box-title,
.main-box-title.cat-6 {
    border-top: 2px solid #607ec7;
}

.widget_categories li.cat-item-6 .count {
    background: #607ec7;
}

.widget_categories li.cat-item-6:before {
    background: #607ec7;
}

.vce-featured-section .category-6,
.vce-post-big .meta-category a.category-6,
.vce-post-slider .meta-category a.category-6 {
    background-color: #607ec7;
}

.vce-lay-g .vce-featured-info .meta-category a.category-6 {
    background-color: #607ec7;
}

.vce-lay-h header .meta-category a.category-6 {
    background-color: #607ec7;
}

/* Brand */
.brandpicture {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.brandpicture:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}		