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

[Table of contents]
1. Base theme Grid
2. Forms and Listings
3. Font Awesome
4. Plugins CSS
	4.1. OWL Carousel
	4.2. Isotope Filtering
	4.3. Nivo Slider
	4.4. Pretty Photo
5. Fullscreen Gallery
6. Ribbon Gallery
7. Grid Gallery
8. Gallery Albums Columns
9. Gallery Albums Listing
10. Gallery Albums Default
11. Gallery Albums sidebar
12. DM Lightbox
13. Base Blocks
	13.1. Header
	13.2. Content
	13.3. Footer
14. Modules
	14.1. Accordion & Toggles
	14.2. Iconboxes
	14.3. Gallery
	14.4. Promo Text
	14.5. Messageboxes
	14.6. Custom buttons
		14.6.1. Navigation Buttons
		14.6.2. Shortcode Buttons
	14.7. Tabs
	14.8. Featured Items
	14.9. Team
	14.10. Testimonials
	14.11. Partners
	14.12. Price Tables
	14.13. Social Icons
	14.14. Diagram
	14.15. Counter
	14.16. Contact Info
15. Fullwidth Google Map
16. 404 Page
17. Password Protected
18. Typography
	18.1. Headings
	18.2. Highlighters
	18.3. Blockquotes
	18.4. Text Styles
	18.5. Dropcaps
	18.6. Dividers
	18.7. Custom Styles
19. Models Page
20. Blog Listing
	20.1. Search Result
	20.2. Module Listing
	20.3. Fullscreen Listing
	20.4. Pager
21. Single Post
22. Single Posts Comments
23. Portfolio
24. Comming Soon Page
25. Strip Template
26. Widgets
	26.1. Menus & Lists Widgets
	26.2. Mailchimp
	26.3. Widget Search
	26.4. Featured Posts Widget
	26.5. Calendar
	26.6. Flickr Widget
	26.7. Tag Cloud
27. Preloader
28. Animations
29. Theme Unit
30. Custom Classes
31. WPML
32. padding and margin 
32. Background Custom Classes

---------------------------------------*/
/* GRID */
body,html{padding:0;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}[class*=span]{float:left;min-height:1px;margin-left:20px}.container{width:940px;margin-right:auto;margin-left:auto}.container:after,.container:before{display:table;line-height:0;content:""}.container:after{clear:both}.row{width:100%}.row:after,.row:before{display:table;line-height:0;content:""}.row:after{clear:both}.row [class*=span]{display:block;float:left;width:100%;min-height:30px;margin-left:2.8571428571429%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row [class*=span]:first-child{margin-left:0}.row .span12{width:100%}.row .span11{width:91.428571428571%}.row .span10{width:82.857142857143%}.row .span9{width:74.285714285714%}.row .span8{width:65.714285714286%}.row .span7{width:57.142857142857%}.row .span6{width:48.571428571429%}.row .span5{width:40%}.row .span4{width:31.428571428571%}.row .span3{width:22.857142857143%}.row .span2{width:14.285714285714%}.row .span1{width:5.7142857142857%}.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}.clear,.clearfix:after{clear:both}@media (min-width:1200px){[class*=span]{float:left;min-height:1px;margin-left:50px}.container{width:800px}.gt3_boxed header .container{width:800px}.row{width:100%}.row:after,.row:before{display:table;line-height:0;content:""}.row:after{clear:both}.row [class*=span]{display:block;float:left;width:100%;min-height:30px;margin-left:4.273504273504273%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row [class*=span]:first-child{margin-left:0}.row .span1{width:4.415954415954416%}.row .span2{width:13.105413105413106%}.row .span3{width:21.794871794871796%}.row .span4{width:30.484330484330485%}.row .span5{width:39.173789173789174%}.row .span6{width:47.863247863247864%}.row .span7{width:56.55270655270655%}.row .span8{width:65.24216524216524%}.row .span9{width:73.93162393162393%}.row .span10{width:82.62108262108262%}.row .span11{width:91.31054131054131%}.row .span12{width:100%}}@media (max-width:960px){.container{width:auto}.row{width:100%;margin-left:0}.row [class*=span],[class*=span]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row .span12,.span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}ul{margin:0;padding:0 0 20px 12px;}li{list-style:none;}
.container.right-sidebar,
.container.left-sidebar {
	width:940px;
}

.is_post.container {
    width: 800px;
}

.is_post.container.right-sidebar,
.is_post.container.left-sidebar {
    width: 940px;
}

.is_page.container {
    width: 1170px;
}

.is_page.container.right-sidebar,
.is_page.container.left-sidebar {
    width: 1170px;
}

.fs_page.container,
.fs_page.container.right-sidebar,
.fs_page.container.left--sidebar {
    width: 100%;
}

/*base*/
::selection {
    color: #ffffff;
    opacity: 1;
}

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

::-webkit-selection {
    color: #ffffff;
    background: #ff00ff;
    opacity: 1;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
	position:relative;
	z-index:-1;
}

html.hasAdminBar {
    margin: 0 !important;
}

body {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: transform 400ms;
}

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

form, body, iframe {
    margin: 0;
    padding: 0;
}

img, table, iframe {
    border: 0;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

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

/*FORMS*/
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-shadow: none;
    line-height: 20px;
    background: none;
    border-radius: 35px;
    border: none;
    height: 35px;
    padding: 6px 15px 8px 15px;
    margin: 0 0 10px 0;
    -webkit-appearance: none;
    outline: none;
    transition: color 250ms;
}

textarea {
    margin-bottom: 20px;
    border-radius: 17px;
    resize: none;
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
    height: 100px;
    padding: 7px 15px 8px 15px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    -webkit-font-smoothing: antialiased;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    margin: 0;
    border: none;
    font-size: 14px;
    line-height: 20px;
    height: 35px;
    padding: 7px 16px;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: background 250ms, color 250ms;
}

/* Default listing */
ul > li {
    padding: 0 0 0 5px;
    list-style: disc;
}

ol {
    margin: 0;
    padding: 0 0 0 17px;;
}

ol > li {
    position: relative;
    list-style: decimal;
    padding: 0 0 0 5px;
}

.contentarea ul {
    margin: 0;
    padding: 0 0 20px 12px;
}

.contentarea ol {
    padding-bottom: 20px;
}

.contentarea ol ol,
.contentarea ol ul,
.contentarea ul ol,
.contentarea ul ul {
    padding-bottom: 0
}

/*Theme CSS*/
p {
    margin: 0 0 7px 0;
}

a, a:hover,
a:hover span {
    text-decoration: none;
    outline: none;
}

/* Font Awesome */
@font-face{font-family:'FontAwesome';src:url('fa/fa.eot?v=3.2.1');src:url('fa/fa.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('fa/fa.woff?v=3.2.1') format('woff'),url('fa/fa.ttf?v=3.2.1') format('truetype'),url('fa/fa.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}
[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}a [class^="icon-"],a [class*=" icon-"]{display:inline;}[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope-o:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-o:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-check:before{content:"\f00c"}.icon-times:before{content:"\f00d"}.icon-search-plus:before{content:"\f00e"}.icon-search-minus:before{content:"\f010"}.icon-power-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-gear:before,.icon-cog:before{content:"\f013"}.icon-trash-o:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file-o:before{content:"\f016"}.icon-clock-o:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download:before{content:"\f019"}.icon-arrow-circle-o-down:before{content:"\f01a"}.icon-arrow-circle-o-up:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle-o:before{content:"\f01d"}.icon-rotate-right:before,.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-dedent:before,.icon-outdent:before{content:"\f03b"}.icon-indent:before{content:"\f03c"}.icon-video-camera:before{content:"\f03d"}.icon-photo:before,.icon-image:before,.icon-picture-o:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before,.icon-pencil-square-o:before{content:"\f044"}.icon-share-square-o:before{content:"\f045"}.icon-check-square-o:before{content:"\f046"}.icon-arrows:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-circle:before{content:"\f055"}.icon-minus-circle:before{content:"\f056"}.icon-times-circle:before{content:"\f057"}.icon-check-circle:before{content:"\f058"}.icon-question-circle:before{content:"\f059"}.icon-info-circle:before{content:"\f05a"}.icon-crosshairs:before{content:"\f05b"}.icon-times-circle-o:before{content:"\f05c"}.icon-check-circle-o:before{content:"\f05d"}.icon-ban:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-mail-forward:before,.icon-share:before{content:"\f064"}.icon-expand:before{content:"\f065"}.icon-compress:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-circle:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye:before{content:"\f06e"}.icon-eye-slash:before{content:"\f070"}.icon-warning:before,.icon-exclamation-triangle:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-arrows-v:before{content:"\f07d"}.icon-arrows-h:before{content:"\f07e"}.icon-bar-chart-o:before{content:"\f080"}.icon-twitter-square:before{content:"\f081"}.icon-facebook-square:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-gears:before,.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-o-up:before{content:"\f087"}.icon-thumbs-o-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-o:before{content:"\f08a"}.icon-sign-out:before{content:"\f08b"}.icon-linkedin-square:before{content:"\f08c"}.icon-thumb-tack:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-sign-in:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-square:before{content:"\f092"}.icon-upload:before{content:"\f093"}.icon-lemon-o:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-square-o:before{content:"\f096"}.icon-bookmark-o:before{content:"\f097"}.icon-phone-square:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd-o:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0f3"}.icon-certificate:before{content:"\f0a3"}.icon-hand-o-right:before{content:"\f0a4"}.icon-hand-o-left:before{content:"\f0a5"}.icon-hand-o-up:before{content:"\f0a6"}.icon-hand-o-down:before{content:"\f0a7"}.icon-arrow-circle-left:before{content:"\f0a8"}.icon-arrow-circle-right:before{content:"\f0a9"}.icon-arrow-circle-up:before{content:"\f0aa"}.icon-arrow-circle-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-arrows-alt:before{content:"\f0b2"}.icon-group:before,.icon-users:before{content:"\f0c0"}.icon-chain:before,.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-flask:before{content:"\f0c3"}.icon-cut:before,.icon-scissors:before{content:"\f0c4"}.icon-copy:before,.icon-files-o:before{content:"\f0c5"}.icon-paperclip:before{content:"\f0c6"}.icon-save:before,.icon-floppy-o:before{content:"\f0c7"}.icon-square:before{content:"\f0c8"}.icon-navicon:before,.icon-reorder:before,.icon-bars:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-square:before{content:"\f0d3"}.icon-google-plus-square:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-unsorted:before,.icon-sort:before{content:"\f0dc"}.icon-sort-down:before,.icon-sort-desc:before{content:"\f0dd"}.icon-sort-up:before,.icon-sort-asc:before{content:"\f0de"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2"}.icon-legal:before,.icon-gavel:before{content:"\f0e3"}.icon-dashboard:before,.icon-tachometer:before{content:"\f0e4"}.icon-comment-o:before{content:"\f0e5"}.icon-comments-o:before{content:"\f0e6"}.icon-flash:before,.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before,.icon-clipboard:before{content:"\f0ea"}.icon-lightbulb-o:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-o:before{content:"\f0a2"}.icon-coffee:before{content:"\f0f4"}.icon-cutlery:before{content:"\f0f5"}.icon-file-text-o:before{content:"\f0f6"}.icon-building-o:before{content:"\f0f7"}.icon-hospital-o:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-square:before{content:"\f0fd"}.icon-plus-square:before{content:"\f0fe"}.icon-angle-double-left:before{content:"\f100"}.icon-angle-double-right:before{content:"\f101"}.icon-angle-double-up:before{content:"\f102"}.icon-angle-double-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before,.icon-mobile:before{content:"\f10b"}.icon-circle-o:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-mail-reply:before,.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-o:before{content:"\f114"}.icon-folder-open-o:before{content:"\f115"}.icon-smile-o:before{content:"\f118"}.icon-frown-o:before{content:"\f119"}.icon-meh-o:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard-o:before{content:"\f11c"}.icon-flag-o:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-mail-reply-all:before,.icon-reply-all:before{content:"\f122"}.icon-star-half-empty:before,.icon-star-half-full:before,.icon-star-half-o:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before,.icon-chain-broken:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-slash:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-o:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-circle-left:before{content:"\f137"}.icon-chevron-circle-right:before{content:"\f138"}.icon-chevron-circle-up:before{content:"\f139"}.icon-chevron-circle-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-h:before{content:"\f141"}.icon-ellipsis-v:before{content:"\f142"}.icon-rss-square:before{content:"\f143"}.icon-play-circle:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-square:before{content:"\f146"}.icon-minus-square-o:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-square:before{content:"\f14a"}.icon-pencil-square:before{content:"\f14b"}.icon-external-link-square:before{content:"\f14c"}.icon-share-square:before{content:"\f14d"}.icon-compass:before{content:"\f14e"}.icon-toggle-down:before,.icon-caret-square-o-down:before{content:"\f150"}.icon-toggle-up:before,.icon-caret-square-o-up:before{content:"\f151"}.icon-toggle-right:before,.icon-caret-square-o-right:before{content:"\f152"}.icon-euro:before,.icon-eur:before{content:"\f153"}.icon-gbp:before{content:"\f154"}.icon-dollar:before,.icon-usd:before{content:"\f155"}.icon-rupee:before,.icon-inr:before{content:"\f156"}.icon-cny:before,.icon-rmb:before,.icon-yen:before,.icon-jpy:before{content:"\f157"}.icon-ruble:before,.icon-rouble:before,.icon-rub:before{content:"\f158"}.icon-won:before,.icon-krw:before{content:"\f159"}.icon-bitcoin:before,.icon-btc:before{content:"\f15a"}.icon-file:before{content:"\f15b"}.icon-file-text:before{content:"\f15c"}.icon-sort-alpha-asc:before{content:"\f15d"}.icon-sort-alpha-desc:before{content:"\f15e"}.icon-sort-amount-asc:before{content:"\f160"}.icon-sort-amount-desc:before{content:"\f161"}.icon-sort-numeric-asc:before{content:"\f162"}.icon-sort-numeric-desc:before{content:"\f163"}.icon-thumbs-up:before{content:"\f164"}.icon-thumbs-down:before{content:"\f165"}.icon-youtube-square:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-square:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stack-overflow:before{content:"\f16c"}.icon-instagram:before{content:"\f16d"}.icon-flickr:before{content:"\f16e"}.icon-adn:before{content:"\f170"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-square:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-square:before{content:"\f174"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-apple:before{content:"\f179"}.icon-windows:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-linux:before{content:"\f17c"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-female:before{content:"\f182"}.icon-male:before{content:"\f183"}.icon-gittip:before{content:"\f184"}.icon-sun-o:before{content:"\f185"}.icon-moon-o:before{content:"\f186"}.icon-archive:before{content:"\f187"}.icon-bug:before{content:"\f188"}.icon-vk:before{content:"\f189"}.icon-weibo:before{content:"\f18a"}.icon-renren:before{content:"\f18b"}.icon-pagelines:before{content:"\f18c"}.icon-stack-exchange:before{content:"\f18d"}.icon-arrow-circle-o-right:before{content:"\f18e"}.icon-arrow-circle-o-left:before{content:"\f190"}.icon-toggle-left:before,.icon-caret-square-o-left:before{content:"\f191"}.icon-dot-circle-o:before{content:"\f192"}.icon-wheelchair:before{content:"\f193"}.icon-vimeo-square:before{content:"\f194"}.icon-turkish-lira:before,.icon-try:before{content:"\f195"}.icon-plus-square-o:before{content:"\f196"}.icon-space-shuttle:before{content:"\f197"}.icon-slack:before{content:"\f198"}.icon-envelope-square:before{content:"\f199"}.icon-wordpress:before{content:"\f19a"}.icon-openid:before{content:"\f19b"}.icon-institution:before,.icon-bank:before,.icon-university:before{content:"\f19c"}.icon-mortar-board:before,.icon-graduation-cap:before{content:"\f19d"}.icon-yahoo:before{content:"\f19e"}.icon-google:before{content:"\f1a0"}.icon-reddit:before{content:"\f1a1"}.icon-reddit-square:before{content:"\f1a2"}.icon-stumbleupon-circle:before{content:"\f1a3"}.icon-stumbleupon:before{content:"\f1a4"}.icon-delicious:before{content:"\f1a5"}.icon-digg:before{content:"\f1a6"}.icon-pied-piper-square:before,.icon-pied-piper:before{content:"\f1a7"}.icon-pied-piper-alt:before{content:"\f1a8"}.icon-drupal:before{content:"\f1a9"}.icon-joomla:before{content:"\f1aa"}.icon-language:before{content:"\f1ab"}.icon-fax:before{content:"\f1ac"}.icon-building:before{content:"\f1ad"}.icon-child:before{content:"\f1ae"}.icon-paw:before{content:"\f1b0"}.icon-spoon:before{content:"\f1b1"}.icon-cube:before{content:"\f1b2"}.icon-cubes:before{content:"\f1b3"}.icon-behance:before{content:"\f1b4"}.icon-behance-square:before{content:"\f1b5"}.icon-steam:before{content:"\f1b6"}.icon-steam-square:before{content:"\f1b7"}.icon-recycle:before{content:"\f1b8"}.icon-automobile:before,.icon-car:before{content:"\f1b9"}.icon-cab:before,.icon-taxi:before{content:"\f1ba"}.icon-tree:before{content:"\f1bb"}.icon-spotify:before{content:"\f1bc"}.icon-deviantart:before{content:"\f1bd"}.icon-soundcloud:before{content:"\f1be"}.icon-database:before{content:"\f1c0"}.icon-file-pdf-o:before{content:"\f1c1"}.icon-file-word-o:before{content:"\f1c2"}.icon-file-excel-o:before{content:"\f1c3"}.icon-file-powerpoint-o:before{content:"\f1c4"}.icon-file-photo-o:before,.icon-file-picture-o:before,.icon-file-image-o:before{content:"\f1c5"}.icon-file-zip-o:before,.icon-file-archive-o:before{content:"\f1c6"}.icon-file-sound-o:before,.icon-file-audio-o:before{content:"\f1c7"}.icon-file-movie-o:before,.icon-file-video-o:before{content:"\f1c8"}.icon-file-code-o:before{content:"\f1c9"}.icon-vine:before{content:"\f1ca"}.icon-codepen:before{content:"\f1cb"}.icon-jsfiddle:before{content:"\f1cc"}.icon-life-bouy:before,.icon-life-saver:before,.icon-support:before,.icon-life-ring:before{content:"\f1cd"}.icon-circle-o-notch:before{content:"\f1ce"}.icon-ra:before,.icon-rebel:before{content:"\f1d0"}.icon-ge:before,.icon-empire:before{content:"\f1d1"}.icon-git-square:before{content:"\f1d2"}.icon-git:before{content:"\f1d3"}.icon-hacker-news:before{content:"\f1d4"}.icon-tencent-weibo:before{content:"\f1d5"}.icon-qq:before{content:"\f1d6"}.icon-wechat:before,.icon-weixin:before{content:"\f1d7"}.icon-send:before,.icon-paper-plane:before{content:"\f1d8"}.icon-send-o:before,.icon-paper-plane-o:before{content:"\f1d9"}.icon-history:before{content:"\f1da"}.icon-circle-thin:before{content:"\f1db"}.icon-header:before{content:"\f1dc"}.icon-paragraph:before{content:"\f1dd"}.icon-sliders:before{content:"\f1de"}.icon-share-alt:before{content:"\f1e0"}.icon-share-alt-square:before{content:"\f1e1"}.icon-bomb:before{content:"\f1e2"}

/* OWL CSS */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

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

/* Nivo */
.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:10px;height:10px;background:#ffffff;border-radius:100%;opacity:0.5;margin:0 4px;}

.slider-wrapper {
	position:relative;
}
.nivo-controlNav {
    bottom:40px;
    right:auto;
    left:0;
	width:100%;
	text-align:center;
}
.nivo-controlNav a {
    margin:0 5px;
    width:10px;
    height:10px;
    font-size:0;
    line-height:0;
}
.oneImage .nivo-controlNav {
    display:none!important;
}
/* CustomCSS */
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav a.active {
    opacity: 1;
}
.oneImage .nivo-directionNav a,
.oneImage .nivo-directionNav a:before {
    display: none !important;
}

/* F S   G A L L E R Y */
/* Diaporama en fond fixe */
.fs_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* Bloc vide pour réserver l'espace */
.slider_placeholder {
  height: 100vh;
  width: 100%;
}

/* Bloc du texte */
.presentation_helene {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.85);
  padding: 60px 20px;
}

.container_helene {
  max-width: 1200px;
  margin: 0 auto;
  color: #222;
  font-size: 1.1em;
  line-height: 1.7em;
}

.presentation_helene h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color:#F9FAFB;
}

section.services_clactaphoto {
  min-height: 20vh; /* Réserve de l’espace pour éviter le décalage */
  padding: 60px 20px;
  box-sizing: border-box;
  position: relative;
  background: rgba(255, 255, 255, 0.96); /* blanc léger */
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}


.fs_gallery_wrapper {
    transition: width 400ms, opacity 500ms;
}

.fs_gallery_container .fs_slide iframe {
    z-index: 5;
    position: absolute;
    left: 50%;
}

.fs_gallery_container .fs_slide {
    background-position: center;
}

.fs_wrapper_global {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fs_gallery_container {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.show_menu .fs_gallery_container {
    right: -240px;
}

.show_fs_content .fs_gallery_container {
    right: -375px;
}

.show_menu.show_fs_content .fs_gallery_container {
    right: -615px;
}

.fullview .fs_gallery_container,
.fullview.show_menu .fs_gallery_container {
    right: 0px;
}

.fs_gallery_container li {
    padding: 0;
}

.fs_gallery_container li:before {
    display: none;
}

.fs_gallery_container.fade {
    opacity: 1;
}

.fs_gallery_container.fade li {
    transition: opacity 1000ms;
    -webkit-transition: opacity 1000ms;
}

.touched .fs_gallery_container.fade li {
    transition: none;
}

.fs_gallery_container.slip li {
    transition: opacity 1000ms, left 1000ms;
}

.touched .fs_gallery_container.slip li {
    transition: opacity 1000ms;
}

.fs_gallery_container li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
    z-index: 24;
    background-position: center;
}

.fs_gallery_container.slip li.prev-slide {
    left: -100%;
}

.fs_gallery_container.slip li.next-slide {
    left: 100%;
}

.touched .fs_gallery_container.slip li.prev-slide,
.touched .fs_gallery_container.slip li.next-slide {
    opacity: 1;
    z-index: 25;
}

.fs_gallery_container li.current-slide {
    z-index: 25;
    opacity: 1;
}

.fs_gallery_container li {
    background-position: center !important;
}

.no_fit.fs_gallery_container li {
    background-size: cover !important;
}

.fit_always.fs_gallery_container li {
    background-size: contain !important;
}

.fit_width.fs_gallery_container li {
    background-size: 100% auto !important;
}

.fit_height.fs_gallery_container li {
    background-size: auto 100% !important;
}

.fs_gallery_container.zoom li {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);

    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.zoom li.current-slide {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Buttons & Thumbs*/
.fs_thmb_viewport {
    position: fixed;
    width: 52px;
    height: 196px;
    display: block;
    right: 20px;
    top: 50%;
    padding: 42px 0;
    margin-top: -101px;
    /*overflow:hidden;*/
    z-index: 44;
}
.fs_slider_next,
.fs_slider_prev {
	z-index:45;
}

.fs_thmb_viewport .nav_button {
    position: absolute;
    left: 10px;
    top: 0;
}

.fs_thmb_viewport .nav-down {
    top: auto;
    bottom: 0;
}

.fs_thmb_wrapper {
    height: 196px;
    width: 52px;
    border-radius: 52px;
    /*overflow:hidden;*/
}

.fs_thmb_wrapper li {
    list-style: none;
}

.fs_thmb_list {
    position: relative;
}

.fs_thmb_list li {
    list-style: none;
    width: 52px;
    height: 52px;
    display: block;
    padding: 10px;
    position: absolute;
    left: 0;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 300ms;
    top: 72px;
    opacity: 0;
}

.fs_thmb_list li img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
    border-radius: 100%;
    transition: all 400ms;
}

.fs_thmb_list li.thmbCurrent img,
.fs_thmb_list li.current-slide img {
    width: 52px;
    height: 52px;
    display: block;
}

.fs_thmb_list li.thmbCurrent,
.fs_thmb_list li.current-slide {
    padding: 0;
}

.fs_thmb_list li.thmbPrev2 {
    top: -52px;
    opacity: 0;
	transform:scale(0,0);
}

.fs_thmb_list li.thmbPrev {
    top: 10px !important;
    opacity: 1 !important;
	transform:scale(1,1)!important;
}

.fs_thmb_list li.thmbNext {
    top: 134px !important;
    opacity: 1 !important;
	transform:scale(1,1)!important;
}

.fs_thmb_list li.thmbCurrent {
    top: 72px !important;
    opacity: 1 !important;
}

.fs_thmb_list li.thmbNext2 {
    top: 196px;
    opacity: 0;
	transform:scale(0,0);
}

.model_gallery,
.model_gallery .fs_gallery_container {
    width: 50%;
}

.fullview .model_gallery,
.fullview .model_gallery .fs_gallery_container {
    width: 100%;
}

.fs_title_wrapper {
    position: fixed;
    left: 30px;
    bottom: 58px;
    z-index: 44;
    max-width: 50%;
    transition: left 400ms;
}

.show_menu .fs_title_wrapper {
    left: 270px;
}

.show_fs_content .fs_title_wrapper {
    left: 405px;
}

.show_menu.show_fs_content .fs_title_wrapper {
    left: 645px;

}

/*.fullview.show_menu .fs_title_wrapper,
.fullview .fs_title_wrapper {
	left:-50%;
}*/

h1.fs_title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 0 20px -3px;
}

h3.fs_descr {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 20px -1px;
}

.fs_share_block {
    position: fixed;
    left: 30px;
    top: 50%;
    margin-top: 24px;
    height: 32px;
    display: block;
    z-index: 44;
    width: 32px;
    overflow: hidden;
    border-radius: 32px;
    transition: width 300ms, left 400ms;
}

.fs_share_block.fs_template {

}

.fs_share_block_single {
    height: 32px;
    display: block;
    z-index: 15;
    width: 32px;
    overflow: hidden;
    border-radius: 32px;
    transition: width 300ms, left 400ms;
}

.show_share.fs_share_block,
.show_share.fs_share_block_single {
    width: 242px;
}

.show_menu .fs_share_block {
    left: 270px;
}

.fullview.show_menu .fs_share_block,
.fullview .fs_share_block {
    left: -250px;
}

.share_box {
    width: 208px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 32px;
    display: block;
    /*overflow:hidden;*/
    opacity: 0;
    transition: opacity 300ms;
}

.show_share .share_box {
    opacity: 1;
}

.share_box a {
    margin-left: 20px;
    float: left;
}

.fs_controls_append {
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    display: block;
    margin: 24px 0 0 -16px;
    position: fixed;
    z-index: 45;
    transition: margin-left 400ms, opacity 400ms, z-index 400ms;
}

.fs_controls_append.disabled {
    display: none;
}

.fs_controls_append #fs_play-pause.disabled {
    opacity: 0;
}

.fs_controls_append #fs_play-pause:hover,
.fs_controls_append #fs_play-pause.disabled:hover {
    opacity: 1;
}

.fs_controls_append #fs_play-pause {
    transition: opacity 300ms;
}

.show_menu .fs_controls_append {
    margin-left: 224px;
}

.show_fs_content .fs_controls_append {
    margin-left: 359px;
}

.show_fs_content.show_menu .fs_controls_append {
    margin-left: 599px;
}

.fullview.show_menu .fs_controls_append,
.fullview .fs_controls_append {
    opacity: 0;
    margin-left: -16px;
    z-index: -1;
}

.fs_side_controls {
    position: fixed;
    left: 30px;
    top: 50%;
    margin-top: -100px;
    height: 280px;
    display: block;
    transition: left 400ms;
    z-index: 30;
}

.fs_side_controls.no_prev_link,
.fs_side_controls.no_next_link {
    height: 218px;
    margin-top: -69px;
}

.show_menu .fs_side_controls {
    left: 270px;
}

.show_fs_content .fs_side_controls {
    left: 405px;
}

.show_fs_content.show_menu .fs_side_controls {
    left: 645px;
}

.fullview.show_menu .fs_side_controls,
.fullview .fs_side_controls {
    left: -300px;
}

.fs_ctrl_prevPost,
.fs_ctrl_info,
.fs_ctrl_like,
.fs_share_block_single {
    margin-bottom: 30px;
    position: relative;
}

span.fs_span_prev,
span.fs_span_info,
span.fs_span_like,
span.fs_span_next {
    font-size: 12px;
    line-height: 32px;
    position: absolute;
    left: -12px;
    top: -1px;
    white-space: nowrap;
    word-wrap: break-word;
    opacity: 0;
    cursor: default;
    transition: opacity 300ms, left 300ms;
}

span.fs_span_info {
    top: 62px;
}

span.fs_span_like {
    top: 124px
}

span.fs_span_next {
    top: 248px
}

span.fs_span_prev.hovered,
span.fs_span_info.hovered,
span.fs_span_like.hovered,
span.fs_span_next.hovered {
    opacity: 1;
    left: -7px;
}

.fs_nextPost_link,
.fs_prevPost_link {
    opacity: 0;
    z-index: -15;
    position: fixed;
    left: -100%;
    top: -100%;
}

.fs_side_controls.no_next_link .fs_ctrl_nextPost,
.fs_side_controls.no_next_link .fs_span_next {
    display: none;
}

.fs_side_controls.no_prev_link .fs_ctrl_prevPost,
.fs_side_controls.no_prev_link .fs_span_prev {
    display: none;
}

.fs_side_controls.no_prev_link span.fs_span_info {
    top: -1px;
}

.fs_side_controls.no_prev_link span.fs_span_like {
    top: 62px
}

.fs_side_controls.no_prev_link span.fs_span_next {
    top: 186px
}

/* FS Content */
.fs_content_bg {
    position: fixed;
    top: 0;
    width: 375px;
    height: 100%;
    display: block;
    z-index: 33;
    left: -375px;
    transition: left 400ms;
}

.show_menu .fs_content_bg {
    left: -135px;
}

.show_fs_content .fs_content_bg {
    left: 0;
}

.show_menu.show_fs_content .fs_content_bg {
    left: 240px;
}

.fullview.show_menu .fs_content_bg,
.fullview .fs_content_bg {
    left: -375px;
}

.fs_content_wrapper {
    padding: 30px;
}

h1.side_title {
    margin-bottom: 10px;
}

.side_meta {
    padding-top: 2px;
}

.side_meta .side_meta_item {
    display: block;
    margin-top: 13px;
}

.side_meta span {
    padding-right: 3px;
}

.side_meta i {
    margin-right: 7px;
}

/* R I B B O N   G A L L E R Y */
#dragMe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 22;
    /*cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
}

/*.clicked #dragMe {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}*/
.ribbon_main_wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    overflow: hidden;
}

.fs_grid_gallery {
    position: relative;
    overflow: hidden;
    right: 0;
}

.ribbon_list {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 400ms;
	padding:0;
}

.show_menu .ribbon_list {
    left: 240px;
}

.fullview .ribbon_list {
    left: 0;
}

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

.ribbon_list li {
    list-style: none;
    padding: 0;
}

.ribbon_list li {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: left 400ms, opacity 400ms, z-index 400ms, transform 400ms;
    -webkit-transition: left 400ms, opacity 400ms, z-index 400ms, transform 400ms;
}

.clicked .ribbon_list li {
    transition: left 400ms, opacity 400ms, z-index 400ms;
    -webkit-transition: left 400ms, opacity 400ms, z-index 400ms;
}

.slide_fadder {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: background 400ms;
}

.ribbon_list li.currentStep .slide_fadder {
    z-index: -99;
}

.ribbon_list li.currentStep,
.ribbon_list li.prevStep2,
.ribbon_list li.nextStep2,
.ribbon_list li.prevStep,
.ribbon_list li.nextStep {
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 17;
}

.nav_button.rbPrev,
.nav_button.rbNext {
    position: absolute;
    top: 50%;
    margin-top: 4px;
    z-index: 33;
}

.nav_button.rbPrev {
    left: 172px;
    transition: left 400ms;
}

.show_menu .nav_button.rbPrev {
    left: 412px;
}

.fullview .nav_button.rbPrev {
    left: 172px;
}

.nav_button.rbNext {
    right: 172px;
    transition: right 400ms;
}

.show_menu .nav_button.rbNext {
    right: -68px;
}

.fullview .nav_button.rbNext {
    right: 172px;
}

#ribbon_status {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 33;
    overflow: hidden;
    transition: bottom 400ms, left 400ms;
}

.show_menu #ribbon_status {
    left: 240px;
}

.fullview #ribbon_status {
    bottom: -40px;
    left: 0;
}

#ribbon_status > div {
    float: left;
    display: block;
    padding: 10px 0 9px 0;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.status_left,
.status_right {
    width: 40%;
}

#ribbon_status > div.status_right {
    text-align: right;
    padding-right: 30px;
}

#ribbon_status > div.status_left {
    text-align: left;
    padding-left: 30px;
}

#ribbon_status > div.status_middle {
    width: 20%;
    text-align: center;
}

#ribbon_status > div.status_right > div {
    display: inline-block;
}

#ribbon_status .side_meta_item {
    margin-left: 26px;
}

#ribbon_status .side_meta_item i {
    margin-right: 3px;
}

#ribbon_status .share_wrapper {
    margin-left: 23px;
}

#ribbon_status .share_text {
    padding-left: 1px;
    padding-right: 4px;
}

#ribbon_status .share_wrapper i {
    font-size: 15px;
}

#ribbon_status .share_wrapper a {
    margin-left: 11px;
    position: relative;
    transition: opacity 300ms;
}

#ribbon_status .share_wrapper a:hover {
    opacity: 0.6;
}

#ribbon_status .side_meta_item {
    cursor: pointer;
}

canvas#kenburns {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
}

/* G R I D   G A L L E R Y */
.fw_grid_gallery {
    padding-top: 80px;
    position: relative;
    left: 0;
    z-index: 22;
    transition: padding 400ms, left 400ms;
}

.fw_grid_gallery.with_padding .fw_grid_module {
    margin-left: 30px;
    padding-top: 30px;
}

.fw_grid_gallery.with_padding .fw_grid_module .fw_grid_item .fw_grid_content {
    margin-bottom: 30px;
    margin-right: 30px;
}

.admin-bar .fw_grid_gallery {
    padding-top: 112px;
}

.has_filter.fw_grid_gallery {
    padding-bottom: 40px;
}

.show_menu .fw_grid_gallery {
    left: 240px;
}

.fullview.show_menu .fw_grid_gallery,
.fullview .fw_grid_gallery {
    left: 0px;
    padding-top: 0!important;
}

.fullview .has_filter.fw_grid_gallery {
    padding-bottom: 0;
}

.fw_grid_gallery .fw_grid_item {
    width: 25%;
    float: left;
}

.element.fw_grid_item {
    margin-left: -1px;
}

.fw_grid_item .gallery_item_wrapper a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 17;
}

.fw_grid_item .gal_content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: block;
    z-index: 16;
    text-align: center;
    opacity: 0;
    transform: translate(0, 20px);
    transition: opacity 250ms, transform 300ms;
}

.fw_grid_item .gal_content span.gal_plus_ico {
    transform: translate(0, 20px);
    transition: transform 400ms;
}

.fw_grid_item .img_block:hover .gal_content {
    opacity: 1;
    top: 50%;
    transform: translate(0, 0);
}

.fw_grid_item .img_block:hover .gal_content span.gal_plus_ico {
    transform: translate(0, 0);
}

.fw_grid_item .gal_content h3 {
    font-weight: 300;
    margin-bottom: 27px;
}

span.gal_plus_ico {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    z-index: 16;
    border: 2px solid;
    border-radius: 100%;
    transition: opacity 250ms, top 350ms;
}

span.gal_plus_ico:before,
span.gal_plus_ico:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 13px;
    height: 16px;
    width: 2px;
}

span.gal_plus_ico:after {
    top: 13px;
    left: 6px;
    height: 2px;
    width: 16px;
}

.gallery_filter {
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 20px;
    padding: 11px 30px 4px 30px;;
    z-index: 66;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: bottom 400ms, left 400ms;
}

.show_menu .gallery_filter {
    left: 240px;
}

.fullview .gallery_filter {
    bottom: -50px;
}

.show_menu.fullview .gallery_filter {
    left: 0;
}

.gallery_filter li {
    list-style: none;
}

.gallery_filter li,
.gallery_filter li a {
    line-height: 20px;
    font-size: 14px;
    display: block;
}

.gallery_filter li {
    display: inline-block;
    margin-right: 20px;
}

/* G A L L E R Y   A L B U M S   C O L U M N S */
#cols_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: top 400ms, height 400ms;
}

.inner_col_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 11;
}

.inner_col {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: top 100ms;
    z-index: 13;
}

.touched .inner_col {
    transition: none;
}

.filter_labels {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    height: 60px;
    z-index: 17;
}

.filter_label {
    line-height: 30px;
    height: 60px;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    bottom: -60px;
    text-align: center;
    z-index: 30;
}

.filter_label h3 {
    margin: 0;
}

.screen_cutter .filter_label.one_col {
    width:25%;
    left:0%;
}

.screen_cutter .inner_col_wrapper.one_col {
    width:25%;
    left:0%;
}

.screen_cutter .filter_label.two_col {
    width:25%;
    left:25%;
}

.screen_cutter .inner_col_wrapper.two_col {
    width:25%;
    left:25%;
}

.screen_cutter .filter_label.three_col {
    width:25%;
    left:50%;
}

.screen_cutter .inner_col_wrapper.three_col {
    width:25%;
    left:50%;
}

.screen_cutter .filter_label.four_col {
    width:25%;
    left:75%;
}

.screen_cutter .inner_col_wrapper.four_col {
    width:25%;
    left:75%;
}

.screen_cutter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: left 400ms;
}

.show_menu .screen_cutter {
    left: 240px;
}

.fullview.show_menu .screen_cutter {
    left: 0;
}

/* G A L L E R Y   A L B U M S   L I S T I N G */
#column_left,
#column_right {
    position: absolute;
    width: 50%;
    display: block;
    transition: top 500ms, bottom 500ms;
}

.touched #column_left,
.touched #column_right {
    transition: none;
}

#column_left {
    left: 0;
    top: 0;
}

#column_right {
    right: 0;
    bottom: 0;
}

.x2x2 .fs_port_item {
    height: 50%;
    display: block;
    position: relative;
}

.x2x1 .fs_port_item {
    height: 100%;
}

.album_listing_col .fs_port_item,
.album_listing_col .fw_grid_item {
    transition: height 400ms;
}

.al_listing_content {
    position: absolute;
    top: 50%;
    display: block;
    z-index: 16;
    opacity: 0;
    transition: left 300ms, right 300ms, opacity 250ms;
}

.fw_grid_content:hover .al_listing_content {
    opacity: 1;
}

.al_listing_content span.gal_plus_ico {
    display: inline-block;
    margin: 0;
}

.al_listing_content h2 {
    margin-bottom: 20px;
}

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

.al_listing_content h2,
.al_listing_content h3,
.al_listing_content span {
    transition: transform 500ms;
}

#column_left .fw_grid_content .al_listing_content {
    right: 70px;
    text-align: right;
}

#column_left .fw_grid_content:hover .al_listing_content {
    right: 80px;
}

#column_right .fw_grid_content .al_listing_content {
    left: 70px;
    text-align: left;
}

#column_right .fw_grid_content:hover .al_listing_content {
    left: 80px;
}

#column_left .fw_grid_content:hover .al_listing_content h2,
#column_left .fw_grid_content:hover .al_listing_content h3,
#column_left .fw_grid_content:hover .al_listing_content span,
#column_right .fw_grid_content:hover .al_listing_content h2,
#column_right .fw_grid_content:hover .al_listing_content h3,
#column_right .fw_grid_content:hover .al_listing_content span {
    transform: translate(0, 0);
}

.page_indicator {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 30px;
}

.page_indicator,
.page_indicator a,
.page_indicator span {
    color: #ffffff;
    font-size: 20px;
}

.page_indicator a.disabled {
    color: #979797;
}

/* G A L L E R Y   A L B U M S   D E F A U L T */
.gallery_albums {
    padding: 110px 0 40px 30px;
    transform: translate(0, 0);
    transition: transform 400ms, padding 400ms;
}

.admin-bar .gallery_albums {
    padding-top: 142px;
}

.show_menu .gallery_albums {
    transform: translate(240px, 0);
}

.fullview .gallery_albums,
.fullview.show_menu .gallery_albums {
    padding-top: 30px!important;
    padding-bottom: 0;
    transform: translate(0, 0);
}

.element.album_item {
    margin-left: -1px;
}

.album_item {
    width: 25%;
    float: left;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fs_content_box.fs_albums {
    padding: 25px 160px 17px 19px;
    position: relative;
}

.albums_info {
    position: absolute;
    right: 19px;
    top: 27px;
    cursor: default;
}

.albums_info .gallery_views,
.albums_info .gallery_likes {
    display: inline-block;
    cursor: default;
}

.albums_info .gallery_likes {
    margin-left: 17px;
    cursor: pointer;
}

.albums_info i,
.albums_info i {
    margin-right: 2px;
}

.album_item_wrapper .img_block {
    position: relative;
}

.album_item_wrapper .img_block a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
}

.album_item_wrapper .img_block span.gal_plus_ico {
    display: block;
    position: absolute;
    left: 48%;
    top: 43%;
    width: 28px;
    height: 28px;
    z-index: 19;
    border: 2px solid;
    border-radius: 100%;
    opacity: 0;
    transition: opacity 250ms, top 350ms;
}

.album_item_wrapper .img_block:hover span.gal_plus_ico {
    top: 50%;
    opacity: 1;
}

.album_item_wrapper .img_block .albums_fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 17;
    transition: background 300ms;
}

/* G A L L E R Y   A L B U M S   A J A X */
.leftSide_Container {
    width: 350px;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    transition: top 400ms, height 400ms, left 400ms;
    z-index: 33;
}

.show_menu .leftSide_Container {
    left: 240px;
}

.fullview .leftSide_Container {
    left: -350px;
}

.leftSide_Container .album_item {
    padding: 0 30px 30px 30px;
    width: 100%;
    float: none;
}

.leftSide_Container .album_item:first-child {
    padding-top: 30px;
}

.leftSide_Container .fs_content_box {
    padding-right: 150px;
}

.leftSide_Container .album_item_wrapper {
    position: relative;
}

.leftSide_Container .album_item_wrapper .album_item_fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: background 250ms;
    z-index: 11;
    cursor: pointer;
}

.ls_listing {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: top 150ms;
}

.touched .ls_listing {
    transition: none;
}

.leftSide_Container .album_content {
    position: absolute;
    height: 1px;
    width: 100%;
    z-index: -99;
    left: 0;
    top: 100%;
    overflow: hidden;
}

.iPhone_link {
    display: none;
}

.ls_listing .gallery_likes {
    position: relative;
    z-index: 13;
    transition: color 250ms;
}

/*UpDown Slider CSS*/

#sidebar_slider {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 400ms, right 400ms, width 400ms;
}

.show_menu #sidebar_slider {
    right: -240px;
}

.fullview #sidebar_slider {
    right: 0;
}

#sidebar_slider.reload {
    opacity: 0;
}

#sidebar_slider li {
    list-style: none;
}

#sidebar_slider li {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: top 600ms;
    background-position: center;
    background-repeat: no-repeat;
}

#sidebar_slider li iframe {
    z-index: 5;
    position: absolute;
    left: 50%;
}

.touched #sidebar_slider li {
    transition: none;
}

#sidebar_slider li.slideNext2,
#sidebar_slider li.slidePrev2 {
    z-index: 20;
    opacity: 1;
}

#sidebar_slider li.slideNext {
    z-index: 22;
    opacity: 1;
}

#sidebar_slider li.slidePrev {
    z-index: 23;
    opacity: 1;
}

#sidebar_slider li.slideNext2 {
    top: 200%;
}

#sidebar_slider li.slidePrev2 {
    top: -200%;
}

#sidebar_slider li.slideNext {
    top: 100%;
}

#sidebar_slider li.slidePrev {
    top: -100%;
}

#sidebar_slider li.slideCurrent {
    top: 0;
    opacity: 1;
    z-index: 25;
}

#sidebar_slider.no_fit li {
    background-size: cover !important;
}

#sidebar_slider.fit_always li {
    background-size: contain !important;
}

#sidebar_slider.fit_width li {
    background-size: 100% auto !important;
}

#sidebar_slider.fit_height li {
    background-size: auto 100% !important;
}

.sidebarSlider_controls {
    display: block;
    position: fixed;
    right: 30px;
    top: 50%;
    height: 218px;
    width: 30px;
    margin-top: -69px;
    z-index: 35;
    transition: right 400ms;
}

.showed_info .sidebarSlider_controls {
    right: 398px;
}

/*.fullview .sidebarSlider_controls {
	right:30px;
}
.shareToggled.fullview .sidebarSlider_controls {
	right:-240px;
}*/
.sidebarSlider_controls > a {
    position: relative;
    margin: 0 0 30px 0;
    display: block;
}

.sidebarSlider_controls a:last-child {
    margin: 0;
}

.sidebarSlider_controls a.share_toggle {
    margin: 0;
}

.sidebarSlider_controls .fs_share_block_single {
    margin: 0 0 30px 0;
    height: 32px;
    left: 0;
    transition: width 300ms, left 300ms;
}

.sidebarSlider_controls .show_share.fs_share_block_single {
    left: -210px;
}

.sidebarSlider_controls .fs_share_block_single a.share_toggle {
    position: absolute;
    right: 0;
    top: 0;
}

.sidebarSlider_controls .share_box {
    left: auto;
    right: 30px;
}

.sidebarSlider_controls .share_box a {
    margin: 0 20px 0 0;
}

.sidebarSlider_controls .share_box a:last-child {
    margin: 0;
}

/*content part*/
.sidebar-albums .fs_content_bg {
    position: fixed;
    right: -368px;
    left: auto;
    /*top:auto!important;
	bottom:0!important;*/
    display: block;
    width: 368px;
    z-index: 44;
    transition: right 400ms, height 400ms, top 400ms;
    overflow: hidden;
}

.showed_info.sidebar-albums .fs_content_bg {
    right: 0;
    left: auto;
}

/*.fullview.sidebar-albums .fs_content_bg {
	right:-368px;
}*/
.sidebar-albums .fs_content_wrapper {
    padding: 20px 30px;
}

.sidebar-albums .fs_content_block {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: opacity 400ms;
}

.side_title.no_title {
    display: none;
}

.sidebar-albums .fs_content_block.reload {
    opacity: 0;
}

/* D M   L I G H T B O X */
#dm_fullscreen,
.side_controls,
.dm_thmb_viewport {
    z-index: -1;
    opacity: 0 !important;
    transition: z-index 500ms, opacity 500ms;
}

.dm_show .side_controls,
.dm_show .dm_thmb_viewport {
    z-index: 1090;
    opacity: 0.999 !important;
}

.dm_show #dm_fullscreen {
    z-index: 1080;
    opacity: 0.999 !important;
}

.dm_share_block {
    height: 32px;
    display: block;
    z-index: 15;
    width: 32px;
    /*overflow:hidden;*/
    position: absolute;
    border-radius: 32px;
    transition: left 400ms;
}

.dm_share_block .share_box {
    left: -400px;
    transition: z-index 300ms;
}

.show_share.dm_share_block .share_box {
    left: 32px;
}

.show_share.dm_share_block .share_box {
    width: 242px;
}

.side_controls {
    position: fixed;
    left: 30px;
    top: 50%;
    margin-top: -78px;
    height: 156px;
    display: block;
    transition: left 400ms;
}

.dm_ctrl_close,
.dm_ctrl_info {
    margin-bottom: 30px;
    position: relative;
}

.closeAlone {
    position: fixed !important;
    left: 30px;
    top: 50%;
    margin-top: -14px;
    z-index: -99;
}

.dm_show .closeAlone {
    z-index: 1090;
}

span.dm_span_close,
span.dm_span_info {
    font-size: 12px;
    line-height: 32px;
    position: absolute;
    left: -12px;
    top: 1px;
    white-space: nowrap;
    word-wrap: break-word;
    opacity: 0;
    cursor: default;
    transition: opacity 300ms, left 300ms;
}

span.dm_span_info {
    top: 63px;
}

span.dm_span_close.hovered,
span.dm_span_info.hovered {
    opacity: 1;
    left: -7px;
}

#dm_fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: left 400ms, z-index 500ms, opacity 500ms;
}

#dm_fullscreen .dm_list {
    display: block;
}

#dm_fullscreen .dm_list li {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity 500ms, left 500ms;
    text-align: center;
}

.touched #dm_fullscreen .dm_list li {
    transition: opacity 500ms;
}

#dm_fullscreen .dm_list li {
    list-style: none;
}

#dm_fullscreen .dm_list li.dm_prev {
    left: -100%;
    opacity: 0;
}

#dm_fullscreen .dm_list li.dm_next {
    left: 100%;
    opacity: 0;
}

#dm_fullscreen .dm_list li.dm_current {
    z-index: 93;
    left: 0;
    opacity: 1;
}

.touched #dm_fullscreen .dm_list li.dm_prev,
.touched #dm_fullscreen .dm_list li.dm_next {
    opacity: 1;
}

#dm_fullscreen .dm_list li img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transition: all 500ms;
}

.canZoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.canZoom.zoomed {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

#dm_fullscreen .dm_list li.zoomed img {
    transition: width 500ms, height 500ms, margin-left 500ms, margin-top 500ms, opacity 500ms;
}

#dm_fullscreen .dm_list li iframe {
    z-index: 111;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 500ms, left 500ms;
    text-align: center;
}

.dm_more_info {
    position: fixed;
    left: 30px;
    bottom: 58px;
    z-index: -1;
    transition: opacity 300ms, left 300ms;
}

.dm_show .dm_more_info {
    z-index: 1095;
}

.dm_thmb_list li {
    cursor: default;
}

.dm_more_info.hided_info {
    opacity: 0 !important;
}

h1.info_title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 0 20px -3px;
}

h3.info_caption {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 20px -1px;
}

/*dm_debuger*/
#dm_debuger {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: -99;
    right: 30px;
    top: 30px;
    padding: 20px;
}

.dm_show #dm_debuger {
    z-index: 99999;
}

#dm_debuger span {
    color: #ffffff;
    display: block;
}

.nowLoading img {
    opacity: 0;
}

#dm_dragMe {
    z-index: -7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: fixed;
}

/* H E A D E R */
.main_header,
.main_header * {
    outline: none;
}

.main_header .header_wrapper {
    font-size: 0;
    line-height: 0;
    padding: 20px 0;
}

.main_header {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 989;
    left: 0;
    top: 0;
    transition: top 400ms, opacity 400ms;
}

.main_header .toggle_menu {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 30px;
    top: 24px;
    background: url(../img/goodwin_sprite.png) no-repeat -352px -64px;
    transition: opacity 250ms;
}

.show_menu .main_header .toggle_menu {
    opacity: 0;
}

.toggle_fullview {
    width: 32px;
    height: 32px;
    display: block;
    position: fixed;
    right: 27px;
    top: 24px;
    z-index: 1001;
    background: url(../img/goodwin_sprite.png) no-repeat -352px -32px;
}

.fullview .toggle_fullview {
    background: url(../img/goodwin_sprite.png) no-repeat -352px 0;
}

.logo {
    display: inline-block;
    margin: 0 auto;
}

.logo img {
    display: block;
}

.admin-bar .main_header {
    top: 32px;
}

.admin-bar .toggle_fullview {
    top: 56px;
}

#wpadminbar {
    transition: top 400ms;
}

.fullview #wpadminbar {
    top: -32px;
}

/*menu*/
nav.main_nav {
    position: fixed;
    left: -240px;
    top: 0;
    display: block;
    height: 100%;
    width: 240px;
    z-index: 991;
    transition: left 400ms;
    overflow: hidden;
}

nav.main_nav ul.menu {
    transition: left 400ms;
    left: -240px;
}

nav.main_nav .close_menu {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 28px;
    top: 30px;
    z-index: 999;
    background: url(../img/goodwin_sprite.png) no-repeat -256px -32px;

}

.admin-bar nav.main_nav .close_menu {
    top: 64px;
}

nav.main_nav .back_menu {
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    right: 26px;
    top: 31px;
    z-index: 999;
    background: url(../img/goodwin_sprite.png) no-repeat -256px -48px;
}

.admin-bar nav.main_nav .back_menu {
    top: 65px;
}

nav.main_nav.sub .back_menu {
    display: block;
}

nav.main_nav:before {
    content: '';
    background: #ff00ff;
    position: fixed;
    left: -240px;
    top: 0;
    width: 240px;
    height: 80px;
    z-index: 107;
    overflow: hidden;
    transition: left 400ms;
}

.show_menu nav.main_nav,
.show_menu nav.main_nav ul.menu,
.show_menu nav.main_nav:before {
    left: 0;
}

.show_menu.fullview nav.main_nav,
.show_menu.fullview nav.main_nav ul.menu,
.show_menu.fullview nav.main_nav:before {
    left: -240px;
}

nav.main_nav ul.menu,
nav.main_nav ul.sub-menu {
    margin: 0;
    width: 240px;

    position: fixed;
    top: 0;
    text-align: left;
    display: block;
    padding: 66px 29px 0 29px;
    transition: left 400ms, top 100ms;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.admin-bar nav.main_nav ul.menu,
.admin-bar nav.main_nav ul.sub-menu {
    padding-top: 98px;
}

.m_touched nav.main_nav ul.menu,
.m_touched nav.main_nav ul.sub-menu {
    transition: left 400ms;
}

nav.main_nav ul.menu {
    z-index: 105;
}

nav.main_nav ul.sub-menu {
    z-index: 109;
    left: -240px;
}

.show_menu nav.main_nav li.show_sub > ul.sub-menu {
    left: 0;
}

.show_menu nav.main_nav li.prev_sub > ul.sub-menu {
    left: 0;
}

.fullview.show_menu nav.main_nav li.show_sub > ul.sub-menu {
    left: -240px;
}

.fullview.show_menu nav.main_nav li.prev_sub > ul.sub-menu {
    left: -240px;
}

.show_menu nav.main_nav li.show_sub,
.show_menu nav.main_nav li.prev_sub {
    z-index: 106;
}

nav.main_nav ul.menu li {
    list-style: none;
}

nav.main_nav ul li {
    overflow: visible;
    display: block;
}

nav.main_nav ul li.menu-item-has-children > a span:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1px;
    top: 14px;
}

nav.main_nav ul.menu li a {
    display: block;
    padding: 12px 0 12px 0;
    overflow: hidden;
    position: relative;
}

/* C O N T E N T */
.site_wrapper {
    opacity: 0.01;
    left: 0;
    padding: 150px 80px 80px 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    transition: left 400ms;
    position: relative;
    z-index: 30;
}

.vs_page {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    transition: transform 400ms, margin 400ms;
    transform: translate(0, 0);
}

.show_menu .vs_page {
    transform: translate(240px, 0);
}

.show_menu.fullview .vs_page,
.fullview .vs_page {
    transform: translate(0, -40px);
}

..vs_page_content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 32px 40px 30px 40px; /* ajustable si tu veux encore plus d’espace intérieur */
}

.vs_page_content .title {
    font-weight: 300;
    margin-bottom: 18px;
}

.model_gallery,
.fs_thmb_viewport,
.fullscreen_block {
    opacity: 0.01;
}

.site_wrapper.fs_site_wrapper {
    width: 50%;
}

.show_menu .site_wrapper {
    left: 240px;
}

.fullview .site_wrapper,
.fullview.show_menu .site_wrapper {
    left: -960px;
}

.fullview .site_wrapper.has_sidebar,
.fullview.show_menu .site_wrapper.has_sidebar {
    left: -1100px;
}

.fullview .page_wrapper.site_wrapper,
.fullview.show_menu .page_wrapper.site_wrapper {
    left: -1330px;
}

.fullview .site_wrapper.fs_site_wrapper,
.fullview.show_menu .site_wrapper.fs_site_wrapper {
    left: -50%;
}

.main_wrapper {
    text-align: left;
}

.site_wrapper.fixed {
    position: relative;
}

.site_wrapper {
    overflow-x: hidden;
}

.no-sidebar .left-sidebar-block,
.no-sidebar .right-sidebar-block {
    display: none;
}

.left-sidebar .right-sidebar-block {
    display: none;
}

.left-sidebar .left-sidebar-block {
    display: block;
    float: left;
    margin-left: 0;
}

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

.right-sidebar .left-sidebar-block {
    display: none;
}

.right-sidebar .right-sidebar-block {
    display: block;
}

.right-sidebar-block,
.left-sidebar-block {
    float: left;
    text-align: left;
    width: 240px;
}

.left-sidebar-block {
    margin-right: 60px;
}

.right-sidebar-block {
    margin-left: 60px;
}

.fl-container.hasRS {
    float: left;
}

.fl-container.hasRS,
.posts-block.hasLS {
    width: 640px;
}

.is_page.container .fl-container.hasRS,
.is_page.container .posts-block.hasLS {
    width: 870px;
}

.is_post.container .fl-container.hasRS,
.is_post.container .posts-block.hasLS {
    width: 640px;
}

.fixed_bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}

.content_wrapper {
    position: relative;
}

.fw_background {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0;
}

.fullscreen_block.fw_background,
.fw_background.bg_image {
    padding: 0 !important;
}

.fw_background.bg_image {
    background-size: cover;
    background-position: center;
}

.fw_background iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

/* F O O T E R */
footer.main_footer {
    text-align: left;
}

.pp_page footer.main_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer.main_footer .copyright {
    float: left;
    line-height: 20px;
    padding: 29px 0 32px 38px;
    display: inline-block;
    font-size: 11px;
}

/* M O D U L E S */
/*accordion & toggles*/
.shortcode_accordion_item_body, .shortcode_toggles_item_body {
    display: none;
}

.shortcode_accordion_shortcode,
.shortcode_toggles_shortcode {
    margin: -15px 0 0 0;
}

h4.shortcode_accordion_item_title,
h4.shortcode_toggles_item_title {
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    display: block;
    margin: 15px 0 0 0;
    padding: 8px 10px 13px 51px;
    transition: color 250ms;
}

.ui-accordion-header-icon {
    display: none;
}

.shortcode_accordion_item_title .ico,
.shortcode_toggles_item_title .ico {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: block;
    border: #949494 2px solid;
    transition: border-color 250ms;
}

h4.shortcode_accordion_item_title:hover,
h4.shortcode_toggles_item_title:hover,
h4.shortcode_accordion_item_title.state-active,
h4.shortcode_toggles_item_title.state-active {
    color: #ffffff;
}

h4.shortcode_accordion_item_title.state-active .ico,
h4.shortcode_toggles_item_title.state-active .ico,
h4.shortcode_accordion_item_title:hover .ico,
h4.shortcode_toggles_item_title:hover .ico {
    border: #ffffff 2px solid;
}

h4.shortcode_accordion_item_title .ico:before,
h4.shortcode_toggles_item_title .ico:before,
h4.shortcode_accordion_item_title .ico:after,
h4.shortcode_toggles_item_title .ico:after {
    content: '';
    position: absolute;
    display: block;
    background: #949494;
    transition: background 250ms;
}

.shortcode_accordion_item_title .ico:before,
.shortcode_toggles_item_title .ico:before {
    width: 16px;
    height: 2px;
    top: 13px;
    left: 6px;
}

.shortcode_accordion_item_title .ico:after,
.shortcode_toggles_item_title .ico:after {
    width: 2px;
    height: 16px;
    top: 6px;
    left: 13px;
}

h4.shortcode_accordion_item_title:hover .ico:before,
h4.shortcode_toggles_item_title:hover .ico:before,
h4.shortcode_accordion_item_title:hover .ico:after,
h4.shortcode_toggles_item_title:hover .ico:after,
h4.shortcode_toggles_item_title.state-active .ico:after,
h4.shortcode_toggles_item_title.state-active .ico:before,
h4.shortcode_accordion_item_title.state-active .ico:after,
h4.shortcode_accordion_item_title.state-active .ico:before {
    background: #ffffff;
}

.shortcode_accordion_item_title.state-active .ico:after,
.shortcode_toggles_item_title.state-active .ico:after {
    display: none;
}

.faq .shortcode_toggles_item_title .ico:before,
.faq .shortcode_toggles_item_title .ico:after {
    background: none !important;
}

.faq .shortcode_toggles_item_title .ico:before {
    content: "\f128";
    font-family: 'FontAwesome';
    background: none;
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    left: 5px;
    top: 6px;
    color: #979797;
    transition: color 250ms;
}

.faq .shortcode_toggles_item_title:hover .ico:before,
.faq .shortcode_toggles_item_title.state-active .ico:before {
    color: #ffffff;
}

.faq .shortcode_toggles_item_title .ico:after {
    display: none;
}

.shortcode_accordion_item_body,
.shortcode_toggles_item_body {
    padding: 0 0 0 51px;
    border-top: none;
}

.shortcode_toggles_item_body {
    display: none
}

.module_accordion .shortcode_accordion_item_body p,
.shortcode_toggles_shortcode p {
    margin: 10px 0 0 0;
}

.module_accordion .shortcode_accordion_item_body p:first-child,
.shortcode_toggles_shortcode p:first-child {
    margin: 0;
}

/*iconboxes*/
.iconbox_wrapper {
    background: none;
    padding: 0 0 0 90px;
    position: relative;
    text-align: left;
}

.iconbox_wrapper.ico_no_bg {
    padding: 0 0 0 60px;
}

.iconbox_wrapper .ico {
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #424c50;
}

.iconbox_wrapper .ico i {
    line-height: 70px;
    font-size: 20px;
    color: #ffffff;
}

.iconbox_wrapper.ico_no_bg .ico {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 0;
    background: none;
}

.iconbox_wrapper.ico_no_bg .ico i {
    line-height: 40px;
    font-size: 36px;
    color: #ffffff;
}

.iconbox_title {
    margin-bottom: 11px;
    font-weight: 300;
}

.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p,
.counter_text,
.counter_text p,
.skill_descr,
.skill_descr p {
    word-wrap: break-word;
}

.shortcode_iconbox p {
    transition: color 250ms;
}

/*gallery*/
.gallery_item,
.grid-gallery-item {
    overflow: hidden;
}

.gallery_item a,
.grid-gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

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

.gallery_item img,
.gallery_item_wrapper img,
.grid-gallery-item img,
.grid-portfolio-item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery_item_wrapper .gallery_fadder,
.grid-gallery-item .gallery_fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 15;
    transition: background 300ms;
}

.gallery_item_wrapper span.featured_items_ico {
    position: absolute;
    left: 50%;
    top: 43%;
    margin: -14px 0 0 -14px;
    display: block;
    width: 28px;
    height: 28px;
    opacity: 0;
    z-index: 16;
    border: 2px solid;
    border-radius: 100%;
    transition: opacity 250ms, top 350ms;
}

.gallery_item_wrapper span.featured_items_ico:before,
.gallery_item_wrapper span.featured_items_ico:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 13px;
    height: 16px;
    width: 2px;
}

.gallery_item_wrapper span.featured_items_ico:after {
    top: 13px;
    left: 6px;
    height: 2px;
    width: 16px;
}

.gallery_item_wrapper:hover span.featured_items_ico {
    opacity: 1;
    top: 50%;
}

.listing_gallery {
    position: static;
    height: auto;
}

.list-of-images {
    margin: -30px 0 0 -30px;
}

.list-of-images .gallery_item {
    margin: 30px 0 0 0;
    float: left;
}

.list-of-images .gallery_item .gallery_item_padding {
    padding: 0 0 0 30px;
}

.list-of-images.images_in_a_row_1 .gallery_item {
    width: 100%;
    height: auto;
}

.list-of-images.images_in_a_row_2 .gallery_item {
    width: 50%;
    height: auto;
}

.list-of-images.images_in_a_row_3 .gallery_item {
    width: 33.333%;
    height: auto;
}

.list-of-images.images_in_a_row_4 .gallery_item {
    width: 25%;
    height: auto;
}

.list-of-images .gallery_item img {
    width: 100%;
    height: auto;
}

.grid-gallery-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.grid-gallery-item,
.grid-portfolio-item {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}

.fs_grid_gallery.is_masonry .grid-gallery-item {
    width: 20%;
    float: left;
}

/*promotext*/
.promoblock_wrapper {
    overflow: hidden;
    padding: 0;
}

.promoblock_wrapper .promo_text_block {
    width: 80%;
    display: inline-block;
    float: left;
}

.no_button_text .promoblock_wrapper .promo_text_block {
    width: 100%;
}

.promoblock_wrapper .promo_button_block {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: right;
    position: relative;
}

.promoblock_wrapper h3 {
    font-weight: 300;
    margin-bottom: 0;
}

.promoblock_wrapper h2 {
    margin-bottom: 19px;
}

.promoblock_wrapper .promo_button.shortcode_button {
    position: relative;
    margin: 0;
}

/*messagebox*/
.shortcode_messagebox {
    padding: 0;
    position: relative;
}

.shortcode_messagebox .box_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.shortcode_messagebox .box_icon i {
    color: #f6f6f6;
}

.shortcode_messagebox i,
.shortcode_messagebox .box_content {
    display: inline-block;
}

.shortcode_messagebox .box_content {
    padding-left: 23px;
}

.shortcode_messagebox .box_content,
.shortcode_messagebox .box_content p {
    line-height: 21px;
    margin: 0;
    color: #f6f6f6;
}

.shortcode_messagebox.box_type2 .box_icon i,
.shortcode_messagebox.box_type2 .box_content,
.shortcode_messagebox.box_type2 .box_content p {
    color: #ebc143;
}

.shortcode_messagebox.box_type3 .box_icon i,
.shortcode_messagebox.box_type3 .box_content,
.shortcode_messagebox.box_type3 .box_content p {
    color: #06955a;
}

.shortcode_messagebox.box_type4 .box_icon i,
.shortcode_messagebox.box_type4 .box_content,
.shortcode_messagebox.box_type4 .box_content p {
    color: #db5031;
}

/*Custom buttons*/
/*Navigation Buttons*/
.nav_button {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
}

.nav_button:before,
.nav_button:after {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/goodwin_sprite.png) no-repeat 0 0;
    transition: opacity 300ms;
}

.nav_button:hover:before,
.nav_button:after {
    opacity: 0;
}

.nav_button:hover:after {
    opacity: 1;
}

.nav_demo {
    margin-right: 20px;
    display: inline-block;
}

.nav-up:before {
    background-position: 0px 0px;
}

.nav-up:after {
    background-position: 0px -64px;
}

.nav-down:before {
    background-position: -32px 0px;
}

.nav-down:after {
    background-position: -32px -64px;
}

.nav-left:before {
    background-position: -64px 0px;
}

.nav-left:after {
    background-position: -64px -64px;
}

.nav-right:before {
    background-position: -96px 0px;
}

.nav-right:after {
    background-position: -96px -64px;
}

.nav-play:before {
    background-position: -128px 0px;
}

.nav-play:after {
    background-position: -128px -64px;
}

.nav-pause:before {
    background-position: -160px 0px;
}

.nav-pause:after {
    background-position: -160px -64px;
}

.nav-prev:before {
    background-position: -192px 0px;
}

.nav-prev:after {
    background-position: -192px -64px;
}

.nav-next:before {
    background-position: -192px -32px;
}

.nav-next:after {
    background-position: -192px -96px;
}

.nav-info:before {
    background-position: 0 -32px;
}

.showed_info .nav-info:before {
    background-position: 0 -96px;
}

.nav-info:after {
    background-position: 0 -96px;
}

.nav-like:before {
    background-position: -224px 0;
}

.nav-like:after {
    background-position: -224px -64px;
}

.nav-liked:before {
    background-position: -224px -32px;
}

.nav-liked:after {
    background-position: -224px -96px;
}

.nav-share:before {
    background-position: -32px -32px;
}

.nav-share:after {
    background-position: -32px -96px;
}

.show_share .nav-share:before {
    background-position: -32px -96px;
}

.nav-fullsize:before {
    background-position: -64px -32px;
}

.nav-fullsize:after {
    background-position: -64px -96px;
}

.nav-actsize:before {
    background-position: -96px -32px;
}

.nav-actsize:after {
    background-position: -96px -96px;
}

.nav-plus:before {
    background-position: -128px -32px;
}

.nav-plus:after {
    background-position: -128px -96px;
}

.nav-close:before {
    background-position: -160px -32px;
}

.nav-close:after {
    background-position: -160px -96px;
}

.nav-faq:before {
    background-position: -256px 0;
}

.nav-faq:after {
    background-position: -256px -64px;
}

.nav-facebook:before {
    background-position: -288px 0;
}

.nav-facebook:after {
    background-position: -288px -64px;
}

.nav-twitter:before {
    background-position: -320px 0;
}

.nav-twitter:after {
    background-position: -320px -64px;
}

.nav-gplus:before {
    background-position: -288px -32px;
}

.nav-gplus:after {
    background-position: -288px -96px;
}

.nav-pinterest:before {
    background-position: -320px -32px;
}

.nav-pinterest:after {
    background-position: -320px -96px;
}

/*Buttons*/
.shortcode_button,
a.shortcode_button {
    display: inline-block;
    border-radius: 3px;
    margin: 0 20px 20px 0;
    border: none;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: color 250ms, background 250ms;
}

.shortcode_button i {
    padding-right: 5px;
    transition: color 250ms;
}

.shortcode_button.btn_normal i {
    padding-right: 8px;
}

.shortcode_button.btn_large i {
    padding-right: 9px;
}

.shortcode_button.btn_small {
    padding: 9px 20px 9px 20px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 35px;
}

.shortcode_button.btn_normal {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 40px;
}

.shortcode_button.btn_large {
    padding: 14px 20px 16px 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
}

.shortcode_button.btn_type1 {
    background: #424c50;
}

.shortcode_button.btn_type2 {
    background: #747980;
}

.shortcode_button.btn_type3 {
    background: #979797;
}

.shortcode_button.btn_type4 {
    background: #ffffff;
    color: #2d2e2e;
}

.shortcode_button.btn_type5 {
    background: #13acbe;
}

.shortcode_button.btn_type6 {
    background: #00b96d;
}

.shortcode_button.btn_type7 {
    background: #b3cd00;
}

.shortcode_button.btn_type8 {
    background: #f9d615;
}

.shortcode_button.btn_type9 {
    background: #ff7a18;
}

.shortcode_button.btn_type10 {
    background: #f04316;
}

.shortcode_button.btn_type11 {
    background: #ff4272;
}

.shortcode_button.btn_type12 {
    background: #d5429f;
}

.shortcode_button.btn_type13 {
    background: #9640b9;
}

.shortcode_button.btn_type14 {
    background: #8021d7;
}

.shortcode_button.btn_type15 {
    background: #4183d7;
}

.shortcode_button.btn_type16 {
    background: #57b7fa;
}

.shortcode_button i {
    color: #ffffff;
}

.shortcode_button.btn_type4 i {
    color: #3f4041;
}

.shortcode_button:hover {
    background: #ffffff;
    color: #2d2e2e;
}

.shortcode_button:hover i {
    color: #2d2e2e;
}

.shortcode_button.btn_type4:hover {
    background: #424c50 !important;
    color: #ffffff;
}

.shortcode_button.btn_type4:hover i {
    color: #ffffff;
}

/*Tabs*/
.shortcode_tabs {
    padding: 0;
}

.shortcode_tab_item_title {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
    padding: 14px 19px 16px 19px;
    position: relative;
    z-index: 10;
    border: #424c50 1px solid;
    color: #979797;
    margin: 0 -1px 0 0;
    transition: color 200ms;
    border-radius: 5px 5px 0 0;
}

.shortcode_tab_item_title.active,
.shortcode_tab_item_title:hover {
    color: #f6f6f6;
}

.shortcode_tab_item_title.active {
    background-color: #1f2426;
}

.shortcode_tab_item_title.active:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1f2426;
}

.all_heads_cont:after {
    display: none;
}

.all_body_cont {
    margin-top: -1px;
    border: #424c50 1px solid;
    padding: 29px 20px 30px 20px;
    z-index: 15;
    background: #1f2426;
}

.shortcode_tab_item_body p {
    margin: 10px 0 0 0;
}

.shortcode_tab_item_body p:first-child {
    margin: 0;
}

.shortcode_tab_item_body {
    display: none;
}

.shortcode_tab_item_body.active {
    display: block;
}

@media only screen and (min-width: 960px) {
    .shortcode_tabs.type2 .all_heads_cont {
        float: none;
        display: block;
    }

    .shortcode_tabs.type2 .all_body_cont {
        margin: 0;
    }

    .shortcode_tabs.type2 .all_head_sizer {
        width: 21%;
        text-align: right;
    }

    .shortcode_tab_item_title {
        float: none;
    }

    .shortcode_tabs.type2 .all_body_sizer {
        width: 79%;
    }

    .shortcode_tabs.type2 .all_body_sizer,
    .shortcode_tabs.type2 .all_head_sizer {
        float: left;
        display: inline-block;
    }

    .all_body_sizer:after,
    .all_head_sizer:after {
        content: '';
        display: block;
        clear: both;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title {
        float: right;
        margin: 0 0 -1px 0;
        border-radius: 5px 0 0 5px;
        display: block !important;
        border-right: 0 !important;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title:after {
        content: '';
        font-size: 0;
        line-height: 0;
        clear: both;
        display: table;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title:before {
        height: 100%;
        width: 1px;
        bottom: 0;
        left: auto;
        right: -1px;
    }

    .shortcode_tabs.type2 .all_body_cont {
        padding: 24px 29px 26px 29px;
    }
}

/*Featured Items*/
.featured_items .item_list {
    margin: -30px 0 0 -30px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.featured_items .item_list li {
    margin: 30px 0 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

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

.featured_items .item_list li .item {
    margin: 0 0 0 30px;
}

.featured_items .items1 li {
    width: 100%;
}

.featured_items .items2 li {
    width: 50%;
}

.featured_items .items3 li {
    width: 33.333333%;
}

.featured_items .items4 li {
    width: 25%;
}

.img_block {
    display: block;
    position: relative;
    overflow: hidden;
}

.featured_items .img_block a {
    position: relative;
    display: block;
}

.img_block .featured_item_fadder {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(30, 30, 30, 0);
    transition: background 450ms;
}

.img_block:hover .featured_item_fadder {
    background: rgba(30, 30, 30, 0.9);
}

.featured_items .img_block span {
    position: absolute;
    left: 50%;
    top: 43%;
    margin: -14px 0 0 -14px;
    display: block;
    width: 28px;
    height: 28px;
    border: solid 2px;
    border-radius: 100%;
    opacity: 0;
    transition: opacity 250ms, top 350ms;
}

.featured_items .img_block span:before,
.featured_items .img_block span:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 13px;
    height: 16px;
    width: 2px;
}

.featured_items .img_block span:after {
    top: 13px;
    left: 6px;
    height: 2px;
    width: 16px;
}

.featured_items .img_block:hover span {
    opacity: 1;
    top: 50%;
}

.img_block img {
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: visible;
}

.featured_items .img_block {
    position: relative;
    margin-bottom: 16px;
}

.featured_items_title {
    margin: 0 0 10px 0;
}

.featured_items_title h3 {
    margin: 0;
}

.featured_items .img_block:hover span {
    opacity: 0.999;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.img_block:hover span,
.img_block:hover span {
    opacity: 0.999;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.featured_item_footer {
    padding-top: 10px;
}

.featured_item_footer span,
.featured_item_footer i {
    font-size: 12px;
}

.featured_item_footer i,
.featured_items_meta i {
    padding-right: 6px;
}

.featured_item_footer .preview_meta_data,
.featured_items_meta span {
    margin-right: 15px;
    white-space: nowrap;
    word-wrap: normal;
}

/*Team*/
.module_team .teamslider > ul {
    list-style: none;
    margin: -30px 0 0 -30px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.module_team .teamslider > ul > li {
    padding: 30px 0 0 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.module_team .teamslider > ul > li:before {
    display: none;
}

.module_team .teamslider > ul > li .item_wrapper {
    padding: 0 0 0 30px;
}

.module_team .teamslider.items2 > ul > li {
    width: 50%;
}

.module_team .item,
.module_team .item_wrapper {
    overflow: hidden;
}

.module_team .team_content {
    display: block;
    vertical-align: top;
    width: 50%;
    padding-left: 10px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.team_img {
    vertical-align: top;
    display: block;
    margin-bottom: 17px;
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
}

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

.team_title {
    padding: 0;
    margin: 0 0 8px 0;
}

.module_team .team_slider h3 {
    font-weight: 300;
    margin: 1px 0 11px 0;
}

.module_team .op {
    font-size: 12px;
}

.team_icons_wrapper {
    padding-top: 12px;
}

.module_team .teamlink {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin: 0;
    line-height: 20px;
    margin-right: 14px;
}

.module_team .teamlink span,
.module_team .teamlink i {
    background: none;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

/*Testimonials*/
.testimonials_list ul {
    margin: -25px 0 0 -40px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.testimonials_list ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.testimonials_list ul li.w50 {
    width: 50%;
}

.testimonials_list ul li .item {
    margin: 35px 0 0 40px;
}

.testimonials_list ul li:before {
    display: none;
}

.testimonial_item_wrapper {
    padding-left: 100px;
    position: relative;
}

.testimonials_list li .item .testimonials_photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.testimonials_list li .item .testimonials_photo {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 1px;
}

.testimonials_text {
    position: relative;
    font-style: italic;
}

.testimonials_footer {
    padding-left: 100px;
    margin-top: 9px;
}

/*Partners*/
.module_partners ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: block;
    margin: -40px 0 0 -20px;
}

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

.module_partners ul li {
    padding: 0;
    display: inline-block;
    float: left;
    width:16.666666666667%
}

.module_partners ul li .item_wrapper {
    border-left: none;
    border-bottom: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 20px 0 0 20px;
    transition: opacity 250ms;
}

.module_partners ul li .item_wrapper a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 15;
}

.module_partners ul li .item_wrapper:hover {
    opacity: 0.5;
}

.module_partners ul li .item img {
    width: 100%;
    height: auto;
    display: block;
}

/*Price Tables*/
.module_price_table {
    margin: 0 0 0 -30px;
}

.price_item_wrapper {
    overflow: hidden;
    margin: 0 0 0 30px;
    border: #424c50 1px solid;
}

.price_item.most_popular .price_item_wrapper {
    background: #1f2426;
}

.module_price_table .price_item {
    display: inline-block;
    float: left;
    text-align: center;
}

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

.module_price_table .price_item.w25 {
    width: 25%;
}

.price_item_body {
    border-top: 0;
}

.price_item .price_item_title h3 {
    font-weight: 300;
    padding: 25px 0 0 0;
    margin: 0;
}

.item_cost_wrapper {
    padding: 20px 10px 24px 10px;
    display: block;
    font-size: 0;
    line-height: 0;
    border-bottom: #424c50 1px solid;
    margin-bottom: 19px;
}

.item_cost_wrapper h3 {
    font-size: 30px;
    line-height: 32px;
    display: inline-block;
    margin: 0;
}

.item_cost_wrapper h3 span,
.item_cost_wrapper h3 sup {
    font-weight: 300;
}

.item_cost_wrapper h3 sup {
    font-size: 17px;
}

.item_cost_wrapper h3 span {
    font-size: 14px;
}

.price_item_text {
    text-align: center;
    padding: 5px 10px 5px 10px;
    position: relative;
}

.price_item_btn {
    padding: 30px 0 39px 0;
    text-align: center;
}

.price_item_btn a {
    margin: 0 auto;
}

/*Social Icons*/
.shortcode_social_icon {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 20px 0;
    float: none;
    text-align: center;
    background: none;
    color: #979797;
    transition: border-color 250ms;
}

span.shortcode_social_icon {
    cursor: default;
}

.shortcode_social_icon i {
    text-align: center;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #979797;
    transition: color 250ms;
}

/*Diagram*/
.shortcode_diagramm_shortcode {
    padding: 0;
}

.module_diagramm ul.skills_list {
    margin: -26px 0 0 0;
    padding: 0;
}

.skills_list li:before {
    display: none;
}

.module_diagramm ul.skills_list li {
    margin: 26px 0 0 0;
    display: block;
    padding: 0;
    width: 100%;
}

.module_diagramm .skill_item {
    overflow: hidden;
    padding-bottom: 8px;
}

.module_diagramm .skill_item .skill_label {
    float: left;
    margin: 0;
}

.module_diagramm .skill_item .skill_percent {
    float: right;
    margin: 0;
}

.module_diagramm .skill_bar_wrapper {
    width: 100%;
    position: relative;
}

.module_diagramm .skill_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    transition: width 1750ms;
    -webkit-transition: width 1750ms;
}

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

.skill_content {
    padding-top: 1px;
    display: inline-block;
    text-align: center;
}

.skill_content h5 {
    margin-bottom: 14px;
}

.skill_item {
    position: relative;
    overflow: hidden;
    text-align: left;
}

.skill_item .chart {
    margin: 0 auto;
}

.skill_item h4 {
    margin-bottom: 8px;
}

/*counter*/
.counter_wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
}

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

.counter_wrapper,
.counter_content {
    text-align: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.counter_body {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 21px;
}

.stat_count_wrapper {
    display: block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.stat_count {
    margin: 0;
}

.stat_count_wrapper .pseudo_stat_count {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.stat_count_wrapper .stat_count {
    position: absolute;
    left: 0;
    top: 0;
}

.counter_title {
    margin-bottom: 12px;
}

/*contact info*/
.contact_info_list li {
    list-style: none;
}

.contact_info_list li:before {
    display: none;
}

.contact_info_list {
    margin-top: -30px;
}

.contact_info_item {
    padding: 0 0 0 92px;
    margin-top: 30px;
    position: relative;
    line-height: 20px;
    min-height: 70px;
}

.without_bg .contact_info_item {
    padding: 0 0 0 43px;
}

.contact_info_item div,
.contact_info_item a {
    line-height: 20px;
}

.contact_info_item .contact_info_text {
    min-height: 70px;
}

.contact_info_item .contact_info_text a,
.contact_info_item .contact_info_text span {
    display: block;
}

.contact_info_icon {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 100%;
}

.without_bg .contact_info_icon {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 70px;
    background: none !important;
}

.contact_info_icon i {
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    cursor: default;
}

.without_bg .contact_info_icon {
    transform: translate(0, 1px);
}

/* F U L L W I D T H   G O O G L E   M A P */
.contacts_map {
    display: block;
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
}

.contacts_map iframe {
    display: block;
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transition: width 400ms, right 400ms;
}

.show_menu .contacts_map iframe {
    right: -240px;
}

.fullview .contacts_map iframe {
    width: 100%;
}

.fullview .contacts_map iframe,
.fullview.show_menu .contacts_map iframe {
    width: 100%;
    right: 0;
}

/* 4 0 4 */
.wrapper404,
.pp_block {
    width: 1170px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: 50%;
    margin-left: -585px;
    transition: margin-left 400ms, margin-top 600ms, opacity 500ms;
}

.wrapper404.unloaded,
.pp_block.unloaded {
    opacity: 0.01;
}

.show_menu .wrapper404 {
    margin-left: -345px;
}

.container404 {
    text-align: center;
}

.block404 {
    text-align: left;
}

.wrapper404 h1 {
    font-size: 100px;
    line-height: 102px;
    font-weight: 400;
    margin-bottom: 54px;
}

.text404 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 46px 0;
}

.search404.search_form {
    overflow: hidden;
    width: 570px;
    margin: 0 auto;
}

.search404.search_form input.field_search {
    height: 35px;
    width: 505px;
    max-width: 505px;
    padding: 0 35px 0 15px;
    overflow: hidden;
    margin: 0 auto;
    color: #2d2e2e;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    font-size: 14px;
    border: none;
    float: left;
}

input.input_white {
    color: ;
}

.search404.search_form input.field_search::-webkit-input-placeholder,
input.input_white::-webkit-input-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #2d2e2e  !important;
}

.search404.search_form input.field_search::-moz-placeholder,
input.input_white::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
    color: #2d2e2e  !important;
}

.search404 .search_button {
    color: #ffffff;
    background: #424c50;
    text-align: center;
    width: 79px;
    display: inline-block;
    float: left;
    height: 35px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 35px;
    margin-left: -35px;
    transition: background 250ms;
}

.search404 .search_button:hover {
    background: #ffffff !important;
    color: #2d2e2e;
}

.back404 {
    padding: 29px 37px 32px 0;
    font-size: 11px;
    line-height: 20px;
}

.back404 a {
    transition: opacity 250ms;
    font-size: 11px;
    line-height: 20px;
}

.back404 a:hover {
    opacity: 0.5;
}

/*Password Protected*/
.pp_block {
    width: 1170px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: 100%;
    margin-left: -585px;
    text-align: center;
    transition: margin-left 400ms, margin-top 600ms, opacity 300ms;
}

.show_menu .pp_block {
    margin-left: -345px;
}

.pp_title {
    margin-bottom: 41px;
    font-size: 50px;
    line-height: 52px;
    font-weight: 400;
}

.protected-post-form p {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 553px;
}

.pp_wrapper p.pp_notify {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 47px;
}

.protected-post-form {
    overflow: hidden;
    width: 570px;
    margin: 0 auto;
}

.pp_wrapper input[type="password"] {
    height: 35px;
    width: 505px;
    max-width: 505px;
    padding: 0 35px 0 15px;
    overflow: hidden;
    margin: 0 auto;
    color: #2d2e2e;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    font-size: 14px;
    border: none;
    float: left;
}

.pp_wrapper input[type="password"]::-webkit-input-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #2d2e2e;
}

.pp_wrapper input[type="password"]::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
    color: #2d2e2e;
}

.pp_wrapper input[type="submit"] {
    color: #ffffff;
    background: #424c50;
    text-align: center;
    width: 83px;
    display: inline-block;
    float: left;
    height: 35px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 20px;
    margin-left: -35px;
    padding: 7px 2px 8px 2px;
    text-transform: none;
    transition: background 250ms;
}

.pp_wrapper input[type="submit"]:hover {
    background: #ffffff !important;
    color: #2d2e2e;
}

/* T Y P O G R A P H Y */
/* Headings */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
}

h1 {
    margin: 0 0 28px 0;
}

h2 {
    margin: 0 0 30px 0;
}

h3 {
    margin: 0 0 33px 0;
    font-weight: 400;
}

h4 {
    margin: 0 0 35px 0;
}

h5 {
    margin: 0 0 35px 0;
}

h6 {
    margin: 0 0 28px 0;
}

.page_title_block {
    padding-top: 0;
}

.title {
    font-size: 40px;
    line-height: 42px;
    position: relative;
    margin-bottom: 27px;
    font-weight: 400;
}

.fs_page h1.title {
    font-weight: 300;
    margin: 2px 0 20px 0;
}

.search_oops {
    margin-bottom: 30px;
    position: relative;
}

.bg_title h1,
.bg_title h2,
.bg_title h3,
.bg_title h4,
.bg_title h5,
.bg_title h6 {
    margin: 0;
    font-weight: 400;
}

.bg_title {
    padding-bottom: 30px;
    margin: 0;
}

/* Highlighters */
.highlighted_dark {
    background: #424c50;
    color: #f6f6f6;
    padding: 0 2px;
}

.highlighted_light {
    background: #ffffff;
    color: #2d2e2e;
    padding: 0 2px;
}

.highlighted_colored {
    color: #ffffff;
    background: #979797;
    padding: 0 1px;
}

/* Blockquotes */
blockquote {
    padding: 0 0 0 55px;
    margin: 0 0 10px 0;
    position: relative;
    min-height: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

blockquote:before {
    content: "\201C";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    left: -9px;
    top: -4px;
}

blockquote.shortcode_blockquote {
    position: relative;
    margin: 0;
}

blockquote.left {
    float: left;
}

blockquote.right {
    float: right;
    margin-left: 30px;
}

blockquote.shortcode_blockquote .blockquote_wrapper {
    padding: 0 0 0 20px;
}

blockquote.shortcode_blockquote.left .blockquote_wrapper {
    padding-right: 30px;
}

blockquote.shortcode_blockquote p {
    margin: 0 0 9px 0;
}

blockquote.shortcode_blockquote.type1 {
    border-color: #3f4041;
}

blockquote.shortcode_blockquote.size50 {
    width:50%;
}

blockquote.shortcode_blockquote.size65 {
    width:65%;
}

/* Text Styles */
.alignleft {
    margin: 0 15px 10px 0;
    float: left;
}

.alignright {
    margin: 0 0 10px 15px;
    float: right;
}

.aligncenter {
    float: none;
    text-align: center;
}

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

.gmnoprint img {
    max-width: inherit !important;
}

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

/* Dropcaps */
.dropcap {
    display: inline-block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin: -2px 13px 0 9px;
    width: auto;
    height: auto;
    text-transform: uppercase;
}

.dropcap.type1 {
    color: #3f4041;
}

/* Dividers */
.module_cont hr {
    border: none;
    margin: 0 0 0 0;
    height: 30px;
    display: block;
    background: none;
}

/* Custom Styles */
.center_title .headInModule {
    text-align: center;
}

/* M O D E L   P A G E */
.models_albums {
    padding-bottom: 0;
}

.model_page {
    position: relative;
    z-index: 13;
}

.model_gallery {
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
}

.models_row {
    margin-top: 43px;
}

.model_parameters {
    margin: -14px 0 0 0;
}

.model_parameters .model_param_item {
    margin: 14px 0 0 0;
}

.module_diagramm .skill_bar_wrapper {
    height: 5px;
    background: #424c50;
}

.module_diagramm .skill_bar {
    height: 5px;
    position: absolute;
    background: #979797;
}

.model_skills {
    margin-top: -26px;
}

.skill_wrapper {
    margin-top: 26px;
}

/* B L O G   L I S T I N G */
/* Search Result */
.search_results h3 {
    margin-bottom: 15px;
}

.search_results .blog_post_preview .listing_meta {
    margin: 0;
}

.search_results .blog_post_preview {
    margin-bottom: 30px;
    padding-bottom: 29px;
}

.search_results .shortcode_button {
    margin: 15px 0 0 0;
}

/* Module Listing */
.pf_output_container img,
.pf_output_container iframe {
    display: block;
}

.blog_post_preview .pf_output_container {
    margin-bottom: 17px;
}

.preview_type1 {
    overflow: hidden;
}

.preview_type1 .preview_image,
.preview_type1 .preview_content {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.preview_type1 .preview_content {
    float: right;
    padding: 0 0 0 20px;
}

.noImage .preview_content {
    width: 100%;
    padding: 0;
}

.post_page h1.blogpost_title {
    font-size: 30px;
    line-height: 32px;
    margin: 1px 0 25px 0;
}

.content_wrapper.fw-post {
    margin-top: -19px;
}

.simple-post .fl-container {
    padding-top: 4px;
}

.fw-post .fl-container {
    padding-top: 1px;
}

.blog_post_preview .preview_title .blogpost_title {
    margin: -3px 0 11px 0;
}

.blog_post_page .blogpost_title {
    margin: 3px 0 12px 0 !important;
}

.fw-post .blog_post_page .blogpost_title {
    margin: 3px 0 19px 0 !important;
}

.blog_post_page .preview_likes {
    margin-top: 3px;
}

.fw-post .blog_post_page .preview_likes {
    margin-top: 12px;
}

.blog_post_page .preview_likes i.stand_icon {
    margin-bottom: 1px;
}

.blog_post_preview .blogpost_title:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

.preview_top {
    overflow: hidden;
    margin-bottom: 12px;
}

.fw-post .preview_top {
    border-bottom: #e4e7e9 1px solid;
}

.preview_title {
    float: left;
    display: inline-block;
}

.preview_likes {
    float: right;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
}

.preview_likes i {
    font-size: 30px;
    line-height: 28px;
    display: block;
    text-align: center;
}

.blog_post_preview {
    padding-bottom: 39px;
    margin-bottom: 40px;
}

.blog_post_preview .listing_meta {
    margin: 0 0 11px 0;
}

.post_page .listing_meta {
    margin: 0 0 8px 0;
}

.blog_post_preview .listing_meta,
.blog_post_preview .listing_meta span,
.blog_post_preview .listing_meta a {
    color: #bababa;
}

.blog_post_preview .middot {
    padding: 0 5px 0 8px;
    font-weight: 900;
}

/*goodWin*/
.post_page .listing_meta i {
    margin-right: 5px;
}

.post_page .listing_meta i.time-icon {
    margin-right: 8px;
}

.post_page .listing_meta span {
    margin-right: 17px;
}

.ground_meta {
    overflow: hidden;
    padding-top: 25px;
}

.page_navigation {
    float: left;
}

.ground_meta .right_side {
    float: right;
}

.ground_meta .right_side > div {
    display: inline-block;
    margin-left: 25px;
}

.page_navigation div {
    display: inline-block;
}

.page_navigation div:after {
    content: ':';
    padding: 0 19px;
    display: inline-block;
}

.page_navigation div:last-child:after {
    display: none;
}

.post_prev i {
    margin-right: 6px;
}

.post_next i {
    margin-left: 6px;
}

.ground_meta .right_side .gallery_likes_add {
    cursor: pointer;
    transition: color 250ms;
}

/* Fullscreen Listing*/
.fullscreen_blog {
    position: relative;
    left: 0;
    text-align: left;
    padding: 110px 0 0 30px;
    transition: left 400ms, padding 400ms;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.admin-bar .fullscreen_blog {
    padding-top: 142px;
}

.has_filter.fullscreen_blog {
    padding-bottom: 40px;
}

.show_menu .fullscreen_blog {
    left: 240px;
}

.fullview .fullscreen_blog,
.fullview.show_menu .fullscreen_blog {
    left: 0;
    padding-top: 30px!important;
}

.fullview .fullscreen_blog.has_filter {
    padding-bottom: 0;
}

.fs_blog_module .fs_img_block {
    margin: 0;
}

.fs_img_block a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 33;
    width: 100%;
    height: 100%;
    display: block;
}

.fullscreen_blog.fs_grid_block {
    padding: 0;
}

.fs_blog_module {
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.fullscreen_blog .blogpost_preview_fw {
    box-sizing: border-box;
    padding: 0 30px 30px 0;
    width: 25%;
    float: left;
}

.fullscreen_blog .blogpost_preview_fw.element {
    margin-left: -1px;
}

.blogpost_preview_fw .pf_output_container iframe {
    width: 100%;
}

.fs_img_block {
    position: relative;
}

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

.fs_img_block .fs_blog_fadder {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: background 300ms;
}

.fs_img_block .fs_blog_icon {
    position: absolute;
    left: 50%;
    top: 43%;
    margin: -14px 0 0 -14px;
    display: block;
    width: 28px;
    height: 28px;
    opacity: 0;
    z-index: 16;
    border: 2px solid;
    border-radius: 100%;
    transition: opacity 250ms, top 350ms;
    transform: transition(0, -1);
    -webkit-transform: transition(1, 1);
}

.fs_img_block .fs_blog_icon:before,
.fs_img_block .fs_blog_icon:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 13px;
    height: 16px;
    width: 2px;
}

.fs_img_block .fs_blog_icon:after {
    top: 13px;
    left: 6px;
    height: 2px;
    width: 16px;
}

.fs_img_block:hover .fs_blog_icon {
    opacity: 1;
    top: 50%;
}

.fs_content_box {
    padding: 16px 19px 17px 19px;
}

.fs_blog_title {
    margin-bottom: 10px;
}

.fs_content_box .featured_items_meta {
    padding-top: 11px;
}

.fs_content_box .featured_items_meta i {
    margin-right: 7px;
}

/*Pager*/
.pagerblock {
    padding: 0;
    margin: 0;
}

.pagerblock.portfolio_pager {
    margin: 50px 0 10px 0;
}

.module_portfolio {
    overflow: hidden;
}

.module_portfolio .pagerblock {
    padding-top: 0;
}

.pagerblock li:before {
    display: none;
}

.pagerblock li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.pagerblock li a {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    background: #bfc2c5;
    color: #ffffff;
    border-radius: 3px;
    transition: background 250ms, color 250ms;
}

.pagerblock li a.current {
    background: #d8d9da;
}

/* S I N G L E   P O S T S */
.single_post_module.featured_posts {
    margin-top: 50px;
}

.site_wrapper.fw-post {
    padding-top: 154px;
}

.blog_post_page {
    margin-top: -8px;
}

.single_post_top {
    float: left;
    display: inline-block;
}

.blog_post_page.blog_post_preview {
    border: none;
    padding: 0;
    margin: 0 0 60px 0;
}

.blogpost_tags,
.blogpost_author_name {
    float: right;
    display: inline-block;
    overflow: hidden;
}

.blogpost_share a {
    display: inline-block;
    margin-left: 12px;
    position: relative;
}

.fw-post .blog_post_content {
    padding-top: 20px;
}

/* Comments */
#comments {
    padding-top: 50px;
}

h3.postcomment {
    margin-bottom: 21px;
}

.commentlist {
    padding-bottom: 23px;
}

.commentlist li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.commentlist li:before {
    display: none;
}

.commentlist li ul > li {
    padding: 0 0 0 40px;
}

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

.stand_comment {
    position: relative;
    padding: 0 0 32px 90px;
    min-height: 75px;
}

.commentlist li ul > li {
    list-style: none;
}

.commentava {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.commentava img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    display: block;
}

.comment-reply-title {
    margin-bottom: 19px;
}

.comment-reply-link:after {
    content: '\f112';
    font-family: 'FontAwesome';
    transition: color 250ms;
}

#respond {
    padding: 0;
}

li #respond {
    padding: 0 0 30px 0;
    margin-top: -10px;
}

.form-allowed-tags {
    font-size: 11px;
}

.comment-form {
    overflow: hidden;
}

.comment-form p.form-submit {
    display: block;
    float: left;
    margin: 0;
}

.comment-form p.form-submit .submit {
    padding: 6px 18px 8px 18px;
}

.comment-form p.form-allowed-tags {
    display: block;
    float: right;
    margin: 0;
}

.comment_info {
    padding-bottom: 8px;
}

.comment_info span {
    margin-right: 17px;
}

.author_name,
.author_name a {
    font-weight: 700;
}

#reply-title {
    font-weight: 300;
    margin-bottom: 19px;
}

.logged-in-as,
.comment-notes {
    margin-bottom: 25px;
}

/* P O R T F O L I O */
/* Filter */
.optionset {
    margin: -2px 0 40px 0;
    text-align: left;
}

.fullscreen_block .optionset {
    margin: 0;
    padding: 17px 20px 10px 20px;
}

.without_padding.fullscreen_block .optionset {
    padding: 17px 20px 20px 20px;
}

.optionset,
.optionset li,
.optionset li a {
    font-size: 10px;
    line-height: 12px;
}

.optionset li {
    display: inline-block;
    font-weight: 400;
}

.optionset li:before {
    content: '\00b7';
    padding: 0 12px 0 11px;
    font-weight: 900;
    color: #bfc0c1;
    font-size: 12px;
    line-height: 12px;
}

.optionset li:first-child:before {
    display: none;
}

.optionset li:after {
    display: none;
}

.optionset li a {
    color: #bfc0c1;
    text-transform: uppercase;
    font-weight: 400;
}

.optionset li a:hover {
    font-weight: 400;
}

.load_more_works {
    height: 40px;
    width: 100%;
    display: block;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    transition: margin 400ms, color 300ms;
}

.fullview .load_more_works {
    margin: 0;
}

.fw_grid_module {
    overflow: hidden;
}

/* C O U N T   D O W N */
/*CountDown*/
.global_count_wrapper {
    position: fixed;
    margin-top: -275px;
    margin-left: -585px;
    left: 50%;
    top: 50%;
    transition: margin-top 300ms;
}

.countdown_wrapper {
    width: 100%;
    display: block;
    z-index: 5;
}

.count_title h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 102px 0;
    z-index: 5;
}

.count_container_wrapper {
    text-align: center;
    width: 100%;
    display: block;
    z-index: 5;
}

.count_container {
    width: 1170px;
    margin: 0 auto;
}

.soc_icons {
    padding-top: 40px;
}

.count_ico {
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    width: 28px;
    height: 26px;
    padding-top: 2px;
    border: 2px solid;
    text-align: center;
    transition: opacity 250ms;
}

.count_ico:hover {
    opacity: 0.7
}

.count_ico i {
    font-size: 14px;
    line-height: 26px;
}

.form_area {
    position: relative;
    display: block;
    text-align: center;
}

.notify_shortcode {
    width: 667px;
    padding: 81px 0 0 0;
    text-align: center;
    margin: 0 auto;
}

.notify_shortcode div,
.notify_shortcode span,
.notify_shortcode p {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.notify_shortcode form {
    display: block;
    width: 570px;
    margin: 0 auto;
}

.notify_shortcode input[type="text"],
.notify_shortcode input[type="email"],
.notify_shortcode input[type="password"] {
    height: 35px;
    color: #2d2e2e;
    width: 100%;
    float: none;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.notify_shortcode input[type="email"] {
    float: left;
    padding-right: 35px;
    border-radius: 35px 0 0 35px;
    width: 470px;
}

.notify_shortcode input[type="email"]:focus {
    color: #2d2e2e;
}

.countdown_form input[type="submit"] {
    width: 100px;
    float: left;
    margin-left: -20px;
    text-align: center;
    position: relative;
    z-index: 17;
    padding: 6px 16px 8px 16px;
}

@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
    .countdown_form input[type="submit"] {
        padding: 7px 16px 7px 16px;
    }
}

.notify_shortcode img {
    display: none;
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: -6px;
    padding: 0 2px;
    text-align: center;
    overflow: hidden;
}

.countdown-section {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: -14px 0 -8px 0;
}

.countdown-row .countdown-section:before {
    content: '';
    padding: 0 44px;
}

.countdown-row .countdown-section:first-child:before {
    display: none;
}

.countdown-amount {
    font-size: 100px;
    line-height: 102px;
    padding: 0 92px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.countdown-period {
    padding: 0 38px 0 44px;
    font-size: 20px !important;
    line-height: 20px !important;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 4px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* S T R I P   T E M P L A T E */
.mobile-hover {
    display: none;
}

.strip-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 55;
    padding-top: 80px;
    box-sizing: border-box;
    transition: left 400ms, padding 400ms;
}

.show_menu .strip-menu {
    left: 240px;
}

.fullview .strip-menu,
.fullview.show_menu .strip-menu {
    left: 0;
    padding-top: 0!important;
}

.strip-item {
    width:16.666666666667%;				
}

.strip-item.thisHover {
    width:33.333333333333%;
}

.strip-item.anotherHover {
    width:13.333333333333%;
}

.strip-item {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 100%;
    box-shadow: -20px 0 20px rgba(0, 0, 0, 0.3), 20px 0 20px rgba(0, 0, 0, 0);
    transition: all 400ms;
    overflow: hidden;
}

.strip-horizontal .strip-item {
    width: 100%;
    float: none;
    display: block;
}

.strip-item:hover,
.strip-item.touchHover {
    z-index: 57;
    box-shadow: -20px 0 20px rgba(0, 0, 0, 0.3), 20px 0 20px rgba(0, 0, 0, 0.3);
}

.strip-item .strip-text {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    text-align: left;
    z-index: 17;
    opacity: 0;
    padding: 0 77px;
    transition: opacity 200ms;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.strip-item:hover .strip-text,
.strip-item.touchHover .strip-text {
    opacity: 1;
    white-space: nowrap;
}

.strip-menu .strip-item .strip-text h2 {
    margin: 20px 0;
    font-weight: 300;
    font-size: 36px;
    line-height: 38px;
    color: #ffffff;
    white-space: nowrap;
    margin-bottom: 0;
}

.strip-menu .strip-item .strip-text h3 {
    white-space: nowrap;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin: 20px 0 27px 0;
}

.strip-menu .strip-item .nav_button {
    margin-left: 3px;
}

.strip-item .strip-text img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.strip-item .strip-fadder,
.hStrip-item .hStrip-fadder {
    position: absolute;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    transition: background 400ms;
}

.strip_link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 19;
    width: 100%;
    height: 100%;
    display: block;
}

.strip-horizontal {
    padding-top: 80px;
    position: relative;
    left: 0;
    transition: padding-top 400ms, left 400ms;
}

.admin-bar .strip-horizontal {
    padding-top: 112px;
}

.hStrip-item {
    position: relative;
    background: no-repeat center;
    background-size: cover;
}

.show_menu .strip-horizontal {
    left: 240px;
}

.fullview .strip-horizontal,
.show_menu.fullview .strip-horizontal {
    padding-top: 0!important;
    left: 0;
}

.hStrip-text {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    text-align: center;
    z-index: 17;
    opacity: 0;
    transition: opacity 300ms;
}

.hStrip-item:hover .hStrip-text {
    opacity: 1;
}

.hStrip-text h2 {
    margin: 0;
    display: block;
    text-align: center;
}

/* W I D G E T S */
.sidepanel {
    margin-bottom: 30px;
    padding: 4px 0 0 0;
}

.widget_area {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding-top: 29px;
}

.widget_area .span12 {
    text-align: left;
    margin: 0;
    width: 100%;
}

.right-sidebar-block .sidepanel:last-child,
.left-sidebar-block .sidepanel:last-child {
    margin-bottom: 0px;
    padding: 0;
}

.sidepanel .sidebar_header {
    position: relative;
    margin-bottom: 25px;
}

.span3 .sidepanel:first-child {
    margin-top: 0;
}

.sidebar_header {
    margin: 0 0 10px 0;
}

/* Menus & Lists Widgets */
.widget_archive select,
.widget_categories select {
    width: 100%;
    margin-top: 5px;
}

.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul {
    margin: -9px 0 0 0;
    padding: 0;
}

.widget_nav_menu ul {
    padding: 0 0 0 0;
}

.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,
.widget_recent_comments ul li {
    padding: 0;
    padding: 3px 0 3px 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,
.widget_recent_comments ul li ul {
    padding: 2px 0 2px 0;
    margin: 0 -9px 0 0;
}

.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,
.widget_recent_comments ul li {
    position: relative;
    padding: 5px 0 0 13px;
}

.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 5px 0 0;
    display: inline-block;
    border-radius: 0;
    background: none;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.widget_nav_menu ul li a:before {
    background: 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,
.widget_recent_comments ul li {
    list-style: 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,
.widget_recent_comments ul li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
}

/* Mailchimp */
.mc_form_inside {
    position: relative;
}

#mc_subheader {
    font-size: 14px !important;
    line-height: 21px !important;
}

label.mc_var_label {
    display: none !important;
}

#mc_signup_submit {
    width: auto !important;
    margin: 0 !important;
}

.mc_signup_submit {
    overflow: hidden !important;
}

#mc-indicates-required,
#mc_display_rewards {
    display: none !important;
}

.mc_merge_var {
    margin: 0 0 0 0 !important;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.mc_signup_submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#mc_mv_EMAIL {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 25px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

/* Widget Search */
.search_form {
    position: relative;
}

.widget_search .search_form:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 17px;
    top: 7px;
}

.field_search,
input.input_white {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.widget_search .field_search {
    padding-right: 45px;
}

#mc_subheader {
    margin-bottom: 15px !important;
}

/* Featured Posts Widget */
.recent_posts {
    margin: 0 0 0 0;
    list-style: none;
}

.recent_posts_img {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.recent_posts_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}

.widget_posts li:before,
.widget_posts li a:before {
    display: none;
}

.widget_posts li {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 0 90px;
    min-height: 70px;
    list-style: none;
}

.widget_posts li.no_img {
    padding-left: 0;
    min-height: 0;
}

.widget_posts li:first-child {
    margin-top: 0;
}

.widget_posts li:before {
    display: none;
}

.recent_posts_content span,
.recent_posts_content span i {
    font-size: 12px;
}

.recent_posts_content span i {
    margin-right: 5px;
}

.recent_posts_content a {
    display: inline-block;
}

.widget_posts div.clear {
    font-size: 0;
    line-height: 0;
}

.widget_posts .post_title {
    display: inline-block;
    margin: 0 0 2px 0;
}

/* Calendar */
.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 td a {
    font-weight: bold;
}

.widget_calendar table td {
    padding: 0;
    border: none;
}

.widget_calendar tbody tr:last-child td {
    padding-bottom: 5px;
}

.widget_calendar #prev {
    text-align: left;
    padding-top: 5px;
}

.widget_calendar #next {
    text-align: right;
    padding-top: 5px;
}

/* Flickr Widget */
.flickr_widget_wrapper {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: -5px 0 0 -13px;
}

.widget_flickr .flickr_badge_image {
    padding: 13px 0 0 13px;
    width: 25%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget_flickr .flickr_badge_image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.widget_flickr .flickr_badge_image img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 100%;
}

.flickr_badge_image .flickr_fadder {
    display: none;
}

.flickr_widget_wrapper .flickr_badge_image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: background 250ms;
}

/* Tag Cloud */
.tagcloud {
    overflow: hidden;
}

.tagcloud {
    margin: -5px 0 0 -5px;
}

.widget_tag_cloud a {
    display: inline-block;
    margin: 5px 0 0 5px;
    height: 20px;
    padding: 7px 19px 8px 19px;
    float: left;
    border-radius: 35px;
    text-transform: lowercase;
    position: relative;
    transition: color 250ms, background 250ms;
}

.sidepanel .sub-menu {
    padding-left: 1px;
}

.sidepanel img,
.sidepanel select {
    max-width: 100%;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    width: 24px !important;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
    width: 200px !important;
}

/* P R E L O A D E R */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 777;
    transition: opacity 750ms;
}

.preloader_content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -200px;
    width: 400px;
    transition: opacity 400ms, transform 400ms;
}

.preloader_content span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 4px;
}

.preloader_content .preloader_line {
    width: 400px;
    height: 2px;
    display: block;
}

.preloader_content .preloader_line div {
    position: absolute;
    width: 0px;
    height: 2px;
    display: block;
    transition: width 300ms;
}

.preloader_content .preloader_line .preloader_line_bar1 {
    left: 200px;
}

.preloader_content .preloader_line .preloader_line_bar2 {
    right: 200px;
}

.preloader.removePreloader,
.preloader.removePreloader .preloader_content {
    opacity: 0;
}

.preloader.removePreloader .preloader_content {
    transform: translateY(-10px);
}

/* A N I M A T I O N S */
.fadeOnLoad {
    opacity: 0.01;
}

.fullscreen_block .loading,
.anim_el.loading {
    opacity: 0;
    transform: translateY(100px);
}

.fullscreen_block .fw_preview_wrapper {
    transition: all 500ms;
}

.anim_el {
    transition: all 300ms;
}

a {
    transition: color 250ms;
}

/* Theme Unit */
table,
th,
td {
    border: 1px solid;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 25px;
    border-width: 1px;
}

table th, table td {
    padding: 8px;
}

strong {
    font-weight: 700;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone,
.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    margin: 0 auto;
}

/* C U S T O M   C L A S S E S */
.tab_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    display: block;
}

.tab_img_block {
    position: relative;
    padding-left: 170px;
}

.shortcode_tab_item_body hr {
    height: 21px;
}

.tab_img_block h3 {
    font-weight: 300;
    margin: 0 0 12px 0;
}

.contact_button_container .shortcode_button {
    margin: 28px 0 0 0;
}

.dn {
    display: none;
}

.bypostauthor {
    padding: 0;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption {

}

.wp-tag-cloud li:before {
    display: none;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    height: 32px !important;
    border: 0 !important;
}

.sitemap_margin {
    height: 40px;
}

.hideme {
    display: none;
}

.with_marker .headInModule {
    padding-left: 35px;
    position: relative;
}

.with_marker .headInModule:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 23px;
    height: 23px;
}

.icb7px {
    padding-top: 7px;
}

.ui-loader {
    display: none !important;
}

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

.contact_div .bg_title {
    padding-bottom: 22px;
}

.contact_div p {
    margin-bottom: 10px;
}

.contact_div .module_content h3.headInModule {
    margin: 39px 0 27px 0;
}

.about_image img {
    margin-top: 10px;
}

@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
}

/*WPML*/
#lang_sel_list {
    float: right !important;
    display: inline-block !important;
    padding: 11px 25px 0 0;
    margin-left: -10px;
}

.no_margin .shortcode_button {
    margin: 0 !important;
}

span.wpcf7-not-valid-tip {
    color: #ffffff !important;
    display: block !important;
    padding: 7px 0 !important;
}

.wpcf7-validation-errors {
    border: 0 !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
}

pre {
    white-space: normal;
}

.featured_items_meta span {
    white-space: normal;
}

.contentarea embed,
.contentarea iframe {
    width: 100%;
}

.wp-caption-text {
    text-align: center;
}

.widget_rss li {
    margin-bottom: 20px;
}

.module_search .pagerblock,
.module_search .pagerblock li {
	padding:0;
}

.contentarea .page-link {
	border-top:#424c50 1px solid;
	border-bottom:#424c50 1px solid;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* P A D D I N G   A N D   M A R G I N   C U S T O M   C L A S S E S */

.pb0 {
    padding-bottom: 0;
}

.pb15 {
    padding-bottom: 15px;
}


.pb19 {
    padding-bottom: 19px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb43 {
    padding-bottom: 43px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb48 {
    padding-bottom: 48px;
}

.pb56 {
    padding-bottom: 56px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb68 {
    padding-bottom: 68px;
}

.pb69 {
    padding-bottom: 69px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb72 {
    padding-bottom: 72px;
}

.pb73 {
    padding-bottom: 73px;
}

/* B A C K G R O U N D   C U S T O M   C L A S S E S */

.custom_bg.img_bg {
    background-image: url(../img/def_bg.jpg);
}

.fw_background.bg_image {
    background-image: url(../img/bg/bg_images1.jpg);
}

.custom_bg.bg_img_post.img1 {
    background-image: url(../img/portfolio/post_img/bg-img-portfolio.jpg);
}

.custom_bg.bg_img_post.img2 {
    background-image: url(../img/blog/bg-img-blog.jpg);
}


/* strip */

.strip-item.item1 {
    background-image: url(../img/strip/vertical/1.jpg);
}

.strip-item.item2 {
    background-image: url(../img/strip/vertical/2.jpg);
}

.strip-item.item3 {
    background-image: url(../img/strip/vertical/3.jpg);
}

.strip-item.item4 {
    background-image: url(../img/strip/vertical/4.jpg);
}

.strip-item.item5 {
    background-image: url(../img/strip/vertical/5.jpg);
}

.strip-item.item6 {
    background-image: url(../img/strip/vertical/6.jpg);
}

/* hStrip */

.hStrip-item.item1 {
    background-image: url(../img/strip/horizontal/Photo-scolaire-Hélène-Dagues.1.webp);
}

.hStrip-item.item2 {
    background-image: url(../img/strip/horizontal/Photo-entreprise-Hélène-Dagues.2.webp);
}

.hStrip-item.item3 {
    background-image: url(../img/strip/horizontal/Photo-de-mariage-Hélène-Dagues.03.webp);
}

.hStrip-item.item4 {
    background-image: url(../img/strip/horizontal/Photo-de-portraits-Hélène-Dagues.4.webp);
}

/* LISTING GALLERY */

.album_listing_col .left_side .fw_grid_item.item1 .img_block {
    background-image: url(../img/gallery/full_1920x1080/12.jpg);
}

.album_listing_col .left_side .fw_grid_item.item2 .img_block {
    background-image: url(../img/gallery/full_1280x1920/1.jpg);
}

.album_listing_col .left_side .fw_grid_item.item3 .img_block {
    background-image: url(../img/gallery/full_1920x1080/13.jpg);
}

.album_listing_col .left_side .fw_grid_item.item4 .img_block {
    background-image: url(../img/gallery/full_1920x1080/14.jpg);
}

.album_listing_col .left_side .fw_grid_item.item5 .img_block {
    background-image: url(../img/gallery/full_1280x1920/2.jpg);
}

.album_listing_col .left_side .fw_grid_item.item6 .img_block {
    background-image: url(../img/gallery/full_1920x1080/15.jpg);
}

.album_listing_col .left_side .fw_grid_item.item7 .img_block {
    background-image: url(../img/gallery/full_1920x1080/16.jpg);
}

.album_listing_col .left_side .fw_grid_item.item8 .img_block {
    background-image: url(../img/gallery/full_1920x1080/17.jpg);
}

.album_listing_col .left_side .fw_grid_item.item8 .img_block {
    background-image: url(../img/gallery/full_1920x1080/17.jpg);
}

.album_listing_col .right_side .fw_grid_item.item1 .img_block {
    background-image: url(../img/gallery/full_1280x1920/3.jpg);
}

.album_listing_col .right_side .fw_grid_item.item2 .img_block {
    background-image: url(../img/gallery/full_1920x1080/22.jpg);
}

.album_listing_col .right_side .fw_grid_item.item3 .img_block {
    background-image: url(../img/gallery/full_1920x1080/21.jpg);
}

.album_listing_col .right_side .fw_grid_item.item4 .img_block {
    background-image: url(../img/gallery/full_1920x1080/20.jpg);
}

.album_listing_col .right_side .fw_grid_item.item5 .img_block {
    background-image: url(../img/gallery/full_1920x1080/19.jpg);
}

.album_listing_col .right_side .fw_grid_item.item6 .img_block {
    background-image: url(../img/gallery/full_1920x1080/4.jpg);
}

.album_listing_col .right_side .fw_grid_item.item7 .img_block {
    background-image: url(../img/gallery/full_1920x1080/18.jpg);
}

.album_listing_col .right_side .fw_grid_item.item8 .img_block {
    background-image: url(../img/gallery/full_1920x1080/2.jpg);
}

/* Icon List */

.contact_info_icon.green_bg { background-color: #00b96d;
}
.contact_info_icon.green_bg i { color: #ffffff;
}

.contact_info_icon.yellow_bg { background-color: #f9d615;
}
.contact_info_icon.yellow_bg i { color: #ffffff;
}

.contact_info_icon.light-red_bg { background-color: #f04316;
}
.contact_info_icon.light-red_bg i { color: #ffffff;
}

.contact_info_icon.blue_bg { background-color: #40affd;
}
.contact_info_icon.blue_bg i { color: #ffffff;
}

.contact_info_icon.red_bg { background-color: #be4a39;
}
.contact_info_icon.red_bg i { color: #ffffff;
}

.contact_info_icon.pink_bg { background-color: #f26798;
}
.contact_info_icon.pink_bg i { color: #ffffff;
}

.contact_info_icon.purple_color i {
    color: #5567a9;
}
.contact_info_icon.red_color i {
    color: #cb2027;
}
.contact_info_icon.gray_color i {
    color: #c1c1c1;
}
.contact_info_icon.blue_color i {
    color: #13acbe
}
.contact_info_icon.green_color i {
    color: #00b96d;
}
.contact_info_icon.light-red_color i {
    color: #f04316;
}

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

/* Form Valid Style */
.notification_error,
.notification_ok {
	margin: 0 0 20px 0;
	padding: 13px 20px 15px 42px;
	position:relative;
	text-align:left;
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	line-height:20px;
	font-size:14px;
}
.notification_ok {
	color:#06955a;
	border-color:#06955a;
}
.notification_error {
	color:#db5031;
	border-color:#db5031;
}
.notification_error:before,
.notification_ok:before {
	position: absolute;
	left:18px;
	top:13px;
	font-family:'FontAwesome';
	font-weight:normal;
}
.notification_error:before {
	content:"\f071";
	color:#db5031;
}
.notification_ok:before {
	content:"\f087";
	color:#06955a;
}
