/*
[Master Stylesheet]
Project: Elite Masters

[Table of contents]
1. Font Awesome
2. Header
3. Content
4. Typography
5. Modules
6. Widgets
7. Footer

/* Font Awesome 4.4.0 */
@font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.4.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: xx-large; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% }
.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; text-align: center }
.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none }
.fa-ul>li { position: relative }
.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center }
.fa-li.fa-lg { left: -1.85714286em }
.fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em }
.fa-pull-left { float: left }
.fa-pull-right { float: right }
.fa.fa-pull-left { margin-right: .3em }
.fa.fa-pull-right { margin-left: .3em }
.pull-right { float: right }
.pull-left { float: left }
.fa.pull-left { margin-right: .3em }
.fa.pull-right { margin-left: .3em }
.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(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) }
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) }
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) }
.fa-flip-horizontal {
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 {
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-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none }
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle }
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center }
.fa-stack-1x { line-height: inherit }
.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-remove:before, .fa-close: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-gear:before, .fa-cog: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-rotate-right:before, .fa-repeat: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-photo:before, .fa-image: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-warning:before, .fa-exclamation-triangle: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-gears:before, .fa-cogs: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-save:before, .fa-floppy-o:before { content: "\f0c7" }
.fa-square:before { content: "\f0c8" }
.fa-navicon:before, .fa-reorder:before, .fa-bars: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-unsorted:before, .fa-sort:before { content: "\f0dc" }
.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd" }
.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de" }
.fa-envelope:before { content: "\f0e0" }
.fa-linkedin:before { content: "\f0e1" }
.fa-rotate-left:before, .fa-undo:before { content: "\f0e2" }
.fa-legal:before, .fa-gavel:before { content: "\f0e3" }
.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4" }
.fa-comment-o:before { content: "\f0e5" }
.fa-comments-o:before { content: "\f0e6" }
.fa-flash:before, .fa-bolt:before { content: "\f0e7" }
.fa-sitemap:before { content: "\f0e8" }
.fa-umbrella:before { content: "\f0e9" }
.fa-paste:before, .fa-clipboard: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-unlink:before, .fa-chain-broken: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-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150" }
.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151" }
.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152" }
.fa-euro:before, .fa-eur:before { content: "\f153" }
.fa-gbp:before { content: "\f154" }
.fa-dollar:before, .fa-usd:before { content: "\f155" }
.fa-rupee:before, .fa-inr:before { content: "\f156" }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157" }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158" }
.fa-won:before, .fa-krw: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-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191" }
.fa-dot-circle-o:before { content: "\f192" }
.fa-wheelchair:before { content: "\f193" }
.fa-vimeo-square:before { content: "\f194" }
.fa-turkish-lira:before, .fa-try: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-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c" }
.fa-mortar-board:before, .fa-graduation-cap: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: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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5" }
.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6" }
.fa-file-sound-o:before, .fa-file-audio-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-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd" }
.fa-circle-o-notch:before { content: "\f1ce" }
.fa-ra:before, .fa-rebel:before { content: "\f1d0" }
.fa-ge:before, .fa-empire:before { content: "\f1d1" }
.fa-git-square:before { content: "\f1d2" }
.fa-git:before { content: "\f1d3" }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4" }
.fa-tencent-weibo:before { content: "\f1d5" }
.fa-qq:before { content: "\f1d6" }
.fa-wechat:before, .fa-weixin:before { content: "\f1d7" }
.fa-send:before, .fa-paper-plane:before { content: "\f1d8" }
.fa-send-o:before, .fa-paper-plane-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-soccer-ball-o:before, .fa-futbol-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-shekel:before, .fa-sheqel:before, .fa-ils: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-hotel:before, .fa-bed:before { content: "\f236" }
.fa-viacoin:before { content: "\f237" }
.fa-train:before { content: "\f238" }
.fa-subway:before { content: "\f239" }
.fa-medium:before { content: "\f23a" }
.fa-yc:before, .fa-y-combinator: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-stop-o:before, .fa-hand-paper-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-tv:before, .fa-television: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-vimeo:before { content: "\f27d" }
.fa-black-tie:before { content: "\f27e" }
.fa-fonticons:before { content: "\f280" }
body { padding: 0; margin: 0; opacity: 0; font-family: 'Montserrat', sans-serif;}
body, html { overflow-x: hidden !important; }
p { margin: 0 0 10px 0; padding: 0; }
p a { color: #c4c8cf; }
a, a:hover, a:focus { text-decoration: none; outline: none !important; }
img { vertical-align: top; outline: none; max-width: 100%; height: auto; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; height: 0; font-size: 0 }
/* H E A D E R */
.logo_retina, .icon_retina { display: none; }
/* Tagline */
.tagline { padding: 10px 0; font-size: 13px; color: #B7B7B7; line-height: 20px; position: relative; }
.tagline:before { position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; content: ''; }
.phone, .email, .log_in_out, .cart_btn, .social_icons { display: inline-block; vertical-align: top; margin-right: 27px; }
.tagline a { transition: all 300ms; -webkit-transition: all 300ms; color: #4B4B4B; font-size: 14px; }
.tagline a i { font-weight: normal; display: inline-block; margin-right: 3px; }
.tagline_items { display: inline-block; vertical-align: top; }
.cart_btn, .log_in_out { position: relative; z-index: 8; }
.remove_products { position: absolute; top: 5px; right: 0; z-index: 20; display: block; width: 7px; height: 7px; text-indent: -9999px; }
.remove_products:hover { background-position: 0 -7px !important; }
.remove_products:before, .remove_products:after { content: ''; position: absolute; background-color: #c4c8cf; transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.remove_products:before { top: -1px; left: 3px; width: 1px; height: 9px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.remove_products:after { top: 3px; left: -1px; width: 9px; height: 1px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.cart_submenu, .login_submenu { display: block; position: absolute; left: 50%; margin: 0 0 0 -150px; top: 30px !important; opacity: 0 !important; background: #fff; z-index: 888; box-shadow: 0 3px 5px rgba(0,0,0, 0.2); visibility: hidden; padding: 25px 25px 10px 25px; width: 300px; transition: opacity 400ms, visibility 400ms; -webkit-transition: opacity 400ms, visibility 400ms; }
.login_submenu { margin-left: -161px; width: 322px; }
.cart_submenu:before, .login_submenu:before { content: ""; display: block; height: 10px; left: 0; position: absolute; top: -10px; width: 100%; }
.cart_btn:hover > .cart_submenu, .log_in_out:hover > .login_submenu { opacity: 1 !important; visibility: visible !important; }
.remember_me { padding: 6px 0 16px 0; }
.remember_me input, .remember_me label { margin: 0; font-weight: 300; }
.remember_me input { margin-right: 10px; }
.login_submenu .shortcode_button { margin: 0 0 15px 0; display: block; }
.cart_submenu .product_posts li { padding: 0 10px 20px 80px; margin: 0 0 20px 0; min-height: 81px; border-bottom: 1px #eeeeee solid; }
.cart_submenu .product_posts li:last-child { margin-bottom: 0; padding-bottom: 15px; border-bottom: none; min-height: 75px; }
.cart_submenu .product_posts .price { padding-top: 6px; }
.cart_submenu .product_posts li img { top: 0; }
.cart_submenu .subtotal { margin-bottom: 14px; }
.cart_submenu .shortcode_button { margin-bottom: 15px; }
.cart_wrap { position: relative; }
p.empty { margin-bottom: 15px; }
.cart_submenu .shortcode_button.btn_normal { padding-left: 25px; padding-right: 25px; }
/* Main Header */
#main_header { margin-bottom: 25px; position: relative; z-index: 300; }
header .container { position: relative; padding-top: 10px; padding-bottom: 15px; height: 100px; /* Default */ min-height: 100px; }
.header_parent_wrap header, .fixed-menu header { position: relative; }
.logo_sect .logo { display: block; }
.logo_sect { position: absolute; top: 50%; left: 15px; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
header .logo_sect .logo { margin-top: -5px; }
.cart_in_header, .socials_in_header { float: right; display: none; margin-top: 4px; }
.cart_in_header .cart_btn, .socials_in_header .social_icons { margin-right: 33px; z-index: 7; }
header nav { float: left; margin-top: 4px; }
header nav ul.menu { font-size: 0; line-height: 0; padding-top: 20px; }
header nav ul { margin: 0; padding: 0; list-style: none; }
header nav ul li { padding: 0; margin: 0; }
header nav ul.menu > li { display: inline-block; position: relative; vertical-align: top; z-index: 5; margin-right: 67px; }
header nav ul.menu > li > a { text-transform: none; font-size: 18px; line-height: 20px; font-weight: 400; display: block; position: relative; background: none; transition: color 300ms; -webkit-transition: color 300ms; margin-top: 8px; }
header nav ul.menu .sub-nav { display: block; position: absolute; left: 50%; margin: 0 0 0 -95px; top: 57px !important; opacity: 0 !important; font-size: 0; line-height: 0; z-index: 555; box-shadow: 0 3px 5px rgba(0,0,0, 0.2); visibility: hidden; background: #fff; transition: opacity 400ms, visibility 400ms; -webkit-transition: opacity 400ms, visibility 400ms; }
header nav ul.menu .sub-nav:before { content: ""; display: block; height: 30px; left: 0; position: absolute; top: -30px; width: 100%; }
header nav ul.menu .sub-nav:after { content: ""; display: block; height: 3px; left: 0; position: absolute; top: 0; width: 100%; }
header nav ul.menu > li:hover > .sub-nav, header nav ul.menu > li.hoverIn > .sub-nav { top: 57px !important; opacity: 1 !important; visibility: visible !important; }
header nav ul.menu > li:hover > .sub-nav .sub-menu li > .sub-nav { top: -15px !important; opacity: 0 !important; visibility: hidden !important; }
header nav ul.menu > li:hover > .sub-nav .sub-menu li:hover > .sub-nav { top: -15px !important; opacity: 1 !important; visibility: visible !important; }
header nav ul.menu .sub-menu { padding: 15px 0; width: 260px; display: inline-block; vertical-align: top; margin: 0; position: relative; }
header nav ul.menu > li > .sub-nav .sub-menu li > .sub-nav { left: 190px; margin: 0; }
header nav ul.menu > li:last-child > .sub-nav .sub-menu li > .sub-nav, header nav ul.menu > li:nth-last-child(2) > .sub-nav .sub-menu li > .sub-nav, header nav ul.menu > li:nth-last-child(3) > .sub-nav .sub-menu li > .sub-nav { left: -190px; }
header nav ul.sub-menu li { font-size: 14px; line-height: 21px; text-align: left; position: relative; padding: 0; margin: 0; }
header nav ul.sub-menu li a { padding: 4px 15px 4px 25px; display: block; font-weight: 300; position: relative; transition: all 400ms; -webkit-transition: all 400ms; font-size: 16px; }
header nav ul.sub-menu > li:hover > a { padding-left: 35px; }
header nav ul.sub-menu li a i { padding-left: 6px; }
header nav ul.sub-menu li.menu-item-has-children > a:after { content: "\f105"; display: inline-block; padding-left: 6px; font-family: 'FontAwesome'; font-weight: normal; font-size: 14px; line-height: 21px; }

/* Header Type2(3) */
@media (min-width: 1200px) {
.type2 .logo_sect,  .type3 .logo_sect { left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.type2 .tagline .cart_btn,  .type3 .tagline .social_icons { display: none; }
.type2 .cart_in_header,  .type3 .socials_in_header { display: block; }
.type2 .header_parent_wrap .fright,  .fixed-menu.type2 .fright,  .type3 .header_parent_wrap .fright,  .fixed-menu.type3 .fright { float: none; }
#main_header.type2 .container,  .type2 header .container,  #main_header.type3 .container,  .type3 header .container { width: 100%; padding-left: 50px; padding-right: 50px; }
.type2 header nav ul.menu li:first-child .sub-nav,  .type3 header nav ul.menu li:first-child .sub-nav { left: 0; margin: 0; }
.type2 header nav ul.menu > li:last-child > .sub-nav .sub-menu li > .sub-nav,  .type2 header nav ul.menu > li:nth-last-child(2) > .sub-nav .sub-menu li > .sub-nav,  .type2 header nav ul.menu > li:nth-last-child(3) > .sub-nav .sub-menu li > .sub-nav,  .type3 header nav ul.menu > li:last-child > .sub-nav .sub-menu li > .sub-nav,  .type3 header nav ul.menu > li:nth-last-child(2) > .sub-nav .sub-menu li > .sub-nav,  .type3 header nav ul.menu > li:nth-last-child(3) > .sub-nav .sub-menu li > .sub-nav { left: 190px; margin: 0; }
}
/* Header Type4 */
#main_header.type4 .container, .type4 header .container { width: 100%; padding-left: 50px; padding-right: 50px; }
.type4 header .logo_sect { left: 50px; }
.type4 header nav ul.menu > li > a { text-transform: uppercase; }

/* Transparent Header */
@media (min-width: 768px) {
.page_with_abs_header { position: relative; }
.page_with_abs_header #main_header { position: absolute; left: 0; top: 0; width: 100%; height: 0; }
.page_with_abs_header .tagline,  .page_with_abs_header #main_header,  .page_with_abs_header #main_header header { background: none; }
.page_with_abs_header .tagline:before { background: rgba(255,255,255, 0.2); }
.page_with_abs_header .tagline,  .page_with_abs_header .tagline a,  .page_with_abs_header header nav ul.menu > li > a,  .page_with_abs_header .top_search a,  .page_with_abs_header .view_cart_btn,  .page_with_abs_header .socials_in_header,  .page_with_abs_header .socials_in_header .social_icons a { color: #fff; }
}

/* Mega Menu */
@media only screen and (min-width: 768px) {
.megamenu .sub-nav { left: 0 !important; }
.megamenu_wrap .container { padding: 0 !important; height: auto !important; }
header nav .megamenu_wrap ul.sub-menu li a { padding-left: 0; padding-right: 25px; }
header nav .megamenu_wrap ul.sub-menu > li:hover > a { padding-left: 10px; }
.megamenu_wrap .container .row > div:first-child ul.sub-menu li a { padding-left: 25px; }
.megamenu_wrap .container .row > div:first-child ul.sub-menu > li:hover > a { padding-left: 35px; }
.megamenu_wrap .sub-menu { width: 100% !important; display: block !important; }
.megamenu_wrap .container .row > div { position: relative; }
.megamenu_wrap .container .row > div:after { position: absolute; right: 15px; top: 20px; bottom: 20px; width: 1px; background: #eeeeee; content: ''; }
.megamenu_wrap .container .row > div:last-child:after { display: none; }
}

@media only screen and (min-width: 1300px) {
.type2 .megamenu_wrap .container .row > div:first-child ul.sub-menu li a,  .type3 .megamenu_wrap .container .row > div:first-child ul.sub-menu li a,  .type4 .megamenu_wrap .container .row > div:first-child ul.sub-menu li a { padding-left: 0; }
.type2 .megamenu_wrap .container .row > div:first-child ul.sub-menu > li:hover > a,  .type3 .megamenu_wrap .container .row > div:first-child ul.sub-menu > li:hover > a,  .type4 .megamenu_wrap .container .row > div:first-child ul.sub-menu > li:hover > a { padding-left: 10px; }
}
/* Top Search */
.top_search { display: block; position: relative; margin-top: 4px; float: right; line-height: 20px; z-index: 2; vertical-align: top; }
.top_search .search_btn { display: block; line-height: 20px; width: 12px; height: 20px; text-indent: -9999px; position: relative; transition: color 300ms; -webkit-transition: color 300ms; }
.top_search .search_btn:before { position: absolute; left: 0; top: 0; text-indent: 0; content: "\f002"; font-family: 'FontAwesome'; font-size: 14px; font-weight: normal; }
.top_search.active .search_btn:before { content: "\f00d"; }
.top_search_wrap { display: block; position: absolute; right: 0; margin: 0; top: -9999px !important; opacity: 0 !important; background: #fff; z-index: 888; box-shadow: 0 3px 5px rgba(0,0,0, 0.2); visibility: hidden; padding: 25px; width: 437px; transition: visibility 300ms, opacity 300ms; -webkit-transition: visibility 300ms, opacity 300ms; }
.top_search.active .top_search_wrap { top: 30px !important; opacity: 1 !important; visibility: visible !important; }
/* Fixed Menu */
.fixed-menu { position: fixed; width: 100%; left: 0; z-index: 999; transition: top 300ms; -webkit-transition: top 300ms; }
.fixed-menu.fixed_show { top: 0 !important; }
/* B R E A D C R U M B */
.breadcrumbs { padding: 0; margin-bottom: 25px; font-size: 0; line-height: 0; }
.breadcrumbs a, .breadcrumbs span { font-size: 13px; line-height: 21px; display: inline-block; vertical-align: top; padding: 0 17px 0 0; margin: 0; position: relative; }
.breadcrumbs a:after { position: absolute; right: 6px; top: 0; font-size: 13px; line-height: 21px; content: '/'; }
/* C O N T E N T */
.no-sidebar .left-sidebar-block, .no-sidebar .right-sidebar-block { display: none !important; }
.left-sidebar .right-sidebar-block { display: none !important; }
.left-sidebar .left-sidebar-block { display: block !important; float: left !important; margin-left: 0; }
.left-sidebar .posts-block { float: right !important; }
.right-sidebar .left-sidebar-block { display: none !important; }
.right-sidebar .right-sidebar-block { display: block !important; }
.right-sidebar-block, .left-sidebar-block { text-align: left; padding-top: 0; margin-top: 0; }
.right-sidebar-block, .left-sidebar-block, .fl-container.hasRS, .posts-block.hasLS, .fl-container { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.right-sidebar-block, .left-sidebar-block, .fl-container.hasRS, .posts-block.hasLS { padding-bottom: 20px; }
.right-sidebar .contentarea { padding-right: 20px; }
.left-sidebar .contentarea { padding-left: 20px; }
.right-sidebar-block, .left-sidebar-block { margin-bottom: 25px; }
.right-sidebar-block .sidepanel.widget_text:last-child, .left-sidebar-block .sidepanel.widget_text:last-child { margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
.right-sidebar-block,  .left-sidebar-block,  .fl-container.hasRS,  .posts-block.hasLS { float: left; }
.right-sidebar-block,  .left-sidebar-block { width: 25%; }
.fl-container { width: 100%; }
.fl-container.hasRS,  .posts-block.hasLS { width: 75%; }
}
.wrapper { overflow: hidden; text-align: left; position: relative; display: block; padding: 30px 0 0 0; margin: 0 auto; }
.row20, .row20 .row { margin-right: -10px; margin-left: -10px }
.row20 .col-sm-1, .row20 .col-sm-2, .row20 .col-sm-3, .row20 .col-sm-4, .row20 .col-sm-5, .row20 .col-sm-6, .row20 .col-sm-7, .row20 .col-sm-8, .row20 .col-sm-9, .row20 .col-sm-10, .row20 .col-sm-11, .row20 .col-sm-12 { padding-right: 10px; padding-left: 10px }
/* T Y P O G R A P H Y */
h1, h1 span, h1 a, h2, h2 span, h2 a, h3, h3 span, h3 a, h4, h4 span, h4 a { /* [disabled]font-weight: 700; */ }
h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0 0 14px 0; }
h1, h1 span, h1 a { font-size: 46px; line-height: 52px; }
h1 { margin-bottom: 11px; }
h2, h2 span, h2 a { font-size: 36px; line-height: 43px; }
h3, h3 span, h3 a { font-size: 30px; line-height: 37px; }
h4, h4 span, h4 a { font-size: 28px; line-height: 36px; }
h5, h5 span, h5 a { font-size: 24px; line-height: 32px; font-weight: 300; }
h6 { margin-bottom: 7px; }
h6, h6 span, h6 a { font-size: 18px; line-height: 28px; font-weight: 500; }
.alignleft { margin: 0 15px 10px 0; float: left; }
.alignright { margin: 0 0 10px 15px; float: right; }
.aligncenter { float: none; text-align: center; }
.alignjustify { float: none; text-align: justify; }
/* Forms */
input[type="text"], input[type="email"], input[type="password"], textarea { display: block; width: 100%; background: #fff; text-shadow: none; font-size: 14px; line-height: 20px; font-weight: 300; padding: 8px 18px; border: 2px #eee solid; border-radius: 4px; -webkit-border-radius: 4px; margin: 0 0 10px 0; -webkit-appearance: none !important; outline: none; }
textarea { height: 120px; resize: none; padding: 9px 14px 10px 14px; margin-bottom: 20px; }
input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; margin: 0 0 20px 0; font-size: 14px; height: 40px; color: #fff; line-height: 20px; padding: 8px 28px; border-radius: 4px; -webkit-border-radius: 4px; -webkit-appearance: none; font-weight: 300; cursor: pointer; border: 2px #31364c solid; background-color: #31364c; transition: background-color 300ms, color 300ms, border-color 300ms; -webkit-transition: background-color 300ms, color 300ms, border-color 300ms; vertical-align: top; outline: none; }
.comment_submit_wrap { position: relative; display: inline-block; vertical-align: top; }
.comment_submit_wrap input[type="submit"] { padding-left: 50px; }
.comment_submit_wrap i { position: absolute; left: 27px; top: 10px; width: 20px; height: 20px; text-align: center; line-height: 20px; color: #fff; cursor: pointer; transition: color 300ms; -webkit-transition: color 300ms; }
.comment_submit_wrap:hover i { color: #9da1ad; }
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #9da1ad; background-color: transparent; border-color: #eee; }
.comment_submit_wrap:hover input[type="submit"] { color: #9da1ad; background-color: transparent; border-color: #eee; }
input, textarea { outline: none; }
/* Page Title */
.page_title, .bg_title { padding: 4px 70px 40px 70px; text-align: center; }
.icon_divider { width: 40px; height: 20px; margin: 18px auto 25px auto; background-position: 0 -130px; background-repeat: no-repeat; position: relative; }
.icon_divider:before, .icon_divider:after { width: 140px; height: 1px; position: absolute; background: #eee; top: 10px; content: ''; left: 40px; }
.icon_divider:before { left: -140px; }
.module_cont { padding-bottom: 40px; }
.colored_bg h1, .colored_bg h2, .colored_bg p, .dark_bg h1, .dark_bg h2, .dark_bg p { color: #fff; }
/* Highlights */
.highlighted_dark { background: #6d707a; color: #fff; }
.highlighted_light { background: #c4c8cf; color: #fff; }
.highlighted_colored { color: #fff; }
/* Blockquotes */
blockquote { padding: 0 0 0 24px; margin: 0 0 10px 0; position: relative; border: 0; font-size: 14px; }
blockquote.left { float: left; }
blockquote.right { float: right; margin-left: 30px; }
blockquote.shortcode_blockquote .blockquote_wrapper { padding: 0; }
blockquote.shortcode_blockquote.left .blockquote_wrapper { padding-right: 30px; }
blockquote.shortcode_blockquote p { margin-bottom: 10px; }
.width33 { width: 33%; }
p.separator { line-height: 4px; }
blockquote:after { display: none; }
blockquote:before { position: absolute; left: 0; top: -1px; bottom: 8px; content: ''; width: 4px; background: #9da1ad; }
blockquote.type1:before { background: #6d707a; }
/* Dropcaps */
.dropcap { display: inline-block; font-size: 54px; line-height: 46px; font-weight: 500; padding: 0; margin: 1px 17px 0 0; width: auto; height: auto; text-transform: uppercase; vertical-align: top; float: left; color: #9da1ad; }
.dropcap.type1 { color: #6d707a; }
/* Default listing */
.module_content ul { list-style: none; padding: 0; margin: 0; }
.module_content ul li { padding: 0 0 5px 15px; position: relative; }
.module_content ul li:before { content: "•"; padding: 0; position: absolute; left: 0; top: 0; }
.module_content ol { margin: 0; counter-reset: li; list-style: none; padding: 0; }
.module_content ol li { list-style: none; position: relative; padding: 0 0 5px 18px; }
.module_content ol li:before { content: counter(li) '.'; counter-increment: li; position: absolute; left: 0; top: 0; }
/* M O D U L E S */
/* Custom Buttons */
.shortcode_button, a.shortcode_button { display: inline-block; border-radius: 5px; -webkit-border-radius: 5px; margin: 0 16px 20px 0; border-width: 2px; border-style: solid; font-size: 14px; color: #fff; text-decoration: none; text-align: center; position: relative; line-height: 14px; font-weight: 300; transition: color 300ms, background 300ms, border-color 300ms; -webkit-transition: color 300ms, background 300ms, border-color 300ms; }
.shortcode_button i { padding-left: 5px; font-size: 14px; line-height: 14px; display: inline-block; vertical-align: top; }
.shortcode_button.left_icon i { padding-left: 0; padding-right: 5px; }
.shortcode_button.btn_small { padding: 6px 18px; }
.shortcode_button.btn_normal { padding: 11px 28px; }
.shortcode_button.btn_large { padding: 16px 28px; }
.shortcode_button.btn_type1 { background: #31364c; border-color: #31364c; }
.shortcode_button.btn_type2 { background: #3db39e; border-color: #3db39e; }
.shortcode_button.btn_type4 { background: #f1494b; border-color: #f1494b; }
.shortcode_button.btn_type5 { background: #fecc17; border-color: #fecc17; }
.shortcode_button.btn_type6, .shortcode_button:hover, .shortcode_button.btn_type3:hover { background: none; border-color: #eeeeee; color: #9da1ad !important; }
.shortcode_button.btn_type6 { color: #fff !important; transition: color 0.3s, background-color 0.3s !important; -webkit-transition: color 0.3s, background-color 0.3s !important; }
.slide_btn .shortcode_button { transition: color 0.3s, border-color 0.3s, background-color 0.3s !important; -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s !important; }
.slide_btn .shortcode_button.btn_type6:hover { background-color: #fff !important; color: #222629 !important; }
.btns_block a { vertical-align: bottom; }
.dark_parent .shortcode_button.btn_type6 { border-color: #fff !important; color: #fff !important; }
.dark_parent .shortcode_button.btn_type6:hover, .dark_bg .shortcode_button.btn_type6:hover { color: #fff !important; }
.dark_bg .shortcode_button:hover, .colored_bg .shortcode_button:hover, .video_bg a.shortcode_button:hover, .paralax a.shortcode_button:hover, .flip-box-wrap .shortcode_button:hover { background: none !important; border-color: #fff !important; color: #fff !important; bottom: 0px; }
/* Social Icons */
.social_icons { margin-right: 0; }
.social_icons ul { padding: 0; margin: 0; list-style: none; font-size: 0; line-height: 0; }
.social_icons li { padding: 0; margin: 0 15px 0 0; display: inline-block; vertical-align: top; }
.social_icons li:last-child { margin-right: 0; }
.social_icons a { color: #6d707a; font-size: 13px; font-weight: normal; background-color: transparent; transition: all 300ms; -webkit-transition: all 300ms; line-height: 20px; }
.social_icons a.soc_fb:hover, .footer.type2 .social_icons a.soc_fb { color: #5567a9; }
.social_icons a.soc_tweet:hover, .footer.type2 .social_icons a.soc_tweet { color: #61abea; }
.social_icons a.soc_google:hover, .footer.type2 .social_icons a.soc_google { color: #be4a39; }
.social_icons a.soc_dribbble:hover, .footer.type2 .social_icons a.soc_dribbble { color: #f26798; }
.social_icons a.soc_pinterest:hover, .footer.type2 .social_icons a.soc_pinterest { color: #cb2027; }
.social_icons a.soc_instagram:hover, .footer.type2 .social_icons a.soc_instagram { color: #2a5b83; }
.social_icons a.soc_flickr:hover, .footer.type2 .social_icons a.soc_flickr { color: #ff0084; }
/* Custom SelectBox */
div.selectBox { position: relative; display: inline-block; vertical-align: top; cursor: default; text-align: left; line-height: 21px; min-height: 21px; clear: both; margin: 0; padding: 0 13px 1px 0; font-size: 14px; min-width: 100px; }
span.selectArrow { top: 0; right: 0; border: 0; text-align: center; -webkit-user-select: none; -moz-user-select: none; user-select: none; position: absolute; display: block; }
span.selectArrow:before { position: absolute; top: 1px; right: 0; font-size: 13px; line-height: 21px; font-family: 'FontAwesome'; content: "\f0d7"; }
span.selected { position: relative; height: 21px; z-index: 1; border: 0; border-radius: 0; cursor: pointer; display: block; }
div.selectBox.act { border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-bottom-color: #fff; }
div.selectOptions { position: absolute; top: 40px; left: -1px; border: 0; box-shadow: 0 0 20px rgba(0,0,0, 0.2); overflow: hidden; display: none; background: #fff; z-index: 777; padding-top: 10px; padding-bottom: 10px; width: 195px; }
span.selectOption { display: block; width: 100%; line-height: 24px; padding: 0 14px; margin-bottom: 3px; transition: all 300ms; -webkit-transition: all 300ms; }
span.selectOption img { width: 26px; height: 18px; }
span.selectOption:hover { cursor: pointer; }
/* Language Select Box */
.language_select { display: inline-block; vertical-align: top; margin-left: 27px; }
.type3 .language_select { margin-left: 0; }
.language_select img { vertical-align: top; margin: 1px 5px 0 0; width: 26px; height: 18px; }
.language_select div.selectBox { line-height: 20px; min-height: 20px; padding: 0 10px 0 0; min-width: 67px; }
.language_select span.selectArrow:before { font-size: 14px; line-height: 20px; content: "\f107"; }
.language_select span.selected { height: 20px; }
.language_select div.selectBox.act { border-radius: 0; -webkit-border-radius: 0; border-bottom: none; }
.language_select div.selectOptions { top: 29px; left: 50%; padding-top: 15px; padding-bottom: 15px; width: 97px; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.language_select span.selectOption { line-height: 20px; padding: 9px 14px 9px 20px; margin-bottom: 0; }
/* Pager Block */
.pagerblock { position: relative; margin: 20px 0 0; padding: 51px 0 55px; list-style: none; }
.pagerblock:before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229,229,229,0)), color-stop(40%, rgba(238,238,238,1)), color-stop(60%, rgba(238,238,238,1)), color-stop(100%, rgba(229,229,229,0))); background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -o-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -ms-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: linear-gradient(to right, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00e5e5e5', GradientType=1 );
}
.pagerblock li:before { display: none; }
.pagerblock li { display: inline-block; margin: 0 2px 5px 0; vertical-align: top; }
.pagerblock li a, .pagerblock li span { display: block; font-size: 14px; width: 30px; height: 30px; line-height: 26px; background: #fff; border-radius: 4px; -webkit-border-radius: 4px; text-align: center; border: 2px solid #eee; transition: all 300ms; -webkit-transition: all 300ms; }
.pagerblock li a:hover { color: #fff; }
.pagerblock li a:focus { border: 2px solid #eee !important; background-color: transparent !important; }
.pagerblock li a.current, .pagerblock li a.current:hover, .pagerblock li span { border-color: #eee; background: #fff; }
.pagerblock li a.current { cursor: default; }
.pagerblock li a.prev_page, .pagerblock li a.next_page { width: auto; padding: 0 8px; }
.pagerblock li a.prev_page i { padding-right: 7px; }
.pagerblock li a.next_page i { padding-left: 7px; }
/* if module blog */
.module_blog .pagerblock { margin-top: 0; padding-top: 0; }
.module_blog .pagerblock:before { display: none; }
/* if module portfolio */
.portfolio-block .pagerblock { margin-top: 0; padding-top: 0; }
.portfolio-block .pagerblock:before { display: none; }
/* Shop Items */
.single_product .shop_list_item { padding: 0; margin: 0; border: none; }
.shop_list_item .item_list { margin: 0 0 0 -30px; padding: 0; font-size: 0; }
.shop_list_item .item_list li { margin: 0; display: inline-block; vertical-align: top; padding: 0; }
.shop_list_item .item_list li:before { display: none; }
.shop_list_item .item_list li .item { margin: 0 0 0 30px; }
.right-sidebar .shop_list_item .item_list, .left-sidebar .shop_list_item .item_list { margin-left: -20px; }
.right-sidebar .shop_list_item li .item, .left-sidebar .shop_list_item li .item { margin-left: 20px; }
/* Items Grid */
.module_product_offers.items1 .car_offer_item, .module_flip_boxes.items1 .flip_box_item, .module_int_banners.items1 .int_banner_item, .sponsors_works.items1 li, .testimonials_list.items1 li, .shortcode_team .items1 li, .module_price_table.items1 .price_item, .list-of-images.items1 .gallery_item, .featured_items .items1 li, .shortcode_skills.vertical_type.items1 .skills_list li, .shop_list_item .items1 li { width: 100%; }
.module_product_offers.items2 .car_offer_item, .module_flip_boxes.items2 .flip_box_item, .module_int_banners.items2 .int_banner_item, .sponsors_works.items2 li, .testimonials_list.items2 li, .shortcode_team .items2 li, .module_price_table.items2 .price_item, .list-of-images.items2 .gallery_item, .featured_items .items2 li, .shortcode_skills.vertical_type.items2 .skills_list li, .shop_list_item .items2 li, .image-grid.column2 .element { width: calc(50% - 0.5px); }
.module_product_offers.items3 .car_offer_item, .module_flip_boxes.items3 .flip_box_item, .module_int_banners.items3 .int_banner_item, .sponsors_works.items3 li, .testimonials_list.items3 li, .shortcode_team .items3 li, .module_price_table.items3 .price_item, .list-of-images.items3 .gallery_item, .featured_items .items3 li, .shortcode_skills.vertical_type.items3 .skills_list li, .shop_list_item .items3 li, .image-grid.column3 .element { width: calc(33.333333% - 0.5px); }
.module_product_offers.items4 .car_offer_item, .module_flip_boxes.items4 .flip_box_item, .module_int_banners.items4 .int_banner_item, .sponsors_works.items4 li, .testimonials_list.items4 li, .shortcode_team .items4 li, .module_price_table.items4 .price_item, .list-of-images.items4 .gallery_item, .featured_items .items4 li, .shortcode_skills.vertical_type.items4 .skills_list li, .shop_list_item .items4 li, .image-grid.column4 .element { width: calc(25% - 0.5px); }
.sponsors_works.items5 li, .list-of-images.items5 .gallery_item { width: calc(20% - 0.5px); }
.sponsors_works.items6 li { width: calc(16.666666666667% - 0.5px); }
/* Fade Link */
.img_block { display: block; position: relative; overflow: hidden; }
.img_block img, .portf_img img, .team_img img { display: block; width: 100%; height: auto; }
.view_link { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,14,18, 0); z-index: 5; transition: background 300ms; -webkit-transition: background 300ms; }
.img_block:hover .view_link { background: rgba(0,14,18, 0.7); }
.view_link:before, .view_link:after { position: absolute; background: #fff; z-index: 15; display: block; content: ''; left: 50%; top: 50%; transform: scale(2, 2); -webkit-transform: scale(2, 2); transition: all 300ms; -webkit-transition: all 300ms; opacity: 0; }
.view_link:before { height: 2px; width: 26px; margin: -1px 0 0 -13px; }
.view_link:after { height: 26px; width: 2px; margin: -13px 0 0 -1px; }
.view_link.mfp-iframe:before { display: none !important; }
.view_link.mfp-iframe:after { background: none; font-family: 'FontAwesome'; font-size: 30px; font-weight: normal; height: 30px; line-height: 30px; content: "\f04b"; width: 30px; text-align: center; margin: -15px 0 0 -15px; color: #fff; }
.img_block:hover .view_link:before, .img_block:hover .view_link:after { transform: scale(1, 1); -webkit-transform: scale(1, 1); opacity: 1; }
.img_block, .img_block img, .view_link { border-radius: 0; -webkit-border-radius: 0; }
.round_type .img_block, .round_type .img_block img, .round_type .view_link, .rounded_block50 { /* [disabled]border-radius:50%;
*//* [disabled]-webkit-border-radius: 50%;
*/ }
/* Gallery */
.list-of-images { font-size: 0; line-height: 0; margin: -30px 0 0 -30px; }
.gallery_item { display: inline-block; vertical-align: top; margin-right: auto; margin-left: auto; float: none; text-align: center; padding-left: auto; padding-right: auto; }
.list-of-images .gallery_item_padding { padding: 30px 0 0 30px; }
.right-sidebar .list-of-images, .left-sidebar .list-of-images { margin: -20px 0 0 -20px; }
.right-sidebar .list-of-images .gallery_item_padding, .left-sidebar .list-of-images .gallery_item_padding { padding: 20px 0 0 20px; }
/* Accordion & Toggles */
.shortcode_accordion_item_body, .shortcode_toggles_item_body { display: none; }
.shortcode_accordion_shortcode, .shortcode_toggles_shortcode { margin: 0; }
h5.shortcode_accordion_item_title, h5.shortcode_toggles_item_title { margin: 0 0 15px 0 !important; padding: 9px 35px 11px 18px !important; position: relative; font-size: 16px; line-height: 21px; font-weight: 500; cursor: pointer; border: 2px #eee solid; outline: none !important; transition: all 300ms; -webkit-transition: all 300ms; color: #9da1ad; background: #fff; border-radius: 5px; -webkit-border-radius: 5px; text-transform: none; }
.ui-accordion-header-icon { display: none; }
.shortcode_accordion_item_title .ico, .shortcode_toggles_item_title .ico { display: block; right: 20px; top: 10px; position: absolute; margin: 0; z-index: 5; }
h5.shortcode_accordion_item_title .ico:before, h5.shortcode_toggles_item_title .ico:before { position: absolute; display: block; top: 0; right: 0; line-height: 21px; font-family: 'FontAwesome'; font-size: 16px; font-weight: normal; content: "\f0d7"; color: #9da1ad; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; z-index: 20; transition: all 300ms; -webkit-transition: all 300ms; }
h5.shortcode_accordion_item_title.state-active .ico:before, h5.shortcode_toggles_item_title.state-active .ico:before { content: "\f0d8"; }
h5.shortcode_accordion_item_title:hover, h5.shortcode_toggles_item_title:hover, h5.shortcode_accordion_item_title.state-active, h5.shortcode_toggles_item_title.state-active, h5.shortcode_accordion_item_title:hover .ico:before, h5.shortcode_toggles_item_title:hover .ico:before, h5.shortcode_accordion_item_title.state-active .ico:before, h5.shortcode_toggles_item_title.state-active .ico:before { color: #fff; }
.shortcode_accordion_item_body, .shortcode_toggles_item_body { margin-top: -6px; padding: 0 15px; border: none; margin-bottom: 10px; }
.module_accordion .shortcode_accordion_item_body p, .shortcode_toggles_shortcode p { margin: 0 0 10px 0 !important; }
/* Video Module */
.video_module { padding-bottom: 43px; }
iframe { vertical-align: top; width: 100%; display: block; padding: 0; margin: 0; border: 0; }
/* Iconboxes */
.iconbox_wrapper { padding: 122px 0 0 0; position: relative; text-align: center; transition: all 300ms; -webkit-transition: all 300ms; }
.iconbox_wrapper .ico { display: block; width: 100px; height: 100px; line-height: 94px; border-radius: 50%; -webkit-border-radius: 50%; position: absolute; top: 0; left: 50%; margin-left: -50px; border: 3px #eee solid; font-size: 35px; font-weight: normal; overflow: hidden; }
.iconbox_wrapper .ico.without_border { line-height: 100px; border: none; }
.iconbox_wrapper .ico img { max-width: 100%; max-height: 100%; border-radius: 50%; -webkit-border-radius: 50%; }
.iconbox_wrapper .ico.bg1 { color: #fff; background-color: #f1494b; border-color: #f1494b; }
.iconbox_wrapper .ico.bg2 { color: #fff; background-color: #fecc17; border-color: #fecc17; }
.iconbox_wrapper .ico.bg3 { color: #fff; background-color: #3db39e; border-color: #3db39e; }
.iconbox_wrapper .ico.bg4 { color: #fff; background-color: #ccdb38; border-color: #ccdb38; }
.iconbox_wrapper .ico.bg5 { color: #fff; background-color: #6739b6; border-color: #6739b6; }
.iconbox_wrapper .ico.bg6 { color: #fff; }
.shortcode_iconbox a:hover .ico { animation: iconbox 1.5s infinite; -webkit-animation: iconbox 1.5s infinite; }

/* Chrome, Safari, Opera */
@-webkit-keyframes iconbox {
 0% {
 transform:scale(1);
 -webkit-transform:scale(1);
}
 50% {
 transform:scale(1.05);
 -webkit-transform:scale(1.05);
}
 100% {
 transform:scale(1);
 -webkit-transform:scale(1);
}
}

/* Standard syntax */
@keyframes iconbox {
 0% {
 transform:scale(1);
 -webkit-transform:scale(1);
}
 50% {
 transform:scale(1.05);
 -webkit-transform:scale(1.05);
}
 100% {
 transform:scale(1);
 -webkit-transform:scale(1);
}
}
.iconbox_title { margin-bottom: 8px; transition: color 300ms; -webkit-transition: color 300ms; }
.shortcode_iconbox .iconbox_body, .shortcode_iconbox .iconbox_body p { word-wrap: break-word; }
.shortcode_iconbox .iconbox_body p { margin-bottom: 0; }
/* Type2(3) */
.shortcode_iconbox.type2 .iconbox_wrapper, .shortcode_iconbox.type3 .iconbox_wrapper { padding: 0 0 0 90px; text-align: left; }
.shortcode_iconbox.type3 .iconbox_wrapper { padding-left: 120px; }
.shortcode_iconbox.type2 .iconbox_wrapper .ico, .shortcode_iconbox.type3 .iconbox_wrapper .ico { width: 70px; height: 70px; text-align: center; line-height: 64px; top: -2px; left: 0; margin-left: 0; }
.shortcode_iconbox.type3 .iconbox_wrapper .ico { width: 100px; height: 100px; line-height: 100px; border: none; }
/* Type4 */
.shortcode_iconbox.type4 .iconbox_wrapper { padding: 0 0 0 30px; text-align: left; }
.shortcode_iconbox.type4 .iconbox_wrapper .ico { width: auto; max-width: 60px; max-height: 60px; height: auto; text-align: left; line-height: inherit; top: 50%; left: 0; margin: -30px 0 0 0; border-radius: 0; -webkit-border-radius: 0; border: none; line-height: 60px; }
.shortcode_iconbox.type4 .iconbox_wrapper .ico img { border-radius: 0; -webkit-border-radius: 0; }
.shortcode_iconbox.type4 .icon_title_wrap { position: relative; padding: 8px 0 8px 72px; margin-bottom: 12px; }
.shortcode_iconbox.type4 .iconbox_title { margin-bottom: 0; }
/* Right Align */
.module_iconboxes.right_align .shortcode_iconbox.type2 .iconbox_wrapper, .module_iconboxes.right_align .shortcode_iconbox.type3 .iconbox_wrapper { padding: 0 90px 0 0; text-align: right; }
.module_iconboxes.right_align .shortcode_iconbox.type3 .iconbox_wrapper { padding-right: 120px; }
.module_iconboxes.right_align .shortcode_iconbox.type2 .iconbox_wrapper .ico, .module_iconboxes.right_align .shortcode_iconbox.type3 .iconbox_wrapper .ico { left: auto; right: 0; }
.fw_block .iconbox_wrapper .iconbox_body p { padding-left: 0; padding-right: 0; }
.dark_bg .shortcode_iconbox .iconbox_body p, .colored_bg .shortcode_iconbox .iconbox_body p, .dark_bg .shortcode_iconbox .iconbox_title, .colored_bg .shortcode_iconbox .iconbox_title { color: #fff; }
.iconbox_pb55 .shortcode_iconbox { padding-bottom: 55px; }
.iconbox_pb37 .shortcode_iconbox { padding-bottom: 37px; }
/* Promoblock */
.promoblock_wrapper { padding: 49px 0; position: relative; }
.promo_text_block { padding-right: 18%; }
.promo_button_block { position: absolute; width: 18%; text-align: right; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.promo_button_block .shortcode_button { margin: 0; }
.promo_text_main_title { margin-bottom: 0; }
.promo_text_main_title span { font-weight: 300; }
.shortcode_promoblock.no_button .promo_text_block { padding-right: 0; }
.dark_bg .promo_text_main_title, .colored_bg .promo_text_main_title { color: #fff; }

@media only screen and (max-width: 1199px) {
.promo_text_block { padding-right: 0; text-align: center; }
.promo_button_block { position: static; width: auto; text-align: center; top: auto; right: auto; transform: none; -webkit-transform: none; padding-top: 23px; }
}
.colored_bg h1, .colored_bg h1 span, .colored_bg h2, .colored_bg h2 span, .colored_bg h3, .colored_bg h3 span, .colored_bg h4, .colored_bg h4 span, .colored_bg h5, .colored_bg h5 span, .colored_bg h6, .colored_bg h6 span, .colored_bg p, .dark_bg h1, .dark_bg h1 span, .dark_bg h2, .dark_bg h2 span, .dark_bg h3, .dark_bg h3 span, .dark_bg h4, .dark_bg h4 span, .dark_bg h5, .dark_bg h5 span, .dark_bg h6, .dark_bg h6 span, .dark_bg p, .dark_bg { color: #fff; }
/* Skills */
.skills_list { padding: 0 !important; list-style: none !important; margin: 6px 0 0 !important; }
.skills_list li { overflow: hidden; padding: 0 0 15px; }
.skills_list li:last-child { padding: 0; }
.skills_list li .diagram_bar { overflow: hidden; position: relative; height: 30px; border-radius: 4px; background-color: #eee; }
.skills_list li .diagram_bar h6 { position: absolute; z-index: 5; left: 10px; top: 0; width: auto; height: 30px; font-weight: 300; line-height: 30px; font-size: 14px; color: #fff; }
.skills_list li .skill_div { position: absolute; z-index: 3; left: 0; top: 0; height: 30px; border-radius: 4px; -webkit-border-radius: 4px; }
.skills_list li .skill_div:after { content: attr(data-percent); position: absolute; z-index: 4; top: 0; right: 10px; width: auto; height: 30px; line-height: 30px; font-size: 14px; color: #fff; }
/* Partners */
.module_partners .sponsors_works { overflow: hidden; }
.module_partners ul { list-style: none !important; margin: 0 0 0 -30px; padding: 0; overflow: hidden; font-size: 0; }
.module_partners ul li:before { display: none !important; }
.module_partners ul li { padding: 0; margin: 0; display: inline-block; vertical-align: top; }
.module_partners ul li a { display: block; position: relative; }
.module_partners ul li .item_wrapper { padding: 0 0 0 30px; }
.module_partners ul li .item { position: relative; }
.module_partners.with_border ul li .item:before { content: ''; position: absolute; top: 0; right: -18px; width: 1px; height: 100%; opacity: 0.3; background-color: #eee; }
.module_partners.with_border ul li .item:after { content: ''; position: absolute; bottom: -1px; right: -17px; left: -12px; height: 1px; opacity: 0.3; background-color: #eee; }
.module_partners ul li img { width: 100%; height: auto; display: block; transition: opacity 300ms; -webkit-transition: opacity 300ms; transform: translateZ(0) !important; -webkit-transform: translateZ(0) !important; }
.module_partners ul li a:hover img { opacity: 0.5; }
/* Counter */
.counter_wrapper { position: relative; overflow: hidden; padding: 0; }
.stat_temp { width: 0 !important; display: none !important; }
.counter_ico { display: table-cell; padding-right: 20px; width: 120px; height: 100px; }
.counter_ico img { max-width: 100%; max-height: 100%; }
.stat_count_wrapper { display: table-cell; vertical-align: middle; }
.stat_count { margin-bottom: 12px; font-size: 30px; line-height: 32px; }
.counter_title { line-height: 15px; font-size: 14px; }
/* Testimonials */
.testimonials_list ul { margin: -30px 0 0 -30px; padding: 0; font-size: 0; line-height: 0; }
.testimonials_list ul li { padding: 0; margin: 0; display: inline-block; vertical-align: top; }
.testimonials_list ul li:before { display: none; }
.testimonials_list ul li .item { margin-bottom: -4px; padding: 26px 0 0 30px; position: relative; }
.testimonial_item_wrapper { position: relative; padding-left: 120px; min-height: 100px; }
.testimonials_photo { overflow: hidden; position: absolute; left: 0; top: 4px; width: 100px; border-radius: 4px; -webkit-border-radius: 4px; }
.testimonials_photo img { width: 100%; border-radius: 4px; -webkit-border-radius: 4px; }
.testimonials_content { line-height: 22px; font-size: 14px; }
.testimonials_title { margin: -2px 0 0; line-height: 22px; font-size: 14px; color: #c4c8cf; }
.testimonials_title span { line-height: 22px; font-size: 14px; color: #c4c8cf; }
.single_testimonial { text-align: center; position: relative; padding-top: 125px; }
.single_testimonial .testimonials_photo { left: 50%; top: 0; width: 100px; border-radius: 50%; -webkit-border-radius: 50%; margin-left: -50px; }
.single_testimonial .testimonials_photo img { border-radius: 50%; -webkit-border-radius: 50%; }
.single_testimonial.with_icon { padding-top: 0; }
.single_testimonial.with_icon .testimonials_icon { width: 50px; text-align: center; margin: 0 auto 22px auto; font-size: 46px; line-height: 55px; }
.single_testimonial.with_icon .testimonials_icon i { font-size: 46px; line-height: 55px; }
.single_testimonial .testimonials_content { line-height: 27px; font-size: 18px; font-style: italic; }
.single_testimonial.with_icon .testimonials_content { line-height: 46px; font-size: 28px; }
.single_testimonial .testimonials_content p { margin-bottom: 16px; }
.single_testimonial.with_icon .testimonials_content p { margin-bottom: 20px; }
.single_testimonial .testimonials_title { margin: 0; font-style: normal; }
.single_testimonial.with_icon .testimonials_title { line-height: 25px; font-size: 18px; }
/* Price Tables */
.price_table_wrapper { margin: -30px 0 0 -30px; }
.module_price_table .price_item { display: inline-block; text-align: center; margin-right: -3px; vertical-align: top; }
.price_item_wrapper { margin: 30px 0 0 30px; }
.price_item_wrap { border: 0; background: #fff; transition: box-shadow 300ms; -webkit-transition: box-shadow 300ms; }
.price_item_wrap:hover { box-shadow: 0 0 20px rgba(0,0,0,0.1); }
.price_item_head { text-align: center; padding: 25px 20px 27px 20px; color: #fff; }
.price_item:nth-child(2) .price_item_head, .price_item:nth-child(10) .price_item_head, .price_item:nth-child(2) .shortcode_button.btn_type3, .price_item:nth-child(10) .shortcode_button.btn_type3 { background-color: #fecc17; border-color: #fecc17; }
.price_item:nth-child(3) .price_item_head, .price_item:nth-child(11) .price_item_head, .price_item:nth-child(3) .shortcode_button.btn_type3, .price_item:nth-child(11) .shortcode_button.btn_type3 { background-color: #3db39e; border-color: #3db39e; }
.price_item:nth-child(4) .price_item_head, .price_item:nth-child(12) .price_item_head, .price_item:nth-child(4) .shortcode_button.btn_type3, .price_item:nth-child(12) .shortcode_button.btn_type3 { background-color: #f1494b; border-color: #f1494b; }
.price_item:nth-child(5) .price_item_head, .price_item:nth-child(13) .price_item_head, .price_item:nth-child(5) .shortcode_button.btn_type3, .price_item:nth-child(13) .shortcode_button.btn_type3 { background-color: #ccdb38; border-color: #ccdb38; }
.price_item:nth-child(6) .price_item_head, .price_item:nth-child(14) .price_item_head, .price_item:nth-child(6) .shortcode_button.btn_type3, .price_item:nth-child(14) .shortcode_button.btn_type3 { background-color: #ff9700; border-color: #ff9700; }
.price_item:nth-child(7) .price_item_head, .price_item:nth-child(15) .price_item_head, .price_item:nth-child(7) .shortcode_button.btn_type3, .price_item:nth-child(15) .shortcode_button.btn_type3 { background-color: #e81b60; border-color: #e81b60; }
.price_item:nth-child(8) .price_item_head, .price_item:nth-child(16) .price_item_head, .price_item:nth-child(8) .shortcode_button.btn_type3, .price_item:nth-child(16) .shortcode_button.btn_type3 { background-color: #6739b6; border-color: #6739b6; }
.price_item .shortcode_button.btn_type3:hover { background: none; border-color: #eee; color: #9da1ad !important; }
.price_item_title { padding-bottom: 11px; }
.price_item_title h5 { font-size: 28px; line-height: 30px; font-weight: 400; padding: 0; margin: 0; color: #fff; }
.price_item_cost { padding-bottom: 11px; }
.price_item_cost h1 { font-size: 60px; line-height: 66px; padding: 0; margin: 0; color: #fff; }
.price_item_cost h1 span { display: inline-block; vertical-align: top; font-size: 32px; line-height: 44px; color: #fff; }
.price_item_body { padding: 15px 20px 0 20px; background-color: #fbfbfb; }
.price_item_text { text-align: left; position: relative; padding: 9px 40px 10px 1px; border-bottom: 1px #d9d9d9 dashed; }
.price_item_text span { position: absolute; width: 35px; right: 0; top: 9px; text-align: right; font-weight: 700; }
.price_item_text span i { font-weight: normal; }
.price_item_btn { padding: 30px 0; }
.price_item_btn a { margin: 0 !important; }
/* Team */
.module_team ul { list-style: none !important; margin: -30px 0 0 -30px; padding: 0; font-size: 0; }
.module_team ul li { padding: 30px 0 0 0; margin: 0; display: inline-block; vertical-align: top; }
.module_team ul li:before { display: none; }
.module_team ul li .item_wrapper { padding: 0 0 0 30px; cursor: default; }
.module_team .item { position: relative; padding: 0; }
.module_team .item:before { content: ''; position: absolute; z-index: 0; left: -15px; top: -15px; right: -15px; bottom: 0; opacity: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.module_team .item:hover:before { opacity: 1; }
.team_img { margin-bottom: 13px; }
.team_title h6 { margin-bottom: 6px; }
.team_title p { margin-bottom: 8px; line-height: 22px; font-size: 13px; color: #c4c8cf; }
.team_desc { font-size: 14px; line-height: 21px; margin-bottom: 10px; }
.module_team .team_icons_wrapper { font-size: 0; padding: 0 0 8px; }
.team_img, .team_title, .team_desc, .team_icons_wrapper { z-index: 1; position: relative; }
.module_team .teamlink { font-size: 14px; display: inline-block; margin: 0; line-height: 21px; margin-right: 14px; transition: opacity 300ms; -webkit-transition: opacity 300ms; vertical-align: top; }
.module_team .teamlink:hover { opacity: 0.7; }
.module_team .teamlink.team_fb { color: #5567a9; }
.module_team .teamlink.team_twitter { color: #00973F; }
.module_team .teamlink.team_instagram { color: #165786; }
.module_team .teamlink.team_dribbble { color: #f26798; }
.module_team .teamlink.team_pinterest { color: #cb2027; }
.module_team .teamlink.team_flickr { color: #f92185; }
/* Flip Box */
.flip_box_section { padding-bottom: 40px; }
.flip_box_section.pb30 { padding-bottom: 30px; }
.flip-box-wrap { display: block; text-align: center; position: relative; -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; }
.flip-box-wrap .flip-box { cursor: pointer; position: relative; width: 100%; height: 100%; -webkit-transition: 750ms; -moz-transition: 750ms; -o-transition: 750ms; -ms-transition: 750ms; transition: 750ms; -ms-perspective: 1000px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.flip-box-wrap .ifb-flip-box { height: 100%; position: relative; display: block }
.flip-box-wrap .ifb-back, .flip-box-wrap .ifb-front { padding: 0; height: 100%; margin-bottom: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: 750ms; -moz-transition: 750ms; -o-transition: 750ms; -ms-transition: 750ms; transition: 750ms; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.flip-box-wrap .ifb-front { z-index: 9; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.flip-box-wrap .ifb-back { position: absolute; top: 0; z-index: -1; }
.flip-box-wrap:hover .ifb-back { z-index: 1; }
.flip-box-wrap .flip-box h5 { margin-bottom: 6px; display: block; }
.flip-box-icon { display: block; margin: 11px auto 29px auto; width: 120px; height: 120px; border: none; box-shadow: 0 0 0 5px rgba(255,255,255, 0.5); border-radius: 50%; -webkit-border-radius: 50%; text-align: center; background: #fff; }
.flip-box-icon img { width: 100%; height: auto; border-radius: 50%; -webkit-border-radius: 50%; }
.flip-box-icon i { line-height: 120px; vertical-align: top; font-size: 35px; }
.yellow_bg .flip-box-icon i { color: #fecc17; }
.green_bg .flip-box-icon i { color: #3db39e; }
.red_bg .flip-box-icon i { color: #f1494b; }
.flip-box-wrap .ifb-back p { overflow: hidden; }
.flip-box-wrap .ifb-face p:last-child { margin-bottom: 0; }
.flip-box-wrap .shortcode_button { margin: 14px 0 4px 0; }
.flip-box-wrap .flip-box .ifb-back p { max-height: 100%; overflow: visible; display: block; }
.flip-box-wrap .flip-box .ifb-back { display: block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; bottom: 0; }
.flip-box-wrap .flip-box .ifb-front { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }
.flip-box-wrap .flip-box .ifb-back { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); }
.flip-box-wrap:hover .flip-box .ifb-back { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); box-shadow: 0 0 20px rgba(0,0,0, 0.2); }
.flip-box-wrap:hover .flip-box .ifb-front { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.flip-box-wrap .ifb-back, .flip-box-wrap .ifb-front { display: block; width: 100%; }
.ifb-flip-box-section { display: block; position: relative; padding: 24px; -webkit-transform: none; -moz-transform: none; transform: none; }
.ifb-back .ifb-flip-box-section { vertical-align: middle !important; top: 50%; position: absolute; left: 0; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
.ifb-face, .ifb-face h5 { color: #fff; }
.flip-box-wrap .yellow_bg .ifb-face { background: #fecc17; }
.flip-box-wrap .green_bg .ifb-face { background: #3db39e; }
.flip-box-wrap .red_bg .ifb-face { background: #f1494b; }
/* Fullwidth Socials */
.fullwidth_socials { padding-bottom: 67px; text-align: center; }
.fullwidth_socials a { display: block; margin: 0 auto; width: 100px; height: 100px; line-height: 99px; border-radius: 50%; -webkit-border-radius: 50%; color: #fff; font-size: 46px; text-align: center; transition: all 400ms; -webkit-transition: all 400ms; }
.fullwidth_socials a:hover { background-color: #fff !important; }
.fullwidth_socials a.soc_fb { background-color: #5567a9; }
.fullwidth_socials a.soc_fb:hover { color: #5567a9; }
.fullwidth_socials a.soc_tweet { background-color: #00973F; }
.fullwidth_socials a.soc_tweet:hover { color: #00973F; }
.fullwidth_socials a.soc_instagram { background-color: #165786; }
.fullwidth_socials a.soc_instagram:hover { color: #165786; }
.fullwidth_socials a.soc_youtube { background-color: #b33632; }
.fullwidth_socials a.soc_youtube:hover { color: #b33632; }
.fullwidth_socials a.soc_linkedin { background-color: #007bb6; }
.fullwidth_socials a.soc_linkedin:hover { color: #007bb6; }
.fullwidth_socials a.soc_google_plus { background-color: #be4a39; }
.fullwidth_socials a.soc_google_plus:hover { color: #be4a39; }
/* Interactive Banners */
.int_banners_wrapper { margin: -30px 0 0 -30px; }
.module_int_banners .int_banner_item { float: left; padding-left: 30px; padding-top: 30px; }
.int_banner_wrap { overflow: hidden; position: relative; background-color: #000e12 }
.int_banner_img a { display: block; }
.int_banner_img a img { width: 100%; max-width: 100%; transition: opacity 300ms, transform 1s; -webkit-transition: opacity 300ms, -webkit-transform 1s; }
.int_banner_wrap:hover .int_banner_img a img { opacity: 0.3; transform: scale(1.1); -webkit-transform: scale(1.1); }
.int_banner_descr { overflow: hidden; position: absolute; z-index: 5; left: -10px; top: 30px; width: 160px; max-height: 190px; padding-right: 12px; text-align: right; color: #fff; opacity: 0; border-right: 2px solid #fff; transition: left 500ms, opacity 300ms; -webkit-transition: left 500ms, opacity 300ms; }
.int_banner_wrap:hover .int_banner_descr { left: 25px; opacity: 1; transition-delay: 300ms; -webkit-transition-delay: 300ms; }
.int_banner_title { position: absolute; z-index: 6; bottom: 12px; right: 20px; text-align: right; }
.int_banner_title h6 { margin: 0; color: #fff; }
/* Flip Boxes */
.flip_boxes_wrapper { margin: -30px 0 0 -30px; }
.module_flip_boxes .flip_box_item { float: left; padding-left: 30px; padding-top: 30px; }
.flip_box_wrap { overflow: hidden; position: relative; height: 100%; text-align: center; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.flip_box_front, .flip_box_back { height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: 750ms; -moz-transition: 750ms; -o-transition: 750ms; -ms-transition: 750ms; transition: 750ms; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.flip_box_front { position: relative; z-index: 9; border: 10px solid rgba(255,255,255,0.5); border-radius: 50%; backface-visibility: hidden; -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); }
.flip_box_wrap:hover .flip_box_front { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.flip_box_front img { border-radius: 50%; width: 100%; }
.flip_box_back { overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; border-radius: 50%; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); }
.flip_box_wrap:hover .flip_box_back { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); box-shadow: 0 0 20px rgba(0,0,0, 0.2); }
.flip_box_back_wrap { position: absolute; left: 30px; right: 30px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.flip_box_back_wrap h5 { margin: 0 0 7px; font-weight: 300; }
/* Product Offer */
.product_offers_wrapper { margin: -30px 0 0 -30px; }
.module_product_offers .car_offer_item { float: left; padding-left: 30px; padding-top: 30px; }
.car_offer_wrap { position: relative; }
.car_offer_wrap:before { content: ''; position: absolute; z-index: -1; left: -15px; top: -15px; right: -15px; bottom: -10px; opacity: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.car_offer_wrap:hover:before { opacity: 1; }
.car_offer_img { margin-bottom: 13px; }
.car_offer_img a { display: block; }
.car_offer_img a img { width: 100%; }
.car_offer_body h6 { margin: 0 0 9px; }
.car_offer_body h6 a { transition: color 300ms; -webkit-transition: color 300ms; }
.car_offer_descr { margin-bottom: 5px; }
.car_offer_descr i { padding-right: 9px; }
.car_offer_body hr { margin: 14px 0 15px; }
.car_offer_price { font-weight: 700; line-height: 24px; font-size: 18px; }
/* Divider Module */
.module_divider .divider { margin-top: 20px; margin-bottom: 20px; height: 1px; background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229,229,229,0)), color-stop(40%, rgba(238,238,238,1)), color-stop(60%, rgba(238,238,238,1)), color-stop(100%, rgba(229,229,229,0))); background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -o-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -ms-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: linear-gradient(to right, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00e5e5e5', GradientType=1 );
}
/* Info Circle */
.info_circle { width: 100%; position: relative; border-radius: 50%; -webkit-border-radius: 50%; border: 3px solid #DFDFDF; margin-right: auto; margin-left: auto; }
.info_circle_middle { vertical-align: top; margin: 0; position: absolute; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; height: 231px; width: 231px; overflow: hidden; color: #fff; z-index: 50; }
.circle_info { width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0 25px; }
.circle_info h5 { margin-bottom: 8px; color: #fff; }
.info_circle .fa { position: absolute; width: 70px; height: 70px; border-radius: 50%; -webkit-border-radius: 50%; color: #fff; text-align: center; line-height: 70px; font-size: 35px; z-index: 10; left: 50%; top: 50%; transition: all 1000ms; -webkit-transition: all 1000ms; }
.info_circle .fa.active { transform: scale(1.2); -webkit-transform: scale(1.2); }
.info_circle .fa.red { background: #f1494b; }
.info_circle .fa.green { background: #3db39e; }
.info_circle .fa.yellow { background: #fecc17; }
.info_circle .fa.violet { background: #6739b6; }
.info_circle .fa.lemon { background: #ccdb38; }
/* Action Button */
.action_button { border-radius: 4px; -webkit-border-radius: 4px; position: relative; text-align: center; overflow: hidden; }
.action_button a { color: rgba(0,0,0, 0) !important; margin: 0; display: block; font-size: 0; padding: 46px 15px 47px 15px; line-height: 37px; position: relative; z-index: 10; }
.action_button span, .action_button i { color: #fff; display: block; font-weight: 700; font-size: 30px; line-height: 37px; position: absolute; left: 0; top: 50%; width: 100%; z-index: 3; transform: translateY(-50%); -webkit-transform: translateY(-50%); transition: all 400ms; -webkit-transition: all 400ms; }
.action_button i { font-size: 35px; z-index: 5; }
.left-push i { left: -100%; }
.left-push:hover i { left: 0; }
.left-push:hover span { left: 100%; }
.right-push i { left: 100%; }
.right-push:hover i { left: 0; }
.right-push:hover span { left: -100%; }
.top-push i { top: -150%; }
.top-push:hover i { top: 50%; }
.top-push:hover span { top: 150%; }
.bottom-push i { top: 150%; }
.bottom-push:hover i { top: 50%; }
.bottom-push:hover span { top: -150%; }
.action_button.box1_bg { background: #ccdb38; }
.action_button.box2_bg { background: #3db39e; }
/* Colored Sections */
.colored_sections .row { margin-left: 0 !important; margin-right: 0 !important; }
.colored_sections .row div { padding: 74px 50px 60px 50px; }
.colored_sections h2 { color: #fff; }
.colored_sections p { margin-bottom: 24px; color: #fff; }
.colored_sections p.mb20 { margin-bottom: 20px; }
.colored_sections p.section_phone { line-height: 32px; margin-bottom: 28px; font-size: 30px; }
.colored_sections .shortcode_button:hover { color: #fff !important; border-color: #fff !important; }
.section1_bg { background-color: #ccdb38; }
.section2_bg { background-color: #3db39e; }
.colored_sections .section2_bg p.section_phone { color: #2d8979; }
.section3_bg { background-color: #00973F; }
.colored_sections ul { padding: 0; margin: 0; list-style: none; }
.colored_sections li { padding: 9px 0 10px 0; margin: 0; color: #fff; border-bottom: 1px rgba(255,255,255, 0.2) solid; }
.colored_sections li:last-child { border-bottom: none; }
.colored_sections li div { padding: 0 !important; }
.colored_sections li:before, .colored_sections li:after { display: none; }
/* Tabs */
.shortcode_tab_item_title { position: relative; z-index: 10; display: inline-block; float: left; margin: 0 10px 17px 0; cursor: pointer; padding: 10px 27px 11px; border: 2px solid #eee; font-weight: 500; font-size: 16px; line-height: 22px; border-radius: 4px; -webkit-border-radius: 4px; transition: background-color 300ms, color 300ms, border-color 300ms; -webkit-transition: background-color 300ms, color 300ms, border-color 300ms; }
.shortcode_tab_item_title.active, .shortcode_tab_item_title:hover { color: #fff; }
.shortcode_tab_item_title.active:before { content: ''; position: absolute; left: 10px; bottom: -26px; width: 12px; height: 12px; border-left: 2px solid #eee; border-top: 2px solid #eee; background-color: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.all_heads_cont:after { display: none; }
.all_body_cont { z-index: 15; padding: 0; }
.shortcode_tab_item_body { display: none; border: 2px #eee solid; padding: 20px 29px 13px 29px; }
.shortcode_tab_item_body p, .shortcode_tab_item_body p:last-child { margin: 0 0 10px 0; }
.all_body_cont img { max-width: 100%; height: auto; }
.shortcode_tab_item_body ul { padding-top: 9px; }

@media only screen and (min-width: 1200px) {
.shortcode_tab_item_title { float: none; }
.all_body_sizer:after,  .all_head_sizer:after { content: ''; display: block; clear: both; }
}
.tab_wrap { padding-top: 6px; padding-bottom: 7px; }
.tab_wrap img.fleft { margin: 2px 30px 8px 0; }
.tab_wrap img.fright { margin: 2px 0 8px 30px; }
/* W I D G E T S */
.sidepanel { margin-bottom: 30px; }
.sidepanel a { transition: background-color 300ms, border-color 300ms, color 300ms; -webkit-transition: background-color 300ms, border-color 300ms, color 300ms; }
.sidepanel h6.title { line-height: 22px; margin-bottom: 20px; text-transform: uppercase; }
/* Search Widget */
.widget_search { margin-bottom: 35px; }
.widget_search .search_form, .top_search .search_form { position: relative; }
.widget_search .search_form:before, .top_search .search_form:before { content: "\f002"; position: absolute; z-index: 3; top: 0; right: 0; width: 52px; height: 40px; font-family: 'FontAwesome'; text-align: center; line-height: 40px; font-size: 14px; transition: color 300ms; -webkit-transition: color 300ms; }
.widget_search .search_form input[type="text"], .top_search .search_form input[type="text"] { margin: 0; padding-right: 52px; }
.widget_search .search_form input[type="submit"], .top_search .search_form input[type="submit"] { cursor: pointer; margin: 0 !important; padding: 0 !important; display: block; position: absolute; z-index: 10; top: 0; right: 0; opacity: 0; width: 52px; height: 40px; border: 0; box-shadow: 0; background: none; }
/* Menus & Lists Widgets */
.widget_archive select, .widget_categories select { width: 100%; }
.sidepanel .sub-menu { padding-left: 13px; }
.sidepanel img, .sidepanel select { max-width: 100%; }
.widget_nav_menu ul, .widget_archive ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul { margin: 0; padding: 0; list-style: none; }
.widget_nav_menu ul li, .widget_archive ul li, .widget_pages ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_meta ul li { margin: 0; padding: 0 0 10px 0; position: relative; }
.widget_nav_menu ul > li:last-child, .widget_archive ul > li:last-child, .widget_pages ul > li:last-child, .widget_categories ul > li:last-child, .widget_recent_entries ul > li:last-child, .widget_meta ul > li:last-child { padding-bottom: 0; }
.widget_nav_menu ul li ul, .widget_archive ul li ul, .widget_pages ul li ul, .widget_categories ul li ul, .widget_recent_entries ul li ul, .widget_meta ul li ul { padding: 0 0 0 13px; margin: 0; }
.widget_nav_menu ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_categories ul li a, .widget_recent_entries ul li a, .widget_meta ul li a { padding: 0 11px 0 0; display: inline-block; border-radius: 0; -webkit-border-radius: 0; background: none; position: relative; font-size: 14px; }
.widget_nav_menu ul li:before, .widget_archive ul li:before, .widget_pages ul li:before, .widget_categories ul li:before, .widget_recent_entries ul li:before, .widget_meta ul li:before { display: none; }
.widget_nav_menu ul li a:after, .widget_archive ul li a:after, .widget_pages ul li a:after, .widget_categories ul li a:after, .widget_recent_entries ul li a:after, .widget_meta ul li a:after { content: "\f105"; font-family: 'FontAwesome'; position: absolute; right: 0; top: 0; display: block; background: none; font-weight: normal; transition: right 300ms; -webkit-transition: right 300ms; }
.widget_nav_menu ul li a:hover:after, .widget_archive ul li a:hover:after, .widget_pages ul li a:hover:after, .widget_categories ul li a:hover:after, .widget_recent_entries ul li a:hover:after, .widget_meta ul li a:hover:after { right: -4px; }
.widget_categories h4.title { padding-bottom: 10px; }
/* Recent Posts */
.right-sidebar-block .sidepanel.widget_posts, .left-sidebar-block .sidepanel.widget_posts { margin-bottom: 35px; }
.recent_posts { list-style: none; margin: 0; padding: 0; }
.recent_posts li { padding: 6px 0 0; margin: 0 0 5px 0; font-size: 14px; position: relative; }
.recent_posts_info { padding-top: 5px; color: #c4c8cf; font-size: 13px; }
.pre_footer .recent_posts_info { color: #6d707a; }
.recent_posts li a.title { display: inline-block; font-size: 14px; }
.recent_posts li.with_img { padding-left: 80px; min-height: 66px; }
.recent_posts li img { display: none; }
.recent_posts li.with_img img { position: absolute; left: 0; top: 6px; display: block; width: 60px; height: 60px; }
/* Tag Cloud */
.tagcloud { overflow: hidden; padding-top: 6px; margin: 0 0 0 -5px; }
.widget_tag_cloud a { position: relative; display: inline-block; vertical-align: top; margin: 0 0 5px 2px; padding: 3px 9px 3px 21px; font-size: 14px !important; font-weight: 300 !important; line-height: 20px !important; border-radius: 4px; -webkit-border-radius: 4px; text-transform: lowercase; border: 2px #eee solid; background-color: #fff; transition: color 300ms, background-color 300ms, border-color 300ms; -webkit-transition: color 300ms, background-color 300ms, border-color 300ms; }
.widget_tag_cloud a:hover { color: #fff !important; }
.widget_tag_cloud a:before { content: ''; position: absolute; left: 8px; top: 9px; width: 8px; height: 8px; border: 2px solid #eee; border-radius: 50%; -webkit-border-radius: 50%; transition: border-color 300ms; -webkit-transition: border-color 300ms; }
.widget_tag_cloud a:hover:before { border-color: #fff; }
/* Flickr Widget */
.flickr_widget_wrapper { overflow: hidden; display: block; font-size: 0; line-height: 0; margin: 0 -6px -6px 0; padding: 6px 0 5px; }
.widget_flickr .flickr_badge_image { padding: 0 6px 6px 0; width: 25%; display: inline-block; position: relative; overflow: hidden; }
.widget_flickr .flickr_badge_image a { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; }
.widget_flickr .flickr_badge_image img { display: block; height: auto; width: 100%; }
.widget_flickr .flickr_badge_image .flickr_fadder { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: rgba(0,14,18, 0); transition: all 300ms; -webkit-transition: all 300ms; }
.widget_flickr .flickr_badge_image a:hover .flickr_fadder { left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,14,18, 0.5); }
/* Contact Info Widget */
.contact_text div.section { padding-bottom: 20px; }
.contact_text div.section p:last-child { margin-bottom: 0; }
.pre_footer .contact_text div.section p span { color: #4A4C53; }
.pre_footer .contact_text .section_title { color: #333333; }
.contact_text .section_title i { padding-right: 6px; }
.contact_text .section_title i.fa-phone { color: #00973F; }
.contact_text .section_title i.fa-map-marker { color: #f1494b; }
.contact_text .section_title i.fa-envelope { color: #3db39e; }
/* Shop Widget Featured Products */
.product_posts { list-style: none; margin: 0; padding: 0; }
.product_posts li { padding: 4px 0 0 80px; margin: 0 0 8px 0; position: relative; min-height: 72px; }
.product_posts li:last-child { margin-bottom: 11px; }
.product_posts .price { padding-top: 7px; color: #c4c8cf; font-size: 13px; line-height: 18px; display: block; }
.product_posts li img { position: absolute; left: 0; top: 5px; display: block; max-width: 60px; }
/* Shop Widget Top Rated Products */
.price del { margin-right: 6px; }
.price ins { text-decoration: none; color: #878787; }
/* Shop Widget Cart */
.widget_cart .product_posts li:last-child { margin-bottom: 7px; }
.price span { padding: 0 3px; }
.subtotal { margin-bottom: 15px; }
.widget_cart_btn, .widget_checkout_btn { margin: 0 16px 11px 0; }
.widget_checkout_btn { margin-right: 0; }
/* Calendar Widget */
.widget_calendar table { width: 100%; text-align: center; }
.widget_calendar caption { font-weight: bold; margin-bottom: 5px; }
.widget_calendar th { font-weight: bold; border: none; }
.widget_calendar table { border: none; }
.widget_calendar table td { padding: 0; border: none; }
/* B L O G   L I S T I N G */
.module_blog { padding-bottom: 0; }
.blog_post_preview { position: relative; margin-bottom: 50px; padding-bottom: 45px; }
.blog_post_preview.no-post-thumbnail { min-height: 231px; }
.blog_post_preview:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229,229,229,0)), color-stop(40%, rgba(238,238,238,1)), color-stop(60%, rgba(238,238,238,1)), color-stop(100%, rgba(229,229,229,0))); background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -o-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -ms-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: linear-gradient(to right, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00e5e5e5', GradientType=1 );
}
.blog_post_image { position: relative; margin-bottom: 22px; }
.blog_post_format_label { position: absolute; z-index: 10; left: 10px; top: 10px; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; color: #fff; }
.blog_post_image img { display: block; width: 100%; height: auto; margin: 0; }
.postformats_cont { position: relative; margin-bottom: 22px; }
.blog_content { position: relative; padding-left: 200px; }
.blog_post_readmore { display: inline-block; vertical-align: top; margin-top: 9px; transition: color 300ms; -webkit-transition: color 300ms; }
.blog_post_readmore i { padding-left: 6px; }
.blogpost_title { margin: 0 0 7px; }
.blogpost_title a { transition: color 300ms; -webkit-transition: color 300ms; }
.module_blog .listing_meta { position: absolute; left: 0; top: 5px; width: 180px; }
.listing_meta span { display: block; margin: 0; padding-bottom: 12px; }
.listing_meta span i { padding-right: 6px; }
.listing_meta a { transition: color 300ms; -webkit-transition: color 300ms; }
/* Video Format */
.blog_post_video .blog_post_format_label { top: 45px; }
/* Nivo Slider */
.nivoSlider { position: relative; width: 100%; height: auto; overflow: hidden }
.nivoSlider img { position: absolute; top: 0; left: 0; max-width: none }
.nivo-main-image { display: block!important; position: relative!important; width: 100%!important }
.nivoSlider a.nivo-imageLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display: none }
.nivo-slice { display: block; position: absolute; z-index: 5; height: 100%; top: 0 }
.nivoSlider img { border-radius: 0 }
.wrapped_video.blog_post_image iframe { border-radius: 0; overflow: hidden }
.nivo-box { display: block; position: absolute; z-index: 5; overflow: hidden }
.nivo-box img { display: block }
.nivo-caption { position: absolute; left: 0; bottom: 0; background: #000; color: #fff; width: 100%; z-index: 8; padding: 5px 10px; opacity: .8; overflow: hidden; display: none; box-sizing: border-box }
.nivo-caption p { padding: 5px; margin: 0 }
.nivo-caption a { display: inline!important }
.nivo-html-caption { display: none }
.nivo-controlNav { text-align: center }
.nivo-controlNav a { cursor: pointer }
.nivo-controlNav { display: block!important; position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; z-index: 99; }
.nivo-controlNav a { text-indent: -10000px!important; overflow: hidden; display: inline-block; width: 8px; height: 8px; background: none; border-radius: 100%; border: 1px solid #fff; margin: 0 5px; }
.nivo-controlNav a.active { background-color: #fff; }
.nivo-prevNav, .nivo-nextNav { position: absolute; top: 50%; z-index: 50; text-indent: -9999px; width: 35px; height: 64px; margin-top: -32px; display: block; font-size: 0; line-height: 0; cursor: pointer; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.nivo-prevNav { left: 50px; }
.nivo-prevNav:before { content: ''; position: absolute; left: -6px; top: 45px; width: 46px; height: 4px; box-shadow: 0 -1px 1px rgba(0,0,0,0.1); background-color: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.nivo-prevNav:after { content: ''; position: absolute; left: -6px; top: 14px; width: 46px; height: 4px; background-color: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.nivo-nextNav { right: 50px; }
.nivo-nextNav:before { content: ''; position: absolute; right: -6px; top: 45px; width: 46px; height: 4px; background-color: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.nivo-nextNav:after { content: ''; position: absolute; right: -6px; top: 14px; width: 46px; height: 4px; background-color: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.slider-wrapper { min-height: 20px; position: relative; }
.oneImage .nivo-directionNav a, .oneImage .nivo-directionNav a:before { display: none !important; }
.nivo-prevNav:hover, .nivo-nextNav:hover { opacity: 0.8; }
/* Link Format */
.blog_post_link { padding: 122px 80px 126px; text-align: center; }
.blog_post_link_cont { position: relative; z-index: 5; }
.blog_post_link_bg_image { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.blog_post_link_bg1 { background-image: url(../img/blog/post/850_500/3.jpg); }
.blog_post_link_bg_image:before { content: ''; position: absolute; z-index: 4; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.3); }
.post_format_link_title { margin-bottom: 17px; font-weight: 300; }
.post_format_link_href { display: inline-block; vertical-align: top; line-height: 21px; font-size: 18px; transition: color 300ms; -webkit-transition: color 300ms; }
/* Quote Format */
.blog_post_quote { padding: 120px 80px; }
.blog_post_quote_cont { position: relative; z-index: 5; }
.blog_post_quote_bg_image { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.blog_post_quote_bg1 { background-image: url(../img/blog/post/850_500/3.jpg); }
.blog_post_quote_bg_image:before { content: ''; position: absolute; z-index: 4; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.3); }
.post_format_quote_title { margin: 0; padding: 0 0 0 11px; font-weight: 400; line-height: 46px; }
/* no post thumbnail */
.no-post-thumbnail .blog_post_format_label { left: 0; top: 0; }
.no-post-thumbnail .listing_meta { top: 69px; }
.no-post-thumbnail .blogpost_title { margin-top: -7px; }
/* Audio Format */
.format-audio .blog_post_format_label { left: 0; top: 0; }
.format-audio .listing_meta { top: 69px; }
.format-audio .blogpost_title { margin-top: -7px; }
.format-audio iframe { margin-bottom: 9px; height: 121px; }
/* S I N G L E   B L O G P O S T */
.single_post { padding-top: 18px; }
.single_post .blogpost_title { line-height: 50px; font-size: 46px; margin: -8px 0 21px; }
.no-sidebar.single_post .blogpost_title { margin-bottom: 51px; text-align: center; }
.fullwidth_post .blogpost_title { text-align: center; }
.single_post .blog_post_image { margin-bottom: 24px; }
.single_post .listing_meta { position: absolute; left: 0; top: 5px; width: 180px; }
.listing_meta .share_block { padding-top: 20px; }
.share_block a { display: inline-block; vertical-align: top; margin-right: 15px; }
.share_block a i { transition: color 300ms; -webkit-transition: color 300ms; }
.share_block a .fa-facebook-square { color: #5567a9; }
.share_block a .fa-twitter { color: #00973F; }
.share_block a .fa-google-plus { color: #be4a39; }
.share_block a .fa-pinterest { color: #cb2027; }
.single_post .blog_post_preview { padding-bottom: 34px; margin-bottom: 46px; }
.single_post .blog_post_preview:after { background: #eee; }
/* Post prev_next links */
.prev_next_links { padding-bottom: 38px; }
.prev_next_links a { position: relative; display: block; line-height: 20px; color: #c4c8cf; transition: color 300ms; -webkit-transition: color 300ms; }
.prev_next_links a:focus { color: #c4c8cf; }
.prev_next_links .pull-left a { padding-left: 27px; }
.prev_next_links .pull-right a { padding-right: 27px; text-align: right; }
.prev_next_links .pull-left a:before { content: ''; position: absolute; left: -4px; top: 26px; width: 24px; height: 2.5px; background-color: #c4c8cf; transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.prev_next_links .pull-left a:after { content: ''; position: absolute; left: -4px; top: 11px; width: 24px; height: 2.5px; background-color: #c4c8cf; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.prev_next_links .pull-right a:before { content: ''; position: absolute; right: -4px; top: 26px; width: 24px; height: 2.5px; background-color: #c4c8cf; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.prev_next_links .pull-right a:after { content: ''; position: absolute; right: -4px; top: 11px; width: 24px; height: 2.5px; background-color: #c4c8cf; transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.prev_next_links .pull-left a:focus:before, .prev_next_links .pull-left a:focus:after, .prev_next_links .pull-right a:focus:before, .prev_next_links .pull-right a:focus:after { background-color: #c4c8cf !important; }
.prev_next_links a p { margin: 0; text-transform: uppercase; font-weight: 500; font-size: 16px; }
.prev_next_links a b { font-weight: 400; }
/* Featured Posts */
.featured_posts { margin-left: -15px; margin-right: -15px; padding-top: 8px; }
.featured_posts .featured_item { float: left; padding: 0 15px 36px; }
.right-sidebar .featured_posts, .left-sidebar .featured_posts { margin-left: -10px; margin-right: -10px; }
.right-sidebar .featured_posts .featured_item, .left-sidebar .featured_posts .featured_item { padding-left: 10px; padding-right: 10px; }
.items2.featured_posts .featured_item { width: 50%; }
.items3.featured_posts .featured_item { width: 33.33334%; }
.items4.featured_posts .featured_item { width: 25%; }
.featured_posts .featured_item { position: relative; }
.featured_posts .featured_item:before { content: ''; position: absolute; z-index: -1; left: 0; top: -15px; right: 0; bottom: 27px; opacity: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.featured_posts .featured_item:hover:before { opacity: 1; }
.right-sidebar .featured_item:before, .left-sidebar .featured_item:before { left: -5px; right: -5px; }
.featured_img { margin-bottom: 13px; }
.featured_img a { display: block; background-color: #000e12; }
.featured_img a img { width: 100%; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.featured_img:hover a img { opacity: 0.6; }
.featured_item_descr a { transition: color 300ms; -webkit-transition: color 300ms; }
.featured_item_content { margin-bottom: 7px; }
.featured_meta, .featured_meta a { color: #c4c8cf; }
.featured_posts .featured_meta { font-size: 13px; }
/* Comments */
#comments { padding: 0 0 60px 0; }
.left-sidebar #comments, .right-sidebar #comments { padding-bottom: 40px; }
#respond { margin-top: 9px; }
#respond textarea { height: 100px; }
#comments .badge { margin: 3px 10px 4px 10px; vertical-align: top; border-radius: 4px; -webkit-border-radius: 4px; line-height: 13px; padding: 1px 7px; font-size: 10px; font-weight: 700; }
ol.commentlist { list-style: none; margin: 0; padding: 6px 0 0 0; }
ol.commentlist li ul { margin: 0; padding: 0; list-style: none; }
ol.commentlist li { margin: 0; padding: 0; }
ol.commentlist li:before, ol.commentlist li:after { display: none; }
ol.commentlist li .stand_comment { padding: 0 0 15px 0; margin-bottom: 30px; border-bottom: 1px #eee solid; }
.single_post ol.commentlist li .stand_comment { margin-bottom: 51px; padding-bottom: 34px; }
ol.commentlist li ul li .stand_comment { padding-left: 70px; }
.thiscommentbody { position: relative; }
.comment_info { position: relative; min-height: 64px; padding: 5px 0 9px 70px; }
ol.commentlist li .commentava { left: 0; position: absolute; top: 0; height: 50px; width: 50px; z-index: 5; }
ol.commentlist li .commentava img { display: block; height: auto; width: 100%; border-radius: 50%; -webkit-border-radius: 50%; }
.comment_meta .date { display: inline-block; vertical-align: top; line-height: 20px; font-size: 14px; color: #c4c8cf; }
.comment_author_name { margin-bottom: 0; line-height: 20px; font-size: 14px; }
.comment_author_name a { transition: color 0.2s; -webkit-transition: color 0.2s; }
.comment_author_name a, .comment-reply-link a { line-height: 20px; font-size: 14px; }
.comment-reply-link { position: absolute; top: 8px; right: 0; }
.comment-reply-link a.shortcode_button { margin: 0; padding: 3px 18px; }
.comment-reply-link a.shortcode_button:hover { color: #fff !important; }
.comment-reply-link a.shortcode_button i { padding: 2px 5px 0 0; }
.comment_info .star_rating { font-size: 13px; }
.form-allowed-tags { color: #3f4041; font-size: 13px; }
.logged-in-as, .comment-notes { color: #3f4041; font-size: 13px; margin-bottom: 13px; }
.comment-form { overflow: hidden; }
.comment-form p.form-submit { display: block; float: left; margin: 0; }
.comment-form p.form-allowed-tags { display: block; float: right; margin: 0; line-height: 17px; font-size: 13px; font-weight: 300; color: #878787; }
.comment-form p.form-allowed-tags code { color: #878787; background: none; padding: 0; font-size: 13px; font-weight: 300; line-height: 17px; }
/* P O R T F O L I O */

/* Isotope Sorting */
/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; transition-duration: 0s; }
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; transition: none; }
/* Filter */
.filter_block { text-align: center; padding-bottom: 51px; font-size: 0; line-height: 0; }
.filter_navigation ul, .filter_navigation ul li ul { padding: 0; margin: 0; list-style: none; }
.filter_navigation ul li ul li { display: inline-block; vertical-align: top; margin: 0 5px 9px; padding: 0; }
.filter_navigation ul li ul li a { display: block; margin: 0; padding: 3px 18px 2px; text-align: center; line-height: 21px; font-size: 14px; border: 2px solid #eee; border-radius: 4px; -webkit-border-radius: 4px; transition: color 300ms, background-color 300ms, border-color 300ms; -webkit-transition: color 300ms, background-color 300ms, border-color 300ms; }
.filter_navigation ul li ul li.selected a, .filter_navigation ul li ul li a:hover { color: #fff; }
.sorting_block .pt30 { position: relative; }
#list.sorting_block.isotope { overflow: visible !important; }
#list.sorting_block.isotope.overflow_hidden { overflow: hidden !important; }
.portf_img a { display: block; }
/* Portfolio 1 Column */
.column1 .portfolio_item { position: relative; margin: 0 0 50px; padding-bottom: 51px; }
.column1 .portfolio_item:before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229,229,229,0)), color-stop(40%, rgba(238,238,238,1)), color-stop(60%, rgba(238,238,238,1)), color-stop(100%, rgba(229,229,229,0))); background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -o-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: -ms-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%); background: linear-gradient(to right, rgba(229,229,229,0) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,1) 60%, rgba(229,229,229,0) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00e5e5e5', GradientType=1 );
}
.column1 .portf_img { position: relative; }
.column1 .portf_img:before { content: ''; position: absolute; z-index: -1; left: -15px; top: -15px; right: -15px; bottom: -15px; opacity: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.column1 .portf_img:hover:before { opacity: 1; }
.column1 .element { margin: 0; width: 100% }
.column1 .img_block { margin-bottom: 10px; }
h5.portf_title { margin: -3px 0 10px; font-weight: 400; line-height: 27px; }
h5.portf_title a { transition: color 300ms; -webkit-transition: color 300ms; }
.portfolio_item .listing_meta span { display: inline-block; vertical-align: top; padding-right: 17px; padding-bottom: 21px; }
.load_more_works { margin: 11px auto 40px auto !important; }
.load_more_works.mt0 { margin-top: 0 !important; }
/* Portfolio 2,3,4 Columns */
.column2 .portfolio_item, .column3 .portfolio_item, .column4 .portfolio_item { position: relative; margin-bottom: 15px; }
.column2 .portfolio_item:before, .column3 .portfolio_item:before, .column4 .portfolio_item:before { content: ''; position: absolute; z-index: -1; left: -15px; top: -15px; right: -15px; bottom: 0; opacity: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.column2 .portfolio_item:hover:before, .column3 .portfolio_item:hover:before, .column4 .portfolio_item:hover:before { opacity: 1; }
h6.portf_title { margin: 12px 0 9px; }
h6.portf_title a { transition: color 300ms; -webkit-transition: color 300ms; }
.column2 .portfolio_item .listing_meta span, .column3 .portfolio_item .listing_meta span, .column4 .portfolio_item .listing_meta span { padding-bottom: 10px; }
/* P O R T F O L I O   S I N G L E */
/* Related Projects */
.featured_portfolio { margin-left: -15px; margin-right: -15px; }
.right-sidebar .featured_portfolio, .left-sidebar .featured_portfolio { margin-left: -10px; margin-right: -10px; }
.featured_portfolio .featured_portf_item { float: left; padding-left: 15px; padding-right: 15px; }
.right-sidebar .featured_portfolio .featured_portf_item, .left-sidebar .featured_portfolio .featured_portf_item { padding-left: 10px; padding-right: 10px; }
.items2.featured_portfolio .featured_portf_item { width: 50%; }
.items3.featured_portfolio .featured_portf_item { width: 33.33334%; }
.items4.featured_portfolio .featured_portf_item { width: 25%; }
.module_feature_portfolio h4 { margin-bottom: 22px; }
.single_post .portf_descr .listing_meta { position: static; width: auto; }
.featured_portf_item { position: relative; margin-bottom: 15px; }
.featured_portf_item:before { content: ''; position: absolute; z-index: -1; left: 0; top: -15px; right: 0; bottom: 0; opacity: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.right-sidebar .featured_portfolio .featured_portf_item:before, .left-sidebar .featured_portfolio .featured_portf_item:before { left: -5px; right: -5px; }
.featured_portf_item:hover:before { opacity: 1; }
/* F O O T E R */
.pre_footer { padding-top: 56px; padding-bottom: 4px; }
.pre_footer .sidepanel h6.title { color: #333333; }
.footer_bottom { padding: 25px 0 24px 0; background-color: #ECECFB; }
.copyright, .foot_info_block { font-size: 13px; line-height: 20px; display: inline-block; vertical-align: top; float: left; }
.footer_bottom .social_icons { float: right; }
.footer_bottom .social_icons li { margin-right: 15px; }
.footer_bottom .social_icons li:last-child { margin-right: 0; }
.copyright, .foot_info_block, .footer_bottom .social_icons a, .footer_bottom .social_icons span { color: #6d707a; }
.social_icons span { line-height: 20px; font-size: 13px; }
/* Type2 */
.footer.type2 { text-align: center; }
.footer.type2 .pre_footer { display: none; }
.footer.type2 .foot_info_block { display: block; float: none; }
.footer .logo_sect { position: relative; top: auto; left: auto; right: auto; bottom: inherit; transform: none; -webkit-transform: none; display: none; vertical-align: top; margin-bottom: 24px; }
.footer.type2 .logo_sect { display: inline-block; max-width: 100%; }
.copyright { display: block; float: none; }
.footer.type2 .copyright { display: none; }
.foot_slogan, .foot_menu { display: none; }
.footer.type2 .foot_slogan { display: block; font-size: 14px; margin-bottom: 29px; }
.footer.type2 .footer_bottom { padding-top: 59px; padding-bottom: 55px; }
.footer.type2 .foot_menu { display: block; padding-bottom: 20px; }
.foot_menu ul { padding: 0; margin: 0; list-style: none; }
.foot_menu li { padding: 0; margin: 0 14px 10px 14px; display: inline-block; vertical-align: top; }
.foot_menu li a { font-size: 13px; text-transform: uppercase; color: #fff; transition: color 300ms; -webkit-transition: color 300ms; }
.footer.type2 .footer_bottom .social_icons { float: none; }
.footer.type2 .footer_bottom .social_icons li:first-child { display: none; }
.footer.type2 .social_icons a:hover { color: #fff !important; }
/* Coming Soon */
.global_count_wrapper { text-align: center; overflow: hidden; position: relative; width: 100%; }
.global_count_wrapper .shortcode_subscribe { padding: 0; }
.global_count_wrapper .shortcode_subscribe h5 { margin-bottom: 21px; }
.global_count_wrapper .shortcode_subscribe form { padding-bottom: 7px; max-width: 538px; margin: 0 auto; position: relative; }
.global_count_wrapper .shortcode_subscribe form input { margin: 0; }
.global_count_wrapper .shortcode_subscribe input[type="text"], .global_count_wrapper .shortcode_subscribe input[type="email"] { color: #fff; background: none; border-color: #fff; }
.global_count_wrapper input[type="button"]:hover, .global_count_wrapper input[type="reset"]:hover, .global_count_wrapper input[type="submit"]:hover { color: #fff; border-color: #fff; }
.shortcode_subscribe .subscribe_btn { position: absolute; right: 0; top: 0; z-index: 5; }
.shortcode_subscribe .subscribe_btn input[type="submit"] { padding-left: 48px; }
.global_count_wrapper .shortcode_subscribe .subscribe_btn:before { content: "\f0a4"; position: absolute; z-index: 10; left: 28px; top: 10px; line-height: 20px; color: #fff; font-family: 'FontAwesome'; font-size: 14px; font-weight: normal; transition: color 300ms; -webkit-transition: color 300ms; }
 .global_count_wrapper .shortcode_subscribe input[type="text"]::-webkit-input-placeholder {
 color: #fff !important;
}
 .global_count_wrapper .shortcode_subscribe input[type="text"]:-moz-placeholder {
 color: #fff !important;
}
 .global_count_wrapper .shortcode_subscribe input[type="text"]::-moz-placeholder {
 color: #fff !important;
}
 .global_count_wrapper .shortcode_subscribe input[type="text"]:-ms-input-placeholder {
 color: #fff !important;
}
 .global_count_wrapper .shortcode_subscribe input[type="text"]:focus::-webkit-input-placeholder {
 color: transparent !important;
}
 .global_count_wrapper .shortcode_subscribe input[type="text"]:focus:-moz-placeholder {
 color: transparent !important;
}
 .global_count_wrapper .shortcode_subscribe input[type="text"]:focus::-moz-placeholder {
 color: transparent !important;
}
 .global_count_wrapper .shortcode_subscribe input[type="text"]:focus:-ms-input-placeholder {
 color: transparent !important;
}
/* Coming botton */
.coming_bottom { position: absolute; left: 20px; right: 20px; bottom: 35px; }
.coming_bottom .copyright { display: block; float: none; padding-top: 20px; }
.coming_bottom .social_icons a { color: #fff; }
.coming_bottom .social_icons a:hover { color: #fff !important; opacity: 0.8; }
.count_title { position: absolute; text-align: center; width: 100%; display: block; left: 0; transition: top 300ms; -webkit-transition: top 300ms; }
.count_title h1, .count_title h4, .coming_bottom .copyright, .global_count_wrapper .shortcode_subscribe h5, .countdown-amount, .countdown-period { color: #fff; }
.count_title h4 { font-weight: 400; margin-bottom: 0; }
.countdown_wrapper { position: absolute; left: 0; width: 100%; display: block; height: 158px; transition: top 300ms; -webkit-transition: top 300ms; }
/* jQuery Countdown styles 2.0.0. */
.countdown-rtl { direction: rtl; }
.countdown-row { clear: both; width: 100%; padding: 0 2px; text-align: center; overflow: hidden; }
.countdown-section { width: auto; display: inline-block; text-align: center; }
.countdown-row .countdown-section:before { content: ''; padding: 0; }
.countdown-row .countdown-section:first-child:before { display: none; }
.countdown-amount { font-size: 120px; line-height: 140px; padding: 0 50px; font-weight: 700; }
.countdown-period { padding: 0 20px; font-size: 18px; line-height: 18px; font-weight: 500; display: block; width: 100% !important; text-align: center !important; position: relative; margin: 0; }
.count_container_wrapper { position: absolute; text-align: center; width: 100%; display: block; left: 0; transition: bottom 300ms; -webkit-transition: bottom 300ms; }
/* Page 404 */
.wrapper_404 { padding: 82px 0 143px; margin: 0; }
.wrapper_404 h1 { margin-bottom: 42px; line-height: 162px; font-size: 200px; }
.wrapper_404 h2 { margin-bottom: 16px; line-height: 50px; font-size: 46px; }
.wrapper_404 p { margin-bottom: 54px; }
.wrapper_404 .shortcode_subscribe form { position: relative; margin: 0 auto; max-width: 570px; }
.wrapper_404 .shortcode_subscribe form input { margin: 0 0 7px; }
.shortcode_subscribe .subscribe_btn { position: absolute; right: 0; top: 0; z-index: 5; }
.shortcode_subscribe .subscribe_btn input[type="submit"] { padding-left: 48px; }
.wrapper_404 .shortcode_subscribe .subscribe_btn:before { content: "\f0a4"; position: absolute; z-index: 10; left: 28px; top: 10px; line-height: 20px; color: #fff; font-family: 'FontAwesome'; font-size: 14px; font-weight: normal; cursor: pointer; transition: color 300ms; -webkit-transition: color 300ms; }
.wrapper_404 .shortcode_subscribe .subscribe_btn:hover:before { color: #9da1ad; }
.shortcode_subscribe .subscribe_btn:hover input[type="submit"] { color: #9da1ad; background-color: transparent; border-color: #eee; }
/* Video Background Section */
.video_bg { position: relative; overflow: hidden; }
.video_bg .fw_wrapinner { padding: 0 !important; }
.video_block { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; }
.video_code, .video_pattern { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.video_code { z-index: 3; overflow: hidden; }
.video_code iframe { width: 100%; height: 100%; border: 0; }
.video_parent { position: relative; height: 100%; }
.video_pattern { z-index: 4; background: rgba(0,14,18, 0.5); }
.video_bg .module_cont { position: relative; z-index: 20; }
.video_bg, .video_bg h2, .video_bg h4, .paralax, .paralax h2, .paralax h4 { color: #fff; }
.video_bg a.shortcode_button, .paralax a.shortcode_button { margin-left: 0; margin-right: 0; }
/* Custom Background */
.custom_bg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: -1; background-position: center; }
.custom_bg.img_bg { background-size: cover; }
/* Background */
.coming_soon { background-image: url(../immagini/bgs/coming_soon.jpg); }
.colored_bg.red_bg { background-color: #00aea5; }
.colored_bg.green_bg { background-color: #47b497; }
.colored_bg.yellow_bg { background-color: #fecc17; }
.fw_block_bgcolor1 { background-color: #fbfbfb; }
.fw_block_bg1 { background-image: url(../immagini/bgs/fw_block_bg1.jpg); }
.baber_shop_bg { background-image: url(../immagini/decoratore-muro.jpg); max-height: 450px; }
.dog_bg { background-image: url(../immagini/bgs/dog_bg.jpg); }
.dog2_bg { background-image: url(../immagini/bgs/dog2_bg.jpg); }
.creative_socials { background-image: url(../immagini/bgs/creative_socials.jpg); }
.real_estate_bg { background-image: url(../immagini/bgs/real_estate.jpg); }
.grey_bg { background-color: #fbfbfb; }
.www_bg { background-color: #272e43; }
.cleaning_bg { background-image: url(../immagini/bgs/cleaning.jpg); }
.portfolio_bg1 { background-image: url(../immagini/bgs/portfolio1.jpg); padding-top: 173px; padding-bottom: 94px; }

@media (min-width:1200px) {
.portfolio_bg1 { background-size: auto 100% !important; }
}
.portfolio_bg2 { background-image: url(../immagini/bgs/portfolio2.jpg); }
.portfolio_bg3 { background-image: url(../immagini/bgs/portfolio3.jpg); padding-top: 203px; padding-bottom: 168px; }
.creative_bg { background-image: url(../immagini/bgs/creative.jpg); padding-top: 180px; padding-bottom: 114px; }
.creative_bg .shortcode_button:hover { border-color: #9da1ad; }
.footer_bg { background-image: url(../immagini/bgs/pre_footer.jpg); }
.paralax { background-position: 50% 0; background-size: cover !important; background-repeat: no-repeat !important; background-attachment: fixed !important; }
.stretch { background-size: cover; background-repeat: no-repeat; background-position: center center; }
.pattern { background-repeat: repeat; background-position: center center; }
/* Slick Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
/* Custom Slick */
.carouselslider button { text-shadow: 0; cursor: pointer; box-shadow: 0; border: 0; border-radius: 0; -webkit-border-radius: 0; }
ul.slick-dots { margin: 30px 0 0 !important; padding: 0 !important; text-align: center; line-height: 8px; }
ul.slick-dots li { overflow: hidden; margin: 0 5px !important; padding: 0 !important; width: 8px !important; height: 8px !important; cursor: pointer; box-shadow: 0 0 0 1px #9da1ad inset; border-radius: 50%; -webkit-border-radius: 50%; transition: box-shadow 300ms; -webkit-transition: box-shadow 300ms; display: inline-block; vertical-align: top; background: none !important; }
ul.slick-dots li button { margin: 0; padding: 0; width: 8px; height: 8px; border-radius: 50%; -webkit-border-radius: 50%; color: transparent !important; background: none !important; }
ul.slick-dots li:before, ul.slick-dots li:after { display: none; }
ul.slick-dots li:hover, ul.slick-dots li.slick-active { box-shadow: 0 0 0 8px #9da1ad inset; }
.dark_bg ul.slick-dots li { box-shadow: 0 0 0 1px #fff inset; }
.dark_bg ul.slick-dots li:hover, .dark_bg ul.slick-dots li.slick-active { box-shadow: 0 0 0 8px #fff inset; }
.slick-prev, .slick-next { position: absolute; top: 50%; z-index: 50; text-indent: -9999px; width: 17px; height: 32px; margin-top: -16px; display: block; font-size: 0; line-height: 0; cursor: pointer; background: none; transition: opacity 300ms; -webkit-transition: opacity 300ms; outline: none; }
.slick-prev { left: -150px; }
.slick-prev:before { content: ''; position: absolute; left: -3px; top: 23px; width: 23px; height: 2px; box-shadow: 0 -1px 1px rgba(0,0,0,0.1); transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.slick-prev:after { content: ''; position: absolute; left: -3px; top: 7px; width: 23px; height: 2px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.slick-next { right: -150px; }
.slick-next:before { content: ''; position: absolute; right: -3px; top: 23px; width: 23px; height: 2px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.slick-next:after { content: ''; position: absolute; right: -3px; top: 7px; width: 23px; height: 2px; transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after { background-color: #9da1ad; }
.dark_bg .slick-prev:before, .dark_bg .slick-prev:after, .dark_bg .slick-next:before, .dark_bg .slick-next:after { background-color: #fff; }
.slick-prev:hover, .slick-next:hover { opacity: 0.8; }
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 10001; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 10005; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 10004; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 10006; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 0; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 13px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 13px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 50px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
           * Remove all paddings around the image on small screen
           */
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
.titolitondi { font-size: 15px; text-align: center; line-height: normal; color: #131313; padding-top: 8px; text-transform: capitalize; font-weight: bold; }

@media all and (max-width: 900px) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
.mfp-container { padding-left: 6px; padding-right: 6px; }
.titolitondi { font-size: 14px; text-align: center; line-height: normal; color: #131313; }
}
.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; }
body.mfp-zoom-out-cur { margin: 0 -17px 0 0 !important; }
.mfp-zoom-out-cur #main_header, .mfp-zoom-out-cur .breadcrumbs, .mfp-zoom-out-cur .wrapper, .mfp-zoom-out-cur .fixed-menu header, .mfp-zoom-out-cur .footer { padding-right: 17px !important; }
.mfp-zoom-out-cur .wall_map { margin-left: -17px !important; }
/* Custom Magnific Popup Arrows */
.mfp-arrow { opacity: 1; filter: alpha(opacity=100); margin-top: 0; width: 16px; height: 14px; transform: translateY(-50%); -webkit-transform: translateY(-50%); transition: opacity 300ms; -webkit-transition: opacity 300ms; background-image: url(../immagini/sprite.png) !important; background-repeat: no-repeat !important; }
.mfp-arrow:active { margin-top: 0; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:hover { opacity: 0.7; filter: alpha(opacity=70); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: none; }
.mfp-arrow-left { left: 30px; background-position: -268px -124px !important; }
.mfp-arrow-right { right: 30px; background-position: -284px -124px !important; }
.mfp-title, .mfp-counter { padding-top: 19px; font-size: 14px; font-weight: 300; color: #fff; line-height: 24px; }
.mfp-title { font-size: 16px; position: absolute; }
.mfp-close { opacity: 1; filter: alpha(opacity=100); transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:hover { opacity: 0.7; filter: alpha(opacity=70); }
.mfp-close:active { top: 0; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { right: 0; text-align: right; padding-right: 0; width: 100%; }
.mfp-iframe-holder .mfp-close { top: 0; }
.mfp-close { text-indent: -9999px; font-size: 0 !important; line-height: 0 !important; }
.mfp-close:before { width: 12px; height: 12px; position: absolute; content: ''; right: 0; top: -2px; display: block; background-image: url(../immagini/sprite.png); background-repeat: no-repeat; background-position: -268px -138px; }
.mfp-iframe-scaler .mfp-close { top: -40px; }
.mfp-iframe-scaler .mfp-counter { top: auto; bottom: -47px; }
/* Map */
#map-canvas img { max-width: none; max-height: none; }
.module_google_map iframe { width: 100%; height: 560px; }
/* Form Valid Style */
.notification_error, .notification_ok { margin: 0 0 20px 0; padding: 13px 20px 15px 42px; position: relative; text-align: left; border-radius: 5px; -webkit-border-radius: 5px; background-color: transparent; border-width: 2px; border-style: solid; line-height: 20px; font-size: 14px; }
.notification_ok { color: #5fb2f5; border-color: #5fb2f5; }
.notification_error { color: #d61d1d; border-color: #d61d1d; }
.notification_error:before, .notification_ok:before { position: absolute; left: 18px; top: 13px; font-family: 'FontAwesome'; font-weight: normal; }
.notification_error:before { content: "\f071"; color: #d61d1d; }
.notification_ok:before { content: "\f087"; color: #5fb2f5; }
/* Contact Info */
.contact_form_module h4 { margin-bottom: 17px; }
/* Instagram Module */
#instagram_module { margin: 0; padding: 0; overflow: hidden; font-size: 0; line-height: 0; }
#instagram_module a { display: inline-block; vertical-align: top; width: 12.5%; position: relative; }
#instagram_module a img { width: 100%; height: auto; }
#instagram_module a:before { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: rgba(0,14,18, 0); transition: all 400ms; -webkit-transition: all 400ms; content: ''; }
#instagram_module a:hover:before { left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,14,18, 0.7); }
p.required { margin-bottom: 33px !important; }
/* Padding & Margin */
.pt19 { padding-top: 19px; }
.pt25 { padding-top: 25px; }
.pt70 { padding-top: 70px; }
.pt72 { padding-top: 72px; }
.pt79 { padding-top: 79px; }
.pt80 { padding-top: 80px; }
.pt85 { padding-top: 85px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pt116 { padding-top: 116px; }
.pb0 { padding-bottom: 0; }
.pb7 { padding-bottom: 7px; }
.pb25 { padding-bottom: 25px; }
.pb27 { padding-bottom: 27px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb50 { padding-bottom: 50px; }
.pb70 { padding-bottom: 70px; }
.pb74 { padding-bottom: 74px; }
.pb80 { padding-bottom: 80px; }
.pl15 { padding-left: 15px; }
.mt_30 { margin-top: -30px; }
.mr0 { margin-right: 0 !important; }
.ml-22 { margin-left: -22px; }
.mr-22 { margin-right: -22px; }
.mb20 { margin-bottom: 20px; }
.mb24 { margin-bottom: 24px; }
.mb35 { margin-bottom: 35px; }
.slider_container.mb80 { margin-bottom: 80px; }
.mb-30 { margin-bottom: -30px; }
.mb-50 { margin-bottom: -50px; }
.min_height_10 { min-height: 10px; }

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

:-moz-placeholder { /* Firefox 18- */
 opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
 opacity: 1 !important;
}

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

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

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

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

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
 color: transparent !important;
}
/* Main Slider (Revolution) */
.slider_container { width: 100%; position: relative; padding: 0; margin: 0 0 70px 0; }
.slider_container.mb0 { margin-bottom: 0; }
.tp-bannertimer { display: none; }
.banner { width: 100%; position: relative; }
.tp-leftarrow.custom_gt3, .tp-rightarrow.custom_gt3 { position: absolute; z-index: 50; width: 35px !important; height: 64px !important; background: none !important; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tparrows.custom_gt3:before, .tparrows.custom_gt3:after { font-size: 0; line-height: 0; }
.tp-leftarrow.custom_gt3:before { content: ''; position: absolute; left: -6px; top: 45px; width: 46px; height: 4px; box-shadow: 0 -1px 1px rgba(0,0,0,0.1); background-color: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.tp-leftarrow.custom_gt3:after { content: ''; position: absolute; left: -6px; top: 14px; width: 46px; height: 4px; background-color: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.tp-rightarrow.custom_gt3:before { content: ''; position: absolute; right: -6px; top: 45px; width: 46px; height: 4px; background-color: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.tp-rightarrow.custom_gt3:after { content: ''; position: absolute; right: -6px; top: 14px; width: 46px; height: 4px; background-color: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.tp-leftarrow.custom_gt3:hover, .tp-rightarrow.custom_gt3:hover { opacity: 0.8 !important; }
.tp-bullets.custom_gt3 .tp-bullet { overflow: hidden; padding: 0 !important; width: 15px !important; height: 15px !important; cursor: pointer; box-shadow: 0 0 0 1px #fff inset; border-radius: 50%; background: none !important; transition: box-shadow 300ms; -webkit-transition: box-shadow 300ms; }
.tp-bullets.custom_gt3 .tp-bullet:hover, .tp-bullets.custom_gt3 .tp-bullet.selected { box-shadow: 0 0 0 8px #fff inset; }

/* Bullets with Number  */
@media (min-width:768px) {
.bullets_with_number .tp-bullets { text-align: center; }
.bullets_with_number .tp-bullets.custom_gt3 .tp-bullet { float: none !important; display: inline-block !important; vertical-align: top !important; width: 30px !important; height: 25px !important; line-height: 25px !important; counter-increment: bullet-step; box-shadow: none !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; text-align: center; }
.bullets_with_number .tp-bullets.custom_gt3 .tp-bullet:before { content: '0'counter(bullet-step); position: absolute; left: 0; top: 0; width: 30px; font-size: 18px; font-weight: 700; color: rgba(255,255,255, 0.4); transition: color 300ms; -webkit-transition: color 300ms; }
.bullets_with_number .tp-bullets.custom_gt3 .tp-bullet:after { content: ''; position: absolute; left: 4px; bottom: 0; width: 22px; height: 3px; background: rgba(255,255,255, 0.4); transition: background-color 300ms; -webkit-transition: background-color 300ms; }
.bullets_with_number .tp-bullets.custom_gt3 .tp-bullet:hover:before,  .bullets_with_number .tp-bullets.custom_gt3 .tp-bullet.selected:before { color: rgba(255,255,255, 1); }
.bullets_with_number .tp-bullets.custom_gt3 .tp-bullet:hover:after,  .bullets_with_number .tp-bullets.custom_gt3 .tp-bullet.selected:after { background: rgba(255,255,255, 1); }
}
.slide_img, .slide_title, .slide_descr, .slide_btn, .slide_title45, .slide_discount, .slide_title14, .slide_logo, .slide_caption, .slide_title2 { max-width: auto; max-height: auto; text-align: left; }
.slide_btn .shortcode_button i, .slide_btn .shortcode_button { line-height: 14px !important; display: inline-block; vertical-align: top; font-size: 14px; }
.slide_overlay img { width: 61% !important; }
.z_index2 { z-index: 2; }
.z_index3 { z-index: 3; }
.z_index4 { z-index: 4; }
.z_index5 { z-index: 5; }
.z_index6 { z-index: 6; }
.z_index7 { z-index: 7; }
.z_index8 { z-index: 8; }
.z_index20 { z-index: 20; }
/* Slide Caption */
.slide_title, .slide_title70 { font-weight: 700; line-height: 60px; font-size: 60px; }
.slide_title70 { font-size: 70px; }
.slide_title70.bold { font-weight: 900; letter-spacing: 2px; }
.slide_subtitle, .slide_subtitle25 { font-weight: 400; line-height: 42px; font-size: 36px; }
.slide_subtitle25 { font-size: 25px; font-weight: 500; }
.slide_descr { line-height: 22px; font-size: 14px; }
.slide_icon { line-height: 40px; font-size: 46px; }
.tp-caption a.shortcode_button { color: #fff; }
.tp-caption a.shortcode_button:hover { color: #fff !important; border-color: #fff; background-color: transparent !important; }
.fullwidth_slider h1, .fullwidth_slider h5 span { font-weight: 900; }
.fullwidth_slider h1 span { font-weight: 400; }
.www_form a.shortcode_button { margin-right: 0; margin-bottom: 10px; padding-left: 22px; padding-right: 22px; }
.www_form .width50 { width: calc(50.6% - 20px); margin-right: 20px; }
.www_form input[type="text"] { background: #2f364a; border-color: #2f364a; color: #fff; }
.www_form input[type="text"]:focus { background: transparent; }
/* Slider Spa Salon */

/* menu button */
.rev-burger { padding: 0 !important; width: 30px !important; height: 30px !important; border: 0 !important; border-radius: 0 !Important; }
.rev-burger span { display: block; width: 30px; height: 3px; background: #fff; transition: .7s; -webkit-transition: .7s; pointer-events: none; transform-style: flat !important; }
.rev-burger span:nth-child(2) { margin: 4px 0; }
#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child { transform: translateY(7px) rotate(-45deg); -webkit-transform: translateY(7px) rotate(-45deg); }
#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); opacity: 0; }
#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child { transform: translateY(-7px) rotate(-135deg); -webkit-transform: translateY(-7px) rotate(-135deg); }
/* menu navigation */
.skrollable_item_menu { padding: 5px 30px; cursor: pointer; transition: padding 0.4s, margin 0.4s !important; -webkit-transition: padding 0.4s, margin 0.4s !important; }
.skrollable_item_menu:hover { padding-right: 40px !important; margin-left: -10px !important; }
/* navigation bullet */
.uranus .tp-bullet { width: 8px !important; height: 8px !important; }
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover { box-shadow: none !important; }
.uranus .tp-bullet-inner { box-shadow: 0 0 0 1px #fff inset !important; background: none !important; transition: box-shadow 0.4s !important; -webkit-transition: box-shadow 0.4s !important; }
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner { box-shadow: 0 0 0 8px #fff inset !important; transform: scale(1) !important; -webkit-transform: scale(1) !important; }
/* Custom SelectBox */
.www_form div.selectBox { line-height: 36px; min-height: 36px; padding: 0 28px 0 18px; font-size: 14px; width: 178px; margin: 0 20px 10px 0; background-color: #2f364a; border-radius: 4px; -webkit-border-radius: 4px; border: 2px #2f364a solid; }
.www_form span.selectArrow:before { top: -1px; right: 20px; line-height: 40px; }
.www_form span.selected { height: 36px; }
.www_form div.selectOptions { position: absolute; top: 38px; left: -2px; border: none; overflow: hidden; display: none; background: #fff; z-index: 777; padding-top: 15px; padding-bottom: 15px; width: 178px; box-shadow: 0 3px 5px rgba(0,0,0, 0.2); border-radius: 0; -webkit-border-radius: 0; }
.www_form span.selectOption { line-height: 29px; padding: 0 26px; margin-bottom: 0; background: #fff; transition: all 300ms; -webkit-transition: all 300ms; }
.www_form span.selectOption:hover { cursor: pointer; padding-left: 35px; }
/* Scroll Down */
.mouse_icon { position: absolute; left: 50%; background-repeat: no-repeat; z-index: 200; bottom: 26px; }
.mouse_icon:after { position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 34px; line-height: 34px; text-align: center; font-weight: normal; font-family: 'FontAwesome'; font-size: 46px; content: "\f103"; -webkit-animation: mousepulse 1s infinite; /* Chrome, Safari, Opera */ animation: mousepulse 1s infinite; color: #fff; }

/* Chrome, Safari, Opera */
@-webkit-keyframes mousepulse {
 from {
 top:-25px;
}
 to {
 top:-30px;
}
}

/* Standard syntax */
@keyframes mousepulse {
 from {
 top:-25px;
}
 to {
 top:-30px;
}
}
.loaded .mouse_icon { visibility: hidden; opacity: 0; transition: all 400ms; -webkit-transition: all 400ms; }
.bullets_with_number .mouse_icon { display: none; }

/* R E S P O N S I V E   C H A N G E S */
@media only screen and (min-width: 768px) {
a.menu_toggler { display: none !important; }
.mobile_menu_wrapper { display: none !important; }
}

@media only screen and (max-width: 320px) {
.blog_post_link { padding: 70px 30px; }
.post_format_link_title { font-size: 28px; line-height: 36px; }
.post_format_link_href { font-size: 14px; }
.blog_post_quote { padding: 80px 10px 50px; }
.post_format_quote_title { font-size: 24px; line-height: 32px; }
.pagerblock li { margin: 0 0 2px; }
.pagerblock li a, .pagerblock li span { width: 26px; font-size: 10px; }
.wrapper_404 h1 { line-height: 100px; font-size: 140px; }
.wrapper_404 h2 { line-height: 34px; font-size: 26px; }
.prev_next_links a p { line-height: 17px; font-size: 14px; }
.prev_next_links a b { line-height: 14px; font-size: 8px; }
.comment-reply-link { position: static; margin-top: 4px; }
ol.commentlist li ul li .stand_comment { padding-left: 30px; }
.comment-form p.form-allowed-tags { float: none; width: 100% !important; margin-bottom: 20px; }
}

@media only screen and (max-width: 480px) {
.blog_content { padding-left: 0; }
.module_blog .listing_meta { position: static; width: 100%; }
.single_post .listing_meta { position: static; width: 100%; padding: 0 0 20px; }
.listing_meta span { display: inline-block; padding-right: 12px; }
.no-post-thumbnail .listing_meta,  .format-audio .listing_meta { padding-left: 70px; }
.skills_list { margin: 0 0 15px !important; }
.icon_divider:before, .icon_divider:after { width: 70px; }
.icon_divider:before { left: -70px; }
/* Info Circle */
.info_circle { width: 100%; position: relative; border-radius: 50%; -webkit-border-radius: 50%; border: 3px #9da1ad solid; text-align: center; margin-right: auto; margin-left: auto; }
}

@media only screen and (max-width: 767px) {
.right-sidebar .contentarea { padding-right: 0; }
.left-sidebar .contentarea { padding-left: 0; }
.fixed-menu { display: none !important; }
.footer_bottom .copyright,  .footer_bottom .foot_info_block,  .footer_bottom .social_icons { display: block; float: none !important; text-align: center; }
.items2.featured_portfolio .featured_portf_item,  .items3.featured_portfolio .featured_portf_item,  .items4.featured_portfolio .featured_portf_item,  .items2.featured_posts .featured_item,  .items3.featured_posts .featured_item,  .items4.featured_posts .featured_item,  .module_product_offers.items1 .car_offer_item,  .module_product_offers.items2 .car_offer_item,  .module_product_offers.items3 .car_offer_item,  .module_product_offers.items4 .car_offer_item,  .module_product_offers.items1 .flip_box_item,  .module_product_offers.items2 .flip_box_item,  .module_product_offers.items3 .flip_box_item,  .module_product_offers.items4 .flip_box_item,  .module_flip_boxes.items1 .flip_box_item,  .module_flip_boxes.items2 .flip_box_item,  .module_flip_boxes.items3 .flip_box_item,  .module_flip_boxes.items4 .flip_box_item,  .module_int_banners.items1 .int_banner_item,  .module_int_banners.items2 .int_banner_item,  .module_int_banners.items3 .int_banner_item,  .module_int_banners.items4 .int_banner_item,  .sponsors_works.items1 li,  .sponsors_works.items2 li,  .sponsors_works.items3 li,  .sponsors_works.items4 li,  .sponsors_works.items5 li,  .sponsors_works.items6 li,  .testimonials_list.items1 li,  .testimonials_list.items2 li,  .testimonials_list.items3 li,  .testimonials_list.items4 li,  .shortcode_team .items1 li,  .shortcode_team .items2 li,  .shortcode_team .items3 li,  .shortcode_team .items4 li,  .module_price_table.items1 .price_item,  .module_price_table.items2 .price_item,  .module_price_table.items3 .price_item,  .module_price_table.items4 .price_item,  .list-of-images.items1 .gallery_item,  .list-of-images.items2 .gallery_item,  .list-of-images.items3 .gallery_item,  .list-of-images.items4 .gallery_item,  .list-of-images.items5 .gallery_item,  .featured_items .items1 li,  .featured_items .items2 li,  .featured_items .items3 li,  .featured_items .items4 li,  .shop_list_item .items1 li,  .shop_list_item .items2 li,  .shop_list_item .items3 li,  .shop_list_item .items4 li,  .image-grid.column2 .element,  .image-grid.column3 .element,  .image-grid.column4 .element { width: 100%; }
.text-right { text-align: left; }
.countdown_wrapper { height: 58px; }
.countdown-amount { font-size: 30px; line-height: 40px; padding: 0 10px; }
.countdown-period { padding: 0 10px; font-size: 14px; font-weight: normal; }
.element { width: 100% !important; }
header nav,  .tagline,  #main_header .fright,  .header_parent_wrap .social_icons,  .header_parent_wrap .log_in_out { display: none !important; }
#main_header .logo_sect { position: relative !important; left: auto !important; top: auto !important; display: block !important; float: none !important; border: none !important; text-align: left !important; transform: none !important; -webkit-transform: none !important; padding-right: 45px; }
#main_header .logo { display: block !important; float: none !important; text-align: center; }
#main_header .logo_sect img { max-width: 100% !important; height: auto !important; }
#main_header header { position: relative; }
header .container { height: auto !important; }
a.menu_toggler { display: block; margin: 0; border: none; border-radius: 0; box-shadow: none; height: 24px; position: absolute; right: 30px; top: 36px; width: 23px; background-image: url(../immagini/sprite.png); background-repeat: no-repeat; background-position: -48px 0; }
a.menu_toggler:hover { background-position: -25px 0; }
a.menu_toggler.close_toggler { background-position: -48px -24px; }
a.menu_toggler.close_toggler:hover { background-position: -25px -24px; }
.mobile_menu_wrapper { display: block; width: 100%; padding: 0; overflow: hidden; position: relative; }
.mobile_menu_wrapper:before { display: block; width: 100%; position: absolute; left: 0; bottom: 0; height: 2px; content: ''; z-index: 555; }
.mobile_menu { padding-left: 0 !important; padding-right: 0 !important; list-style: none; }
.mobile_menu_wrapper li:before { display: none; }
.mobile_menu_wrapper li { padding: 0; margin: 0; position: relative; margin-bottom: 1px; }
.mobile_menu_wrapper ul { list-style: none; padding: 0; margin: 0; }
.mobile_menu_wrapper .sub-menu { margin-left: 0; }
.mobile_menu_wrapper .sub-nav { display: none; }
.showsub .sub-nav .sub-nav { display: none; }
.showsub .sub-nav,  .showsub .sub-nav .showsub .sub-nav { display: block; }
.mobile_menu_wrapper a.mob_link { color: #fff; font-size: 14px; font-weight: 300; padding: 10px 30px; margin: 0; line-height: 21px; display: block; position: relative; }
.mobile_menu_wrapper a.mob_link:before { position: absolute; left: 0; right: 0; height: 0; border-bottom: 1px rgba(255, 255, 255, 0.3) dashed; content: ''; bottom: -1px; }
.mobile_menu_wrapper .sub-menu a.mob_link { padding-left: 50px }
.mobile_menu_wrapper .sub-menu .sub-menu a.mob_link { padding-left: 70px }
.mobile_menu_wrapper .current-menu-parent .sub-menu li a.mob_link,  .mobile_menu_wrapper .current-menu-parent .sub-menu li.current-menu-parent .sub-menu li a.mob_link { color: #fff; background: none; }
.mobile_menu_wrapper li.menu-item-has-children:before { position: absolute; right: 34px; top: 10px; content: "\f105"; display: block; font-size: 14px; color: #fff; font-weight: normal; line-height: 21px; font-family: 'FontAwesome'; background: none !important; }
.mobile_menu_wrapper li.current-menu-parent.menu-item-has-children.showsub:before,  .mobile_menu_wrapper li.menu-item-has-children.showsub:before { content: "\f107"; }
.mobile_menu_wrapper a.mob_link:hover,  .mobile_menu_wrapper .current-menu-parent a.mob_link,  .mobile_menu_wrapper .current-menu-parent .sub-menu a.mob_link:hover,  .mobile_menu_wrapper .current-menu-parent .sub-menu li.current-menu-parent a.mob_link,  .mobile_menu_wrapper .current-menu-parent .sub-menu li a.mob_link:hover { background: rgba(0,10,12, 0.15); }
.mobile_menu_wrapper .current-menu-item a.mob_link { background: rgba(0,10,12, 0.15) !important; }
.sub-nav { width: 100% !important; margin: 0 !important; }
.sub-menu i { padding-right: 7px; }
.mobile_menu_wrapper a.mob_link i { display: none; }
.container { padding-right: 30px; padding-left: 30px; }
.module_slider { padding-left: 0 !important; padding-right: 0 !important; }
.full_width_row { padding-left: 0 !important; padding-right: 0 !important; }
.shortcode_tab_item_body { border-radius: 5px; -webkit-border-radius: 5px; }
.shortcode_tab_item_title { display: block; float: none; margin: 0 0 5px 0; border-radius: 5px; -webkit-border-radius: 5px; }
.bg_start.text-center h1,  .bg_start.text-center p { padding-left: 40px; padding-right: 40px; }
.tp-caption.slide_img,  .tp-caption.video_469_352 { padding-left: 0 !important; padding-right: 0 !important; }
.magazine_info { width: 280px; }
h1, h1 span, h1 a { font-size: 30px; }
h4, h4 span, h4 a { font-size: 22px; }
h5, h5 span, h5 a { font-size: 20px; }
.coming_bottom { display: none; }
.pt116 { padding-top: 40px; }
.shortcode_tab_item_title:before { display: none !important; }
.page_title,  .bg_title { padding-left: 20px; padding-right: 20px; }
.slick-prev,  .slick-next { display: none !important; }
.portfolio_bg1,  .creative_bg { background: none; padding-top: 0; padding-bottom: 0; }
#instagram_module a { width: 25%; }
.tparrows { display: none !important; }
.tp-caption { margin-left: 20px !important; }
.slide_overlay { margin-left: 0 !important; }
.megamenu_wrap .container { padding: 0 !important; width: calc(100% + 60px) !important; }
.megamenu_wrap .container .row > div { height: auto !important; }
.gallery_item { display: inline-block; vertical-align: top; }
}

@media only screen and (max-width: 450px) {
.circle_info p { /* [disabled]display: none;
*/ }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.countdown_wrapper { height: 118px; }
.countdown-amount { font-size: 80px; line-height: 100px; padding: 0 25px; }
.count_title h1 { line-height: 50px; font-size: 30px; }
.post_meta_socials .col-sm-9,  .post_meta_socials .col-sm-3 { width: 100%; text-align: left; }
.element .featured_items_title { padding-bottom: 0; }
.element .featured_items_title h5,  .element .featured_items_title h5 a { font-size: 14px; line-height: 15px !important; }
.element .featured_meta { display: none; }
.cart_btn,  .cart_in_header,  .socials_in_header { display: none !important; }
header nav ul.menu > li { margin-right: 11px; }
#main_header.type3 .social_icons { margin-right: 27px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.countdown_wrapper { height: 135px; }
.countdown-amount { font-size: 100px; line-height: 117px; padding: 0 25px; }
.count_title h1 { line-height: 60px; font-size: 40px; }
.element .featured_items_title { padding-bottom: 0; }
.element .featured_items_title h5,  .element .featured_items_title h5 a { font-size: 16px; line-height: 20px !important; }
.single_testimonial .testimonials_content { padding: 0 100px; }
#main_header.type3 .social_icons { margin-right: 27px; }
header nav ul.menu > li { display: inline-block; position: relative; vertical-align: top; z-index: 5; margin-right: 38px; }
}

@media (min-width: 1200px) {
.container { width: 1200px; min-height: 20px; }
.countdown-amount { padding: 0 65px; }
.fullwidth_post .comment-form p.form-allowed-tags { padding-top: 9px; }
.single_testimonial .testimonials_content { padding: 0 150px; }
.single_testimonial.with_icon .testimonials_content { padding: 0 120px; }
}

@media (min-width: 1900px) {
.countdown-amount { padding: 0 80px; }
}

@media only screen and (max-width: 1024px) {
.paralax { background-position: 50% 50% !important; background-attachment: scroll !important; }
.video_pattern { background: #222629; }
}

/* R E T I N A */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
.logo_def,  .icon_def { display: none; }
.logo_retina,  .icon_retina { display: block; }
.mfp-arrow,  a.menu_toggler,  .icon_divider { background-size: 300px 150px !important; -webkit-background-size: 300px 150px !important; }
.mfp-close:before { background-image: url(../immagini/retina/sprite.png) !important; background-size: 300px 150px !important; -webkit-background-size: 300px 150px !important; }
}
/* Featured Items */
.featured_items { padding-bottom: 6px; }
.featured_items .item_list { margin: -30px 0 0 -30px; padding: 0; overflow: hidden; font-size: 0; list-style: none; }
.featured_items .item_list li { margin: 30px 0 0 0; display: inline-block; vertical-align: top; padding: 0; }
.featured_items .item_list li:before { display: none; }
.featured_items .item_list li .item { margin: 0 0 0 30px; }
.featured_items .item_wrapper, .sorting_block .item_wrapper { position: relative; overflow: hidden; }
.module_feature_portfolio .round_type .item_wrapper, .sorting_block.round_type .item_wrapper { padding: 0 50px; }
.module_feature_portfolio .round_type { padding-bottom: 0; }
.module_feature_portfolio .featured_items_body, .sorting_block .featured_items_body { padding-top: 16px; }
.sorting_block .featured_items_body { padding-left: 15px; padding-right: 15px; }
.sorting_block.round_type .featured_items_body { padding-top: 27px; padding-bottom: 40px; }
.module_feature_portfolio .round_type .featured_items_body { padding-top: 26px; padding-bottom: 0; }
.featured_items_body a { transition: color 300ms; -webkit-transition: color 300ms; }
.module_feature_portfolio .featured_items_title { line-height: 22px; margin-bottom: 0; padding-bottom: 9px; }
.featured_items_title h5, .featured_items_title h5 a { line-height: 22px !important; padding: 0; margin: 0; font-size: 16px; font-weight: 400; display: inline-block; vertical-align: top; text-transform: none; }
.module_feature_portfolio .featured_items_title h5, .module_feature_portfolio .featured_items_title h5 a, .sorting_block .featured_items_title h5, .sorting_block .featured_items_title h5 a { font-size: 18px; }
/* Padding & Margin */
.pb5 { padding-bottom: 5px; }
.pb6 { padding-bottom: 6px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb35 { padding-bottom: 35px; }
.pb36 { padding-bottom: 36px; }
.pb40 { padding-bottom: 40px; }
.pb43 { padding-bottom: 43px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
.pb65 { padding-bottom: 65px; }
.pb94 { padding-bottom: 94px; }
.pb110 { padding-bottom: 110px; }
.pb270 { padding-bottom: 270px; }
.pb290 { padding-bottom: 290px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt65 { padding-top: 65px; }
.pt74 { padding-top: 74px; }
.pt173 { padding-top: 173px; }
.pt75 { padding-top: 75px; }
.mb0 { margin-bottom: 0 !important; }
.mb1 { margin-bottom: 1px !important; }
.mb19 { margin-bottom: 19px; }
.mb30 { margin-bottom: 30px; }
.mb47 { margin-bottom: 47px; }
.mb65 { /* [disabled]margin-bottom:65px;
*/ }
.mb70 { /* [disabled]margin-bottom:70px;
*/ }
.mb74 { margin-bottom: 74px; }
.mb80 { margin-bottom: 80px; }
.mr15 { margin-right: 11px !important; }
.mt_30 { margin-top: -30px; }
.mt_45 { margin-top: -45px; }
.mt_212 { margin-top: -212px; }
.light { color: #fff; }

@media screen and (min-width:768px) and (max-width:992px) {
.info_circle_middle { vertical-align: top; margin: 0; position: absolute; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; height: 150px; width: 150px; overflow: hidden; color: #fff; z-index: 50; font-size: 10px; line-height: 12px; }
.circle_info h5 { margin-bottom: 8px; color: #fff; font-size: 16px; line-height: 11px; }
}

@media screen and (max-width:768px) {
.info_circle_middle { vertical-align: top; margin-top: auto; margin-right: auto; margin-left: auto; margin-bottom: auto; position: absolute; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; height: 150px; width: 150px; overflow: hidden; color: #fff; z-index: 50; font-size: 10px; line-height: 12px; }
.circle_info h5 { color: #fff; font-size: 16px; line-height: 11px; }
/* Info Circle */
.info_circle { width: 250px; height: 250px; position: relative; border-radius: 50%; -webkit-border-radius: 50%; border: 3px #9da1ad solid; }
img { vertical-align: top; outline: none; max-width: 100%; height: auto; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
}
