/*-------------------------------------
[Master Stylesheet]
Project:    Chantelle Wordpress Theme

[Table of contents]
1.  Base theme Grid
2.  Forms
3.  Font Awesome
4.  CSS for plugins and scripts
	4.1. Owl Carousel
	4.2. Isotope
	4.3. Nivo Slider
5.  Fullscreen Slider
6.  Ribbon Gallery
7.  Header
8.  Content Area
9.  Footer
10. Modules
    10.1.  Accordion & Toggles
    10.2.  Iconboxes
    10.3.  Gallery
    10.4.  Promotext
    10.5.  Messagebox
    10.6.  Buttons
    10.7.  Tabs
    10.8.  Featured Items
    10.9.  Teams
    10.10. Testimonials
    10.11. Partners
    10.12. Price Tables
    10.13. Social Icons
    10.14  Diagram
    10.15. Before After
    10.16. Counter
    10.17. Contact Info
11. Page 404
12. Password Protected
13. Typography
    13.1. Headings
    13.2. Highlighters
    13.3. Blockquotes
    13.4. Text Styles
    13.5. DropCaps
    13.6. Dividers
14. Blog
15. Portfolio
16. CountDown
17. Strip Template
18. Widgets
    18.1. Menus & Lists
    18.2. Mailchimp
    18.3. Search
    18.4. Featured Posts
    18.5. Calendar
    18.6. Flickr
    18.7. Tag Cloud
19. Animations
20. Theme Unit
21. Custom Classes
22. WPML Language Selector
23. Magnific Popup
24. Flow Gallery
25. Landing

---------------------------------------*/
/* Base theme Grid */
body,html{padding:0;margin:0;}[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:1170px}.gt3_boxed header .container{width:1170px}.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 (min-width:768px) and (max-width:979px){.container{width:724px}.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.7624309392265194%;-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.43646408839778%}.row .span10{width:82.87292817679558%}.row .span9{width:74.30939226519337%}.row .span8{width:65.74585635359117%}.row .span7{width:57.18232044198895%}.row .span6{width:48.61878453038674%}.row .span5{width:40.05524861878453%}.row .span4{width:31.491712707182323%}.row .span3{width:22.92817679558011%}.row .span2{width:14.3646408839779%}.row .span1{width:5.801104972375691%}}@media (max-width:767px){.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;}li{list-style:none;}

/* base */
::selection {
    opacity: 1;
}
::-moz-selection {
    opacity: 1;
}
html {
    width: 100%;
    overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main_wrapper,
.fs_gallery_wrapper,
.fullscreen_block,
.pf_output_container {
}
.custom_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
	background-position:center;
    overflow: hidden;
}
.custom_bg.img_bg {
    background-size: cover;
}
.custom_bg div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    background-size: cover;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.custom_bg div.active_bg {
    opacity: 1;
    z-index: 10;
}
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%;
    background: none;
    text-shadow: none;
    line-height: 20px;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    border: 1px rgba(255,255,255, 0.1) solid;
    border-radius: 0;
    height: 40px;
    padding: 9px 14px;
    margin: 0 0 5px 0;
    -webkit-appearance: none;
    outline: none;
    color: #a8abad;
}
textarea {
    resize: none;
    height: 120px;
    color: #a8abad !important;
}

form p {
    margin-bottom: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #a8abad !important;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
    color: #a8abad !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1 !important;
    color: #a8abad !important;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color: #a8abad !important;
}
.count_container ::-webkit-input-placeholder {
    color: #ffffff !important;
}
.count_container :-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}
.count_container ::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff !important;
}
.count_container :-ms-input-placeholder {
    color: #ffffff !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;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    vert-align: top;
    margin: 0 5px 5px 0;
    border	: none;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    color: #ffffff;
    background: #343638;
    padding: 9px 20px 11px 20px;
    border-radius: 0;
	-webkit-appearance: none;
    text-transform: uppercase;
	letter-spacing:0.5px;
	transition:background 300ms, color 300ms, opacity 300ms;
    -webkit-transition:background 300ms, color 300ms, opacity 300ms;
}

/* Default listing */
ul {
    list-style: none;
}
ul li:before {
    content: "•";
    padding: 0 10px 0 0;
}
ul li {
    padding: 0 0 5px 0;
    margin: 0;
}
ol {
    margin: 0;
    counter-reset: li;
    list-style: none;
    padding: 0;
}
ol li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
}
ol li:before {
    content: counter(li) '.';
    counter-increment: li;
    padding-right: 7px;
}

/*Theme CSS*/
p {
    margin: 0 0 24px 0;
}
p:empty {
    margin-bottom: 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 Carousel */
.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}

/* Nivo Slider */
.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivoSlider img{border-radius:0}.wrapped_video.blog_post_image iframe{border-radius:0;overflow:hidden}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;box-sizing:border-box}.nivo-caption p{padding:5px;margin:0}.nivo-caption a{display:inline!important}.nivo-html-caption{display:none}.nivo-controlNav{text-align:center}.nivo-controlNav a{cursor:pointer}.nivo-controlNav {display:block!important;position:absolute;bottom:20px;left:0;width:100%;text-align:center;z-index:99;}.nivo-controlNav a {text-indent:-10000px!important;overflow:hidden;display:inline-block;width:10px;height:10px;background:#ffffff;border-radius:100%;opacity:0.5;margin:0 4px;}

.slider-wrapper {
	position:relative;
}
.slider-wrapper:after {
    background-image: -moz-linear-gradient( 0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.2) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.2) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.2) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    content: '';
}
.nivo-controlNav {
    bottom:40px;
    right:auto;
    left:0;
    width:100%;
	text-align:center;
    line-height: 10px;
}
.nivo-controlNav a {
    margin:0 5px 0 6px;
    width:10px !important;
    height:10px !important;
    font-size:0;
    line-height:0;
    border: none !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
.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;
}

/* Fullscreen Slider */
.fs_gallery_container .fs_slide iframe {
    z-index: 5;
    position: absolute;
}
.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;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fs_gallery_container li:before {
    display: none;
}

.fs_gallery_container:after,
.page-template-page-gallery-flow .custom_bg:after,
.page-template-page-gallery-flow-with-margin .custom_bg:after,
.fs-port-bg:after,
.fw_background:after,
.gallery_kenburns:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}

.gallery_kenburns {
    height: 100%;
}

.fs_gallery_container.fade {
    opacity: 1;
}
.fs_gallery_container.fade li,
.fs_gallery_container li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
    background-position: center;
    transition: opacity 1500ms;
    -webkit-transition: opacity 1500ms;
}
.fs_gallery_container.fade li.current-slide,
.fs_gallery_container li.current-slide {
    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*/
.fs_controls {
    position: fixed;
    bottom: 33px;
    left: 0;
    text-align: left;
	height:24px;
	width:100%;
	display:block;
    transition: bottom 350ms, opacity 350ms;
    -webkit-transition: bottom 350ms, opacity 350ms;
	z-index:99;
	overflow:hidden;
}
.hide_controls .fs_controls {
	bottom:-300px;
	opacity:0;
}
.fs_controls_append {
	position:absolute;
	right:40px;
	top:6px;
    text-align:left;
	height:11px;
}
.fs_controls_append a {
	float:left;
	width:11px;
	height:11px;
	display:block;
    margin-left: 40px;
    opacity: 1;
	position:relative;
	transition: opacity 300ms;
}
.fs_controls_append a.fs_slider_prev,
.fs_controls_append a.fs_slider_prev {
    width: 7px;
}
.fs_controls_append a.post_info {
    width: 10px;
}
a.close_controls,
.fs_controls_append a {
    background-image: url(../img/chantelle_sprite.png);
    background-repeat: no-repeat;
}
.fs_controls_append a.fs_slider_prev {
	background-position: -84px -20px;
}
.fs_controls_append a.fs_slider_next {
    background-position: -121px -20px;
}
a.close_controls {
    background-position: -132px -20px;
}
.fs_controls_append a.fs_close {
    background-position: -147px -20px;
}
.fs_controls_append a.post_info {
    background-position: -183px -20px;
}
.fs_controls_append a.fs_pause {
    background-position: -107px -20px;
}
.fs_controls_append a.fs_play {
    background-position: -94px -20px;
}
.page-template-page-fullscreen-slider .fs_controls a.close_controls,
.single-gallery .fs_controls a.close_controls {
    background: none !important;
}
.show_me_always {
	float:left;
	width:11px;
	height:11px;
	display:block;
	position:fixed;
	bottom:40px;
	right:40px;
	z-index:100;
    opacity: 1;
	transition: opacity 300ms;
}
.fs_controls_append a:hover,
.fs_controls_append a.post_info.noContent,
.show_me_always:hover {
    opacity:0.5;
}

.show_me_always.in_post,
.show_me_always.in_port {
	right:91px;
}

/*Caption*/
.title_wrapper {
	padding-left:40px;
	display:inline-block;
	float:left;
}
.fs_title,
.fs_title_main {
	font-size:18px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#fff !important;
	display:inline-block;
    margin: 0;
    padding: 0;
}
span.slide_title {
	font-size:18px;
	line-height:24px;
	color:#fff;
}

.fs_title:before,
.fs_title_main:before {
    display: none;
}

/*Thmb*/
.fs_thmb_viewport {
	display:none;
}

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

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

.ribbon_list li:before {
    display: none;
}

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

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

.fs_controls.ribbon_controls {
    bottom: 25px;
}

@media only screen and (min-width: 760px) {
    .ribbon_list li:after {
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        width: 100%;
        height: 100%;
        content: '';
        opacity: 0.7;
    }
    .ribbon_list li.currentStep:after {
        display: none;
    }
}

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

/* Header */
.main_header,
.main_header * {
    outline: none;
}
.main_header {
	text-align:left;
	position:relative;
	z-index:101;
}
.page-template-page-fullscreen-slider header.main_header,
.page-template-page-gallery-flow header.main_header,
.page-template-page-gallery-flow-with-margin header.main_header,
.page-template-page-background header.main_header,
.page-template-page-gallery-kenburns header.main_header {
    background: none;
    transition: background-color 400ms;
}
.psevdo_header {
	position:relative;
	z-index:0;
}
.header_wrapper {
    position: relative;
    padding: 24px 0;
    min-height: 32px;
}
.rtl .header_wrapper nav {
    width: calc(100% - 150px);
    left: auto;
    right: 36px;
}
.logo {
	display:block;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 280px;
    text-align: center;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.socials {
	float:right;
	padding:31px 36px 29px 0;
	display:inline-block;
    vertical-align: top;
}
.socials_list {
    line-height: 20px;
}
.rtl .socials_list {
    display: flex;
	justify-content: flex-end;
}
.socials_list li:before {
	display:none;
}
.socials_list li {
	width:20px;
	height:20px;
	display:inline-block;
    vertical-align: top;
	margin-left:18px;
    padding-bottom: 0;
}
.socials_list li a {
	display:block;
	width:20px;
	height:20px;
	opacity:0.63;
	transition:opacity 300ms;
}
.socials_list li a:hover {
	opacity:1;
}
.socials_list li a.ico_social_facebook {
    background: url(../img/chantelle_sprite.png) no-repeat 0 0;
}
.socials_list li a.ico_social_pinterest {
    background: url(../img/chantelle_sprite.png) no-repeat -20px 0;
}
.socials_list li a.ico_social_twitter {
    background: url(../img/chantelle_sprite.png) no-repeat -40px 0;
}
.socials_list li a.ico_social_instagram {
    background: url(../img/chantelle_sprite.png) no-repeat -60px 0;
}
.socials_list li a.ico_social_tumblr {
    background: url(../img/chantelle_sprite.png) no-repeat -80px 0;
}
.socials_list li a.ico_social_flickr {
    background: url(../img/chantelle_sprite.png) no-repeat -100px 0;
}
.socials_list li a.ico_social_youtube {
    background: url(../img/chantelle_sprite.png) no-repeat -120px 0;
}
.socials_list li a.ico_social_dribbble {
    background: url(../img/chantelle_sprite.png) no-repeat -140px 0;
}
.socials_list li a.ico_social_gplus {
    background: url(../img/chantelle_sprite.png) no-repeat -160px 0;
}
.socials_list li a.ico_social_vimeo {
    background: url(../img/chantelle_sprite.png) no-repeat -180px 0;
}
.socials_list li a.ico_social_delicious {
    background: url(../img/chantelle_sprite.png) no-repeat -200px 0;
}
.socials_list li a.ico_social_linked {
    background: url(../img/chantelle_sprite.png) no-repeat -220px 0;
}

.phone {
	float:right;
	font-size:11px;
	line-height:20px;
	padding:30px 28px 30px 0;
	display:inline-block;
    vertical-align: top;
    letter-spacing: 1.2px;
}
.phone_ipad {
	display:none;
}

.header_wrapper .socials,
.main_header nav {
    padding: 0;
    float: none;
    display: block;
    position: absolute;
/*     width: calc(50% - 150px); */
	width: calc(50% - 383px);
    top: 50%;
    left: 40px;
    margin-top: -17px;
}
.header_wrapper .socials_list li a {
    opacity:1;
}
.header_wrapper .socials_list li a:hover {
    opacity:0.63;
}

/* Menu */
.header_wrapper .socials {
    left: auto;
    right: 36px;
    text-align: right;
    margin-top: -10px;
}
.rtl .header_wrapper .socials {
    right: auto;
    left: 0;
    text-align: left;
    margin-top: -10px;
}
.main_header nav ul.menu {
    font-size: 0;
    line-height: 0;
    margin: 0;
}
.rtl .main_header nav ul.menu {
    display: flex;
    justify-content: flex-start;
}
.main_header nav ul.menu li:before,
.main_header nav ul.menu > li:last-child:before {
    display:none;
}
.main_header nav ul.menu > li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
    vertical-align: top;
    padding: 0;
}
.main_header nav ul.menu > li:last-child {
    margin-right: 0;
}
.main_header nav ul.menu > li:before {
    content: '/';
    position: absolute;
    right: -35px;
    top: 8px;
    display: block;
    line-height: 16px;
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
}
.main_header nav ul.menu > li > a {
    text-transform: none;
    display: block;
    position: relative;
	letter-spacing:0.5px;
	padding: 0;
    line-height: 33px;
}
.main_header nav ul.menu > li > a:before {
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.main_header nav ul.menu > li > a:hover:before,
.main_header nav ul.menu > li:hover > a:before {
    width: 100%;
}
.main_header nav ul.menu > li.current-menu-ancestor > a:before,
.main_header nav ul.menu > li.current-menu-item > a:before,
.main_header nav ul.menu > li.current-menu-parent > a:before {
    width: 17px;
}
.main_header nav ul.menu > li.current-menu-ancestor > a:hover:before,
.main_header nav ul.menu > li.current-menu-item > a:hover:before,
.main_header nav ul.menu > li.current-menu-parent > a:hover:before,
.main_header nav ul.menu > li.current-menu-ancestor:hover > a:before,
.main_header nav ul.menu > li.current-menu-item:hover > a:before,
.main_header nav ul.menu > li.current-menu-parent:hover > a:before {
    width: 100%;
}
.main_header nav ul.menu .sub-menu {
    padding: 5px 0;
    width: 210px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -105px;
	z-index:101;
	transition:opacity 250ms;
}
.main_header nav ul.menu > li > .sub-menu > li > .sub-menu,
.main_header nav ul.menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    left: 215px;
    margin-left: 0;
    top: -10px;
}
.main_header nav ul.menu > li:first-child > .sub-menu {
    left: 0;
    margin-left: 0;
}
.main_header nav ul.menu .sub-menu:before,
.main_header nav ul.menu .sub-menu:after {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 25px;
    content: '';
}
.main_header nav ul.menu .sub-menu:after {
    left: -6px;
    top: 0;
    width: 6px;
    height: 100%;
}
.main_header nav ul.sub-menu li {
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
}
.main_header nav ul.sub-menu li > a {
    padding: 10px 30px 6px 20px;
    line-height: 20px;
    display: block;
	position:relative;
}
.main_header nav ul.sub-menu li > a:before {
	content:'';
	height:1px;
	display:block;
	position:absolute;
	bottom:0;
	left:20px;
    right: 20px;
    background: rgba(255,255,255, 0.1);
}
.main_header nav ul.sub-menu li.menu-item-has-children > a:after {
    content:"\f105";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    position:absolute;
    right:20px;
    top:10px;
}
.main_header nav .menu ul.sub-menu {
    top: -999px !important;
    opacity: 0 !important;
}
.main_header nav .menu > li:hover > ul.sub-menu {
    top: 57px !important;
    opacity: 0.999 !important;
    visibility: visible !important;
}
.main_header nav .menu > li:hover > .sub-menu > li > .sub-menu {
    top: -999px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.main_header nav ul.menu > li:hover > .sub-menu > li:hover > .sub-menu,
.main_header nav ul.menu > li:hover > .sub-menu > li:hover > .sub-menu > li:hover > .sub-menu {
    top: -5px !important;
    opacity: 0.999 !important;
    visibility: visible !important;
}

/* Content Area */
.site_wrapper {
	padding:60px 0 0 0;
}
.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:270px;
}
.left-sidebar-block {
	border-right: 1px solid;
    margin-right: 50px;
	padding-right: 39px;
}
.right-sidebar-block {
    margin-left: 50px;
	padding-left: 39px;
	border-left: 1px solid;
}
.left-sidebar-block,
.right-sidebar-block {
    border-color:rgba(255,255,255, 0);
}
.fl-container.hasRS {
    float: left;
}
.fl-container.hasRS,
.posts-block.hasLS {
    width: 810px;
}
.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:30px 0 30px 40px;
	display:inline-block;
	font-size:11px;
    vertical-align: top;
}

/* 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: -5px 0 0 0;
}
h5.shortcode_accordion_item_title,
h5.shortcode_toggles_item_title {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.7px;
    cursor: pointer;
    border: none;
    outline: none;
	background:#747678;
    color: #fff;
	display:block;
    margin: 5px 0 0 0;
    padding: 10px 10px 10px 50px;
    transition: background 250ms, color 250ms;
}
.ui-accordion-header-icon {
    display: none;
}
.shortcode_accordion_item_title .ico,
.shortcode_toggles_item_title .ico {
    width: 35px;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    margin: 0;
    background: #343638;
    transition: background 250ms, color 250ms;
}
h5.shortcode_accordion_item_title:hover,
h5.shortcode_toggles_item_title:hover {
	background:#343638;
}
h5.shortcode_accordion_item_title .ico:before,
h5.shortcode_toggles_item_title .ico:before,
h5.shortcode_accordion_item_title .ico:after,
h5.shortcode_toggles_item_title .ico:after {
    content: '';
    position: absolute;
    display: block;
    background: #fff;
}
.shortcode_accordion_item_title .ico:before,
.shortcode_toggles_item_title .ico:before {
    width: 10px;
    height: 2px;
    top: 17px;
    left: 13px;
}
.shortcode_accordion_item_title .ico:after,
.shortcode_toggles_item_title .ico:after {
    width: 2px;
    height: 10px;
    top: 13px;
    left: 17px;
}
.shortcode_accordion_item_title.state-active .ico:after,
.shortcode_toggles_item_title.state-active .ico:after {
    display: none;
}
.shortcode_accordion_item_body,
.shortcode_toggles_item_body {
    padding: 11px 0 13px 0;
    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;
    position: relative;
    text-align: center;
}
.iconbox_wrapper .ico {
    text-align: center;
    display:inline-block;
	margin:14px auto 17px auto;
	width:56px;
	height:56px;
	border-radius:100%;
	border:2px solid;
	transition:border-color 250ms;
}
.shortcode_iconbox a:hover .ico {
	border-color:#343638;
}
.iconbox_wrapper .ico i {
    line-height: 56px;
    font-size: 19px;
	color:#fff;
	transition:color 250ms;
}
.iconbox_title {
    padding-bottom: 0;
    margin-bottom: 11px;
}
.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p,
.counter_text,
.counter_text p,
.skill_descr,
.skill_descr p {
    word-wrap: break-word;
}

/* 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;
}
.fw-portPreview .gallery_item_wrapper a {
    position: absolute;
	width:100%;
	height:100%;
	display:block;
    left: 0;
    top: 0;
	z-index:17;
}
.without_padding .fw-portPreview .portFadder {
	background:rgba(0,0,0, 0);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:13;
	transition:background 250ms;
}
.fadeMe .without_padding .fw-portPreview .portFadder {
	background:rgba(0,0,0, 0.7);
}
.fadeMe .without_padding .fw-portPreview .unfadeMe .portFadder {
	background:rgba(0,0,0, 0);
}
.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;
    background: rgba(0, 0, 0, 0);
	transition:background 300ms;
}
.gallery_item_wrapper:hover .gallery_fadder,
.grid-gallery-item:hover .gallery_fadder {
    background: rgba(0, 0, 0, 0.7);
}
.gallery_item_wrapper span.featured_items_ico,
.pf_output_container span.featured_items_ico,
.featured_ico_link span.featured_items_ico {
	position:absolute;
	left:0;
    display:block;
	width:100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
	opacity:0;
	z-index:16;
    top: 0;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
	transition: all 300ms;
    -webkit-transition: all 300ms;
    margin-top: -18px;
    letter-spacing: 0.5px;
}
.gallery_item_wrapper:hover span.featured_items_ico,
.pf_output_container:hover span.featured_items_ico,
.featured_ico_link:hover span.featured_items_ico {
    top:50%;
	opacity:1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.view_link:before,
.featured_items .img_block a:after,
.portfolio_block a.featured_ico_link:after {
    position:absolute;
    background:#fff;
    z-index:15;
    display:block;
    content:'';
    left:50%;
    top:50%;
    height: 2px;
    width: 76px;
    margin: 12px 0 0 -38px;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    opacity:0;
}
.gallery_item_wrapper:hover .view_link:before,
.featured_items .img_block a:hover:after,
.portfolio_block a.featured_ico_link:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity:1;
}
.listing_gallery {
    position: static;
    height: auto;
}
.list-of-images {
    margin: -8px 0 0 -8px;
}
.list-of-images .gallery_item {
    margin: 8px 0 0 0;
    float: left;
}
.list-of-images .gallery_item .gallery_item_padding {
    padding: 0 0 0 8px;
}
.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;
}
.no-sidebar .wall_wrap .list-of-images {
    padding-left: 8px;
    padding-right: 8px;
}

/* Loading Line */
.loading-wrapper {
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 100%;
}

.loading-wrapper .loading-line {
    height: 4px;
    line-height: 0;
    font-size: 0;
    width: 0;
}

.fixed_loading {
    position: fixed;
    top: 0;
    bottom: auto;
}

/* Promotext */
.promoblock_wrapper {
    overflow: hidden;
	background:#343638;
	border-left:8px solid;
    position: relative;
	padding:24px 30px 24px 20px
}

.promoblock_wrapper .promo_text_block {
    width: 79%;
    display: inline-block;
    float: left;
}
.no_button_text .promoblock_wrapper .promo_text_block {
    width: 100%;
}
.promoblock_wrapper h3.promo_title {
	margin-bottom:0;
    padding-bottom: 0;
}
.promoblock_wrapper h3.promo_title:before {
    display: none;
}
.promo_text_block_wrapper span {
    line-height: 23px;
    display: block;
    padding-top: 12px;
    font-size: 16px;
    font-style: italic;
}
.promoblock_wrapper .promo_button_block {
    position: absolute;
    right: 30px;
    top: 50%;
    max-width: 21%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.promoblock_wrapper .promo_button.shortcode_button {
	margin:0;
}

/* Messagebox */
.shortcode_messagebox {
    padding: 6px 30px 6px 45px;
    position: relative;
	background:#e4e7e9;
}

.shortcode_messagebox .box_icon {
	text-align:center;
	width:33px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:#cfd3d7;
}
.shortcode_messagebox .box_icon i {
	color:#3f4041;
	line-height:33px;
}
.shortcode_messagebox .box_content,
.shortcode_messagebox .box_content p {
    color: #5f6060;
	line-height:21px;
	margin:0;
}

.shortcode_messagebox.box_type2 {
	background:#c2f3f7;
}
.shortcode_messagebox.box_type2 .box_icon {
	background:#a8dee2;
}
.shortcode_messagebox.box_type2 .box_icon i {
	color:#3a878d;
}
.shortcode_messagebox.box_type2 .box_content,
.shortcode_messagebox.box_type2 .box_content p {
    color: #3c959c;
}

.shortcode_messagebox.box_type3 {
	background:#d5eea0;
}
.shortcode_messagebox.box_type3 .box_icon {
	background:#c5dd93;
}
.shortcode_messagebox.box_type3 .box_icon i {
	color:#70981c;
}
.shortcode_messagebox.box_type3 .box_content,
.shortcode_messagebox.box_type3 .box_content p {
    color: #7ba523;
}

.shortcode_messagebox.box_type4 {
	background:#f7eaa1;
}
.shortcode_messagebox.box_type4 .box_icon {
	background:#eddd84;
}
.shortcode_messagebox.box_type4 .box_icon i {
	color:#bba62c;
}
.shortcode_messagebox.box_type4 .box_content,
.shortcode_messagebox.box_type4 .box_content p {
    color: #bca72f;
}

.shortcode_messagebox.box_type5 {
	background:#ffaa9f;
}
.shortcode_messagebox.box_type5 .box_icon {
	background:#f19184;
}
.shortcode_messagebox.box_type5 .box_icon i {
	color:#b94739;
}
.shortcode_messagebox.box_type5 .box_content,
.shortcode_messagebox.box_type5 .box_content p {
    color: #b94739;
}
.shortcode_messagebox .box_close {
	width:9px;
	height:9px;
	display:block;
	position:absolute;
	right:11px;
	top:12px;
	background:url(../img/chantelle_sprite.png) no-repeat -7px -21px;
	transition:opacity 250ms;
}
.shortcode_messagebox .box_close:hover {
	opacity:0.5;
}
.shortcode_messagebox.box_type2 .box_close {
	background:url(../img/chantelle_sprite.png) no-repeat -16px -21px
}
.shortcode_messagebox.box_type3 .box_close {
	background:url(../img/chantelle_sprite.png) no-repeat -25px -21px
}
.shortcode_messagebox.box_type4 .box_close {
	background:url(../img/chantelle_sprite.png) no-repeat -34px -21px
}
.shortcode_messagebox.box_type5 .box_close {
	background:url(../img/chantelle_sprite.png) no-repeat -43px -21px
}

/* Buttons */
.shortcode_button,
a.shortcode_button {
    display: inline-block;
    border-radius: 0;
    margin: 0 2px 4px 2px;
    border: none;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    text-align: center;
    position: relative;
    text-transform: uppercase;
	letter-spacing:0.5px;
    color: #fff;
	transition:color 300ms, background 300ms;
}
.shortcode_button.btn_small {
    padding: 10px 15px;
}
.shortcode_button.btn_normal {
    padding: 12px 20px 13px 20px;
}
.shortcode_button.btn_large {
    padding: 17px 20px 18px 20px;
}
.shortcode_button.btn_type1 {
    background: #343638;
}
.shortcode_button.btn_type2 {
    background: #747678;
}
.shortcode_button.btn_type3 {
    background: #bfc2c5;
}
.shortcode_button.btn_type4 {
    background: #e4e7e9;
    color: #3f4041;
}
.shortcode_button.btn_type6 {
    background: #3ab893;
}
.shortcode_button.btn_type7 {
    background: #74a000;
}
.shortcode_button.btn_type8 {
    background: #9ed400;
}
.shortcode_button.btn_type9 {
    background: #efcb00;
}
.shortcode_button.btn_type10 {
    background: #ff8b00;
}
.shortcode_button.btn_type11 {
    background: #ef4739;
}
.shortcode_button.btn_type12 {
    background: #ff7692;
}
.shortcode_button.btn_type13 {
    background: #e551b0;
}
.shortcode_button.btn_type14 {
    background: #be62db;
}
.shortcode_button.btn_type15 {
    background: #8453dc;
}
.shortcode_button.btn_type16 {
    background: #0067c6;
}
.shortcode_button.btn_type17 {
    background: #4dbaee;
}
.shortcode_button:hover,
.shortcode_button.btn_type5:hover {
    background: #343638 !important;
    color: #fff !important;
}

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

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

.shortcode_tab_item_title {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 21px;
    cursor: pointer;
    padding: 5px 12px 5px 14px;
    position: relative;
    z-index: 10;
/*     border: rgba(255,255,255, 0.1) 1px solid; */
    color: #a8abad;
    margin: 0 4px 0 0;
	letter-spacing:0.7px;
	transition:color 200ms;
}

.type1 .shortcode_tab_item_title {
    border-bottom-color: rgba(255,255,255, 0);
}

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

.all_heads_cont:after,
.shortcode_tab_item_title:before {
    display: none;
}

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

.all_body_cont {
    margin-top: -1px;
    border-left: rgba(255,255,255, 0.1) 1px solid;
    padding: 10px 20px 11px 20px;
    z-index: 15;
}

.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: 15%;
        text-align: right;
    }

    .shortcode_tab_item_title {
        float: none;
    }

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

    .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 4px 0;
        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;
    }
}

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

.featured_items .item_list li {
    margin: 40px 0 0 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 40px;
}

.no-sidebar .featured_items .item_list {
    margin-left: -50px;
}

.no-sidebar .featured_items .item_list li .item {
    margin-left: 50px;
}

.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;
}
.img_block img {
    display: block;
    width: 100%;
    height: auto;
}
.featured_items .img_block a,
.portfolio_block a.featured_ico_link {
	position:relative;
	display:block;
}
.featured_items .img_block a:before,
.portfolio_block a.featured_ico_link:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    background: rgba(0, 0, 0, 0);
    transition:background 300ms;
    content: '';
}
.featured_items .img_block a:hover:before,
.portfolio_block a.featured_ico_link:hover:before {
    background: rgba(0, 0, 0, 0.7);
}

/* Team */
.module_team .teamslider > ul {
    list-style: none;
    margin: -50px 0 0 -40px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}
.module_team .teamslider > ul > li {
    padding: 50px 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 40px;
}
.no-sidebar .module_team .teamslider > ul {
    margin: -50px 0 0 -50px;
}
.no-sidebar .module_team .teamslider > ul > li .item_wrapper {
    padding: 0 0 0 50px;
}
.team_img {
    vertical-align: top;
    display: block;
	margin-bottom:0;
    position: relative;
}
.team_img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    content: '';
}
.team_img:hover:after {
    opacity: 0.7;
}
.module_team .team_img img {
    width: 100%;
    height: auto;
    display: block;
}
.module_team .team_content {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 13px;
}
.team_content h4:before {
    display: none;
}
.team_content h4 {
    margin: 0;
    padding-bottom: 4px;
}
.module_team .item h4 {
    transition: color 300ms;
    -webkit-transition: color 300ms;
}
.module_team .item .team_content_abs h4 {
    padding-bottom: 20px;
    position: relative;
    color: #fff !important;
}
.module_team .item .team_content_abs h4:before {
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    background: #fff;
}
.module_team .op {
    color: #a8abad;
    line-height: 20px;
    font-size: 13px;
    font-style: italic;
}
.module_team .team_content_abs .op {
    color: #fff;
}
.team_content_abs,
.content_abs_hover .bottom_box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 15;
    transform: scale(2, 2) translateY(-50%);
    -webkit-transform: scale(2, 2) translateY(-50%);
    text-align: center;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    opacity: 0;
    visibility: hidden;
}
.team_img:hover .team_content_abs,
.content_abs_hover:hover .bottom_box {
    transform: scale(1, 1) translateY(-50%);
    -webkit-transform: scale(1, 1) translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.team_content_abs .team_icons_wrapper {
    padding-top: 10px;
}
.team_icons_wrapper .teamlink {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    line-height: 20px;
    color: #fff !important;
    background: none !important;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    opacity: 1;
}
.team_icons_wrapper .teamlink span,
.team_icons_wrapper .teamlink i {
    background: none;
}
.team_icons_wrapper .teamlink:hover {
    opacity: 0.5;
}
.team_content_abs h4 {
    display: inline-block;
}
.type1 .team_icons_wrapper {
    padding-top: 0;
}
/* Type2 */
.module_team .type2 .teamslider > ul {
    margin: 0 !important;
}
.module_team .type2 .teamslider > ul > li,
.module_team .type2 .teamslider > ul > li .item_wrapper {
    padding: 0 !important;
}

.featured_img_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -60px;
    margin-bottom: 54px;
}

.left-sidebar .featured_img_bg,
.right-sidebar .featured_img_bg {
    margin-top: 0;
    margin-bottom: 24px;
}

/*Testimonials*/
.testimonials_list ul {
    margin: -17px 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 .item {
	margin:24px 0 0 40px;
}
.testimonials_list ul li:before {
    display: none;
}
.testimonial_item_wrapper {
	padding-left:90px;
	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: 64px;
    height: 64px;
    display: block;
    border-radius: 100%;
    position: absolute;
	left:0;
	top:50%;
	margin-top:-32px;
}
.testimonials_text {
	border:rgba(255,255,255, 0.1) 1px solid;
	position:relative;
	padding:10px 20px 9px 20px;
}
.testimonials_footer {
	color:#a8abad;
	padding-left:89px;
	margin-top:8px;
}

/*Partners*/
.module_partners ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: block;
    margin: 0;
	border-left:rgba(255,255,255, 0.1) 1px solid;
	border-bottom:rgba(255,255,255, 0.1) 1px solid;
}

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

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

.module_partners ul li .item_wrapper {
    margin: 0;
	border:rgba(255,255,255, 0.1) 1px solid;
	border-left:none;
	border-bottom:none;
    padding: 0;
    position: relative;
    overflow: hidden;
    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 img {
    opacity: 0.5;
}

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

/*Price Tables*/
.module_price_table {
    margin: 0;
}
.price_table_wrapper {
    margin: -50px 0 0 -40px;
}
.module_price_table .price_item {
    display: inline-block;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.price_item_wrapper {
    overflow: hidden;
    margin: 0;
    padding-left: 40px;
}
.no-sidebar .price_table_wrapper {
    margin: -50px 0 0 -50px;
}
.no-sidebar .price_item_wrapper {
    padding-left: 50px;
}
.price_item_body {
    border: 1px #343638 solid;
    background: #1d1f21;
    padding: 23px 20px 39px 20px;
}
.price_item .price_item_title {
	padding: 26px 20px 23px 20px;
	background:#343638;
}
.price_item_title h6:before,
.price_item_title h3:before,
.price_item_title h5:before {
    display: none;
}
.price_item_title h6,
.price_item_title h3,
.price_item_title h5 {
    display: block;
}
.price_item_title h6 {
	color:#a8abad;
	padding: 0;
    margin: 0;
}
.item_cost_wrapper {
    padding-top: 36px;
}
.item_cost_wrapper h3 {
    font-size: 60px;
    line-height: 51px;
	margin:0;
    padding: 0;
	letter-spacing:normal;
    display: block;
}
.item_cost_wrapper h5 {
    font-size: 14px;
    line-height: 21px;
	margin:0;
    padding: 24px 0 0 0;
    text-transform: none;
	letter-spacing:normal;
    color: #dddddd;
}
.price_item_text {
    text-align: center;
    position: relative;
    padding: 12px 0 9px 0;
    color: #dddddd;
    font-style: italic;
}
.price_item_text:before {
    position: absolute;
    width: 100px;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    height: 1px;
    background: rgba(238,238,238, 0.1);
    content: '';
    z-index: 1;
}
.price_item_btn {
    text-align:center;
    padding-top: 26px;
    position: relative;
    z-index: 10;
    background: #1d1f21;
    margin-top: -1px;
}
.price_item_btn a {
    margin:0;
}

/*Social Icons*/
.shortcode_social_icon {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    float: none;
    text-align: center;
    background: #46515e;
    color: #dbdfd8;
}

.shortcode_social_icon.type2 {
    border-radius: 10px;
}

.shortcode_social_icon.type3 {
    border-radius: 100%;
}

span.shortcode_social_icon {
    cursor: default;
}

a.shortcode_social_icon:hover {
    opacity: 0.8;
}

.shortcode_social_icon.type4 {
    background: none!important;
}

.shortcode_social_icon i {
    text-align: center;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #dbdfd8;
}

/*Diagram*/
.shortcode_diagramm_shortcode {
    padding: 0;
}
.module_diagramm ul.skills_list {
    margin: 0 0 0 -40px;
    padding: 0;
}
.skills_list li:before {
    display: none;
}
.module_diagramm ul.skills_list li {
    margin: 0;
    display: inline-block;
    padding: 0;
    float: none;
}
.module_diagramm .skill_wrapper {
    margin: 0 0 0 40px;
    overflow: hidden;
}
.module_diagramm ul.skills_list li:before {
    content: '';
}

.skill_content {
    padding-top: 1px;
    display: inline-block;
	text-align:center;
}
.skill_content h4 {
	margin-bottom:17px;
    padding-bottom: 0;
}
.easyPieChart {
    text-align: center;
    z-index: 10;
    padding-top: 2px;
    position: relative;
}
.easyPieChart,
.easyPieChart span {
	color:#fff;
}
.chart_wrapper {
    display: block;
    height: 100%;
	text-align:center;
	margin:5px 0 16px 0;
}

.chart_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 7;
}

.easyPieChart canvas {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 10;
}

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

.skill_item .chart {
    margin: 0 auto;
}

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

/*Before After*/
.before-after {
    overflow: hidden;
}
.beforeAfter_wrapper img {
    display: block;
    width: 100%;
    height: auto;
}
.beforeAfter_wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: 100% auto;
    cursor: none;
}
.img_before {
    visibility: hidden;
}
.beforeAfter_wrapper .after_wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: auto 100%;
}
.beforeAfter_wrapper .after_wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.beforeAfter_wrapper .result_line {
    width: 29px;
    height: 11px;
    display: block;
    background: url(../img/chantelle_sprite.png) no-repeat -53px -20px;
    position: absolute;
    top: 50%;
    margin: -5px 0 0 -15px;
}
.beforeAfter_wrapper .result_line:before {
    content: '';
    background: #ffffff;
    width: 3px;
    height: 3000px;
    left: 13px;
    bottom: 5px;
    display: block;
    position: absolute;
}
.beforeAfter_wrapper .result_line:after {
    content: '';
    background: #ffffff;
    width: 3px;
    height: 3000px;
    left: 13px;
    top: 5px;
    display: block;
    position: absolute;
}

/* Counter */
.counter_wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.stat_temp {
    width: 0;
    display: none;
}
.counter_wrapper,
.counter_content {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.counter_body {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.stat_count_wrapper {
    display: block;
    vertical-align: top;
    padding-top: 3px;
}
.counter_title {
    margin-bottom: 11px;
    padding-bottom: 0;
}
.stat_count {
    margin-bottom: 9px;
    padding-bottom: 0;
}

/* contact info */
.contact_info_list li:before {
    display: none;
}
.contact_info_item {
    padding: 4px 0 10px 48px;
    margin-bottom: 10px;
    position: relative;
    line-height: 21px;
}
.contact_info_item div,
.contact_info_item a {
    line-height: 20px;
}
.no_bg .contact_info_item {
    padding: 0 0 0 28px;
    margin-bottom: 10px;
}
.contact_info_item .contact_info_text {
    display: inline-block;
}
.contact_info_icon {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 100%;
}
.no_bg .contact_info_icon {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 21px;
    background: none!important;
}
.contact_info_icon i {
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}
.no_bg .contact_info_text,
.no_bg .contact_info_text a {
    line-height: 21px;
}
.no_bg .contact_info_icon i {
    font-size: 14px;
    line-height: 21px;
}

img.ajax-loader {
    display: none !important;
}

/* F U L L W I D T H   G O O G L E   M A P */
iframe {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.contacts_map {
	margin-bottom:-50px;
}
.contacts_map iframe {
	display:block;
}

/* 4 0 4 */
.wrapper404 {
	width: 1170px;
	margin:0 auto;
}
.container404 {
    text-align: center;
    margin-top: -60px;
}
.block404 {
    text-align: left;
}
.wrapper404 h1 {
    font-size: 130px;
    line-height: 119px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 43px;
    letter-spacing: 7px;
}
.wrapper404 h1:before {
    display: none;
}
.text404 {
	margin:0 0 43px 0;
}
.search404 {
    max-width: 458px;
    margin: 0 auto;
    padding-bottom: 5px;
}

/*Password Protected*/
.pp_block {
    width: 1170px;
    left: 50%;
    top: 50%;
    margin-left: -585px;
    margin-top: -2px;
    text-align: center;
    position: absolute;
}
.pp_title:before {
    display: none;
}
.pp_title {
    margin-bottom: 13px;
}
.pp_wrapper p.pp_notify {
    display: block;
    text-align: center;
    margin-bottom: 43px;
}
.pp_wrapper {
    max-width: 458px;
    margin: 0 auto;
    padding-bottom: 5px;
}
.pp_wrapper form p {
    position: relative;
}
.pp_wrapper input[type="password"] {
    padding-right: 40px;
    margin-bottom: 0;
}
.pp_wrapper input[type="submit"] {
    position: absolute;
    right: 14px;
    top: 13px;
    width: 12px;
    height: 13px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    display: inline-block;
    text-indent: -9999px;
    background-color: transparent !important;
    background-position: -228px -22px !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/chantelle_sprite.png) !important;
    transition: opacity 300ms !important;
    -webkit-transition: opacity 300ms !important;
}
.pp_wrapper input[type="submit"]:hover {
    opacity: 1;
}

/* T Y P O G R A P H Y */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h5, h6,
h5 a, h6 a,
h5 span, h6 span,
h3.comment-reply-title,
h3.comment-reply-title a {
    text-transform: uppercase;
}

h1,
h2,
h3 {
    padding-bottom: 16px;
}

h4,
h5,
h6 {
    padding-bottom: 20px;
}

h1,
h3.promo_title {
    letter-spacing: 0.6px;
}

h2,
h3 {
    letter-spacing: 0.5px;
}

h4 {
    letter-spacing: 0.35px;
}

h5,
h3.comment-reply-title,
h3.comment-reply-title a {
    letter-spacing: 0.9px;
}

h5.bc_title {
    letter-spacing: 0.4px;
}

h6 {
    letter-spacing: 1px;
}

.page_title_block {
    padding-top: 0;
}

.title {
	padding-bottom:23px;
	position:relative;
	margin-bottom:0;
}
.title:before {
	content:'';
	width:20px;
	height:2px;
	display:block;
	position:absolute;
	left:0;
	bottom:11px;
}

.bg_title h1,
.bg_title h2 {
    margin-bottom: 14px;
}

/* Highlighters */
.highlighted_dark {
    background: #343638;
    padding: 0 2px;
}
.highlighted_light {
    padding: 0 2px;
}
.highlighted_colored {
    padding: 0 1px;
}

/* Blockquotes */
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
    position: relative;
    font-style: italic;
    letter-spacing: -0.15px;
}
blockquote:after {
    width: 2px;
    top: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: #343638;
}
blockquote.left {
    float: left;
}
blockquote.right {
    float: right;
    margin-left: 30px;
}
blockquote p:last-child {
    margin-bottom: 0;
}

/* Text Styles */
.alignleft {
    margin: 0 20px 24px 0;
    float: left;
}
.alignright {
    margin: 0 0 24px 20px;
    float: right;
}
.aligncenter {
    float: none;
    text-align: center;
}

.contentarea img {
    max-width: 100%;
    height: auto;
	display:block;
}
.gmnoprint img {
    max-width: inherit !important;
}
.module_text_area img {
    max-width: 100%;
    height: auto;
}

/* Dropcaps */
.dropcap {
    display: inline-block;
    float: left;
    font-size: 28px;
    line-height: 30px;
    margin: 3px 12px 0 4px;
    width: auto;
    height: auto;
    text-transform: uppercase;
}
.dropcap.type1 {
    color: #343638;
}

/* Dividers */
.module_cont hr {
    border: none;
    margin: 0;
    height: 19px;
    display: block;
    background: none;
}
.module_cont hr.type1 {
    border-top: #343638 1px solid;
}

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

.mt_55 {
    margin-top: -55px;
}

.mt_60 {
    margin-top: -60px;
}

/* B L O G   L I S T I N G */
/* Module Listing */
.pf_output_container {
    overflow: hidden;
}
.pf_output_container img,
.pf_output_container iframe {
	display:block;
	margin:0 auto;
}
.blog_post_preview .pf_output_container {
	margin-bottom:14px;
}
.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;
}

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

.preview_top {
	overflow:hidden;
}

.simple-post .preview_top {
    border-bottom: 1px rgba(255,255,255, 0.1) solid;
}

.preview_top h2.blogpost_title {
    padding-top: 7px;
    margin-top: 0;
}
.blog_post_content {
    padding-top:20px;
}

.blog_post_preview {
	border-bottom: 1px rgba(255,255,255, 0.1) solid;
	padding-bottom:34px;
	margin-bottom:40px;
}

.blog_post_preview.preview_type1 {
    padding-bottom: 40px;
}

.blog_post_preview.preview_type2 .blogpost_title {
    padding-bottom: 20px;
}

.blog_post_preview.preview_type2 .blogpost_title,
.blog_post_preview.preview_type2 .blogpost_title a {
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.blog_post_preview.preview_type1 .blogpost_title {
    padding-bottom: 20px;
    margin-top: -6px;
}

.simple-post .blogpost_title {
    margin-top: -4px;
}

.simple-post .blogpost_title:before {
    bottom: 10px;
}

.listing_meta {
    margin:0 0 13px 0;
}

.simple-post .listing_meta {
    margin-bottom: 18px;
}

.listing_meta,
.listing_meta span,
.listing_meta a {
    color:#a8abad;
    font-size: 13px;
    font-style: italic;
}

.middot {
    padding:0 7px 0 9px;
}

.preview_read_more {
	display:inline-block;
	background:none;
    position: relative;
	font-size:14px;
	line-height:21px;
	padding:0 0 0 24px;
	margin:14px 0 0 0;
	transition: all 300ms;
}

.preview_read_more:before,
.preview_read_more:after {
    position: absolute;
    left: 4px;
    top: 9px;
    width: 10px;
    height: 2px;
    content: '';
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.preview_read_more:after {
    left: 8px;
    top: 5px;
    width: 2px;
    height: 10px;
}

.preview_read_more:hover:before,
.preview_read_more:hover:after {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

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

/* Fullscreen Listing*/
.fullscreen_block {
    text-align: left;
	padding: 8px 0 0 8px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.fs_blog_module .img_block {
    margin: 0;
}
.fullscreen_block.fs_grid_block {
    padding: 0;
}
.fs_blog_module {
    font-size: 0;
    line-height: 0;
    text-align: left;
}
.fullscreen_block .blogpost_preview_fw {
    width: 25%;
    display: inline-block;
}
.fullscreen_block .featured_items {
	margin: 0 8px 8px 0;
}

.module_portfolio {
    overflow: hidden;
}

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

.pagerblock li:before {
    display: none;
}

.pagerblock li {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 0;
    vertical-align: top;
}

.pagerblock li a {
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: block;
    background: #343638;
    color: #a8abad;
    border-radius: 0;
    transition: background 300ms, color 300ms;
}

.pagerblock li a.current {
    background: #343638 !important;
}

.portfolio_paging .pagerblock {
    padding-top: 34px;
}

/* S I N G L E   P O S T S */
.site_wrapper.fw-post {
	padding-top:60px;
}

.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 45px 0;
}

.blogpost_footer {
	border-top: 1px rgba(255,255,255, 0.1) solid;
	padding-top:25px;
	margin-top:42px;
	overflow:hidden;
}
.blogpost_footer .blogpost_share,
.blogpost_footer .blogpost_tags {
	max-width:50%;
}

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

.blogpost_tags a,
.blogpost_author_name span,
.blogpost_share a {
	padding:3px 10px 5px 10px;
	display:inline-block;
	float:left;
	margin:0 0 5px 5px;
	color:#a8abad;
	font-size:12px;
    font-style: italic;
	line-height:20px;
	border-radius:0;
	position:relative;
	background:#343638;
	transition:all 300ms;
    -webkit-transition: all 300ms;
}

.blogpost_share a {
    margin:0 5px 5px 0;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.blogpost_share i {
	font-size:14px;
}
.blogpost_share a.share_facebook {
	background:#5567a9;
}
.blogpost_share a.share_pinterest {
	background:#cb2027;
}
.blogpost_share a.share_tweet {
	background:#61abea;
}
.blogpost_share a.share_gplus {
	background:#be4a39;
}

.blogpost_share a:hover {
    opacity:0.5;
    color:#ffffff;
}

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

.postcomment {
    margin-bottom: 19px;
}

.commentlist {
	margin-bottom:0;
}
.commentlist li {
    margin: 0;
    padding: 0;
    position: relative;
}

.commentlist li:before {
    display: none;
}

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

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

.stand_comment {
    position: relative;
    padding: 0 0 23px 68px;
}

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

.commentava {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.commentava img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block;
}

.comment_content {
	position:relative;
	padding:0 30px 0 2px;
}

.comment_box {
	border: 1px rgba(255,255,255, 0.1) solid;
	padding:11px 19px;
	position:relative;
	margin-right:30px;
	min-height:21px;
	display:inline-block;
	width:auto;
}

.comment_box:before,
.testimonials_text:before {
	content:'';
	width:5px;
	height:9px;
	display:block;
	position:absolute;
	left:-6px;
	top:18px;
	background:url(../img/chantelle_sprite.png) no-repeat 0 -21px;
    opacity: 0.1;
}

.comment_box p {
    margin-bottom: 0;
    font-style: italic;
}

.comment_box .comment-reply-link {
	position:absolute;
	right:-31px;
	top:12px;
}
.comment-reply-link:after {
    content: '\f112';
    font-family: 'FontAwesome';
    font-size: 12px;
    transition: color 350ms;
}

.comment-reply-link:hover:after {
    color: #343638;
}

.comment_info,
.comment_info a {
	color:#a8abad;
    font-size: 13px;
    font-style: italic;
}

.comment_info {
	padding-top:10px;
}

#respond {
	padding:14px 0 0 0;
}
li #respond {
	padding:14px 0 20px 0;
}

.form-allowed-tags,
.logged-in-as,
.comment-notes {
    color: #a8abad;
	font-size:13px;
    font-style: italic;
}

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

.comment-form {
    overflow: hidden;
}

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

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

.form-submit input {
    margin-bottom: 0;
}

/* P O R T F O L I O */
/* Filter */
.optionset {
    margin: 0;
	text-align:center;
    padding:20px 20px 11px 20px;
}
.without_padding.fullscreen_block .optionset {
	padding-bottom: 19px;
}
.optionset,
.optionset li,
.optionset li a {
    font-size: 13px;
    line-height: 20px;
}
.optionset li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.optionset li a {
    color: #a8abad;
}
.optionset li:before {
	content:'\00b7';
	padding:0 14px 0 12px;
	color:#a8abad;
	font-size:13px;
	line-height:20px;
}
.optionset li:first-child:before,
.optionset li:after {
    display: none;
}

.grid_filter .optionset {
    text-align: left;
    padding: 11px 0 44px 0;
}

/* Fullscreen Portfolio Listing */
.isotope {
	text-align:center;
}
.fs_port_item,
.content_abs_hover {
	position:relative;
	z-index:77;
	display:block;
    overflow: hidden;
}
.fullscreen_portfolio {
	padding:0;
}
.fullscreen_portfolio.without_padding {
    padding:0 0 8px 0;
}
.isotope .element {
	margin-left:-1px;
}
.content_abs_hover a:after,
.content_abs_hover a:before {
    display: none !important;
}
.content_abs_hover a.fade_link:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    background: rgba(0, 0, 0, 0);
    transition:background 300ms;
    content: '';
}
.content_abs_hover:hover a.fade_link:before {
    background: rgba(0, 0, 0, 0.7);
}
.content_abs_hover .bottom_box {
    padding: 0;
    margin: 0;
}
.content_abs_hover .bc_content .featured_items_meta,
.content_abs_hover .bc_content .featured_items_meta span,
.content_abs_hover .bc_content .featured_items_meta a,
.content_abs_hover .bc_content .featured_items_meta .middot {
    color:#fff;
}
.content_abs_hover h5.bc_title {
    padding-bottom: 23px;
    display: inline-block;
    margin-bottom: 0;
}
.content_abs_hover h5.bc_title:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    height: 2px;
    background: #fff;
    content: '';
}

.load_more_works {
	display:block;
	text-align:center;
    padding-top: 52px;
    padding-bottom: 47px;
}
.load_more_works .preview_read_more {
    margin-top: 0;
}

.fullscreen_portfolio.with_padding .load_more_works {
    margin-bottom: 8px;
}

/* Module Portfolio Listing */
.element.loading {
    opacity: 0.01;
}

.portfolio_block {
    margin: -31px 0 0 -40px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.no-sidebar .portfolio_block {
    margin-left: -50px;
}
.portfolio_block .portfolio_item {
    display: inline-block;
    vertical-align: top;
}
.portfolio_item .portfolio_item_img {
    position: relative;
    overflow: hidden;
}
.portfolio_item .portfolio_item_img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*1 column*/
.portfolio_block.columns1 {
    margin: 1px 0 0 0;
}
.portfolio_block.columns1 .element {
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px rgba(255,255,255, 0.1) solid;
}
.portfolio_block.columns1 .portfolio_dscr,
.portfolio_block.columns1 .portfolio_item_img {
    width: 50%;
    padding-left: 25px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.portfolio_block.columns1 .portfolio_item_img {
    padding-right: 25px;
    padding-left: 0;
}
.portfolio_block.columns1 .portfolio_item {
    width: 100%;
}
.portfolio_block.columns1 .portfolio_item_img img {
    display: block;
    width: 100%;
    height: auto;
}

/*2 columns*/
.columns2 .portfolio_item {
    width: 50%;
}
.columns3 .portfolio_item {
    width: 33.33333%;
}
.columns4 .portfolio_item {
    width: 25%;
}

/*2-3-4 Columns*/
.columns2 .portfolio_item .portfolio_item_block,
.columns3 .portfolio_item .portfolio_item_block,
.columns4 .portfolio_item .portfolio_item_block {
    margin: 31px 0 0 40px;
}
.no-sidebar .columns2 .portfolio_item .portfolio_item_block,
.no-sidebar .columns3 .portfolio_item .portfolio_item_block,
.no-sidebar .columns4 .portfolio_item .portfolio_item_block {
    margin-left: 50px;
}
.bottom_box {
	display:block;
	position:relative;
    text-align: center;
	padding:15px 5px 16px 5px;
	z-index:17;
}
.bc_title {
	margin:0 0 6px 0;
    padding-bottom: 0;
}
.bc_title:before {
    display: none;
}
.bc_title,
.bc_title a {
    text-transform: none;
}
.bc_content .featured_items_meta,
.bc_content .featured_items_meta span,
.bc_content .featured_items_meta a,
.bc_content .featured_items_meta .middot {
	color:#a8abad;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    line-height: 15px;
}
.bc_content .featured_items_meta .middot {
    padding-right: 6px;
    padding-left: 7px;
}

/* Fullscreen Portfolio Posts */
.fs_controls-port {
	transition:transform 400ms, bottom 400ms;
	z-index:99;
}
.show_content .fs_controls {
	bottom:34px;
	z-index:105;
}
.close_controls.show_me_always {
	transition:transform 400ms, bottom 400ms;
}
.show_content .close_controls.show_me_always {
	bottom:41px;
}
.show_content .close_controls.show_me_always:before,
.show_content .close_controls:before {
	opacity:0.5;
}
.fs-port-bg {
	position:fixed;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	background-size:cover;
	background-position:center;
}

.show_content .title_wrapper {
    display: none;
}

.port_content {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:0;
	display:block;
	left:0;
	top:100%;
	z-index:33;
	transition:top 400ms, height 400ms;
}
.port_content .contnt_block {
	width:100%;
	display:block;
	z-index:15;
	padding:140px 0 40px 0;
}
.port_content .contnt_block .container {
	text-align:left;
}
.show_content .port_content {
	overflow:visible;
	position:absolute;
	top:0;
	height:100%;
}

.whaterWheel_content.is_wheel,
.is_wheel #whaterwheel {
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	height:565px;
}
.yes .ww_link {
	cursor:default;
}
.is_wheel .ww_block {
	position:absolute;
	left:50%;
	top:0;
	display:block;
	z-index:-10;
	opacity:0;
	height:565px;
	transition:all 400ms;
}
.is_wheel .ww_block img {
	display:block;
	margin:8px 0 0 8px;
}
.ww_block.prev3,
.ww_block.prev2,
.ww_block.prev,
.ww_block.current,
.ww_block.next,
.ww_block.next2,
.ww_block.next3 {
	z-index:15;
	opacity:1;
}
.is_wheel .ww_block img {
	display:block;
}
.dragme {
	padding-top:8px;
}
.dragme #whaterwheel {
	opacity:0;
	transition:opacity 500ms;
}
.dragme img {
	width:100%;
	height:auto;
}

/* C O U N T   D O W N */
/*CountDown*/
.global_count_wrapper {
    text-align: center;
    overflow: hidden;
}

.global_count_wrapper h1:before,
.global_count_wrapper h3:before {
    display: none;
}

.countdown_wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
	z-index:5;
    transition: top 300ms;
}

.count_title {
    font-size: 50px;
    line-height: 51px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
    display: block;
    left: 0;
	margin:0;
    transition: top 300ms;
	z-index:5;
}
.count_title h1 {
    font-size: 50px;
    line-height: 51px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block;
	margin:0;
    padding:0;
	z-index:5;
	letter-spacing:0.6px;
}

.cs_logo {
	display:inline-block;
	margin: 24px auto 0 auto;
	position:relative;
	z-index:5;
}
.cs_logo img {
	display:block;
}

.cs_fadder {
	background:rgba(0,0,0,0.4);
	position:fixed;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}

.count_container_wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    display: block;
    left: 0;
	z-index:5;
    transition: bottom 300ms;
}

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

.soc_icons {
	padding-top:41px;
}
.count_ico {
    display: inline-block;
    margin: 0 28px;
    font-size: 31px;
    line-height: 37px;
	color:#fff;
    transition: opacity 300ms;
}
.count_ico:hover {
    opacity: 0.5
}
.count_ico i {
    color: #fff;
}

.form_area {
    position: relative;
    display: block;
    text-align: center;
}

.notify_text {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.notify_shortcode {
    width: calc(100% - 40px);
    max-width: 496px;
    padding: 21px 20px 0 20px;
    margin: 0 auto;
    position: relative;
}

.notify_shortcode p,
.notify_shortcode div {
    margin-bottom: 0;
    color: #fff;
    border: none;
}

.notify_shortcode form {
    padding-right: 40px;
}

.notify_shortcode input[type="submit"] {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    display: block;
    background: none !important;
    position: relative;
    z-index: 70;
}

.submit_btn_holder {
    position: absolute;
    top: 21px;
    right: 20px;
    margin: 0;
    width: 40px;
    height: 40px;
    display: block;
    background: #343638;
    z-index: 30;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.submit_btn_holder:after,
.submit_btn_holder:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 10px;
    display: block;
    background: #fff;
    z-index: 35;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: '';
}

.submit_btn_holder:before {
    width: 10px;
    height: 2px;
}

.notify_shortcode input[type="text"],
.notify_shortcode input[type="email"],
.notify_shortcode input[type="password"],
.notify_shortcode textarea {
    color: #fff;
}

.notify_shortcode img {
    display: none;
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    clear: both;
    width: 100%;
	display:block;
	margin:0;
    padding: 0;
    text-align: center;
}

.countdown-section {
    width: auto;
    display: inline-block;
    text-align: center;
	font-size:0;
	line-height:0;
	margin: 0 75px;
}

.countdown-amount {
    font-size: 100px;
    line-height: 84px;
    color: #ffffff;
    padding: 0;
    letter-spacing: normal;
	text-align:center;
	display:block;
}

.countdown-period {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 19px 0 0 0;
    padding: 0;
	letter-spacing:normal;
}

.count_error {
    padding: 0;
}

/* S T R I P   T E M P L A T E */
.strip-menu {
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.strip-item {
	position:relative;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
    background-size:cover;
	float:left;
	height:100%;
    overflow: hidden;
}
.strip-item .strip-fadder {
    position:absolute;
    z-index:10;
    display:block;
    width:100%;
    height:100%;
    opacity: 0;
    transition: opacity 400ms;
}
.strip-item:hover .strip-fadder {
    opacity: 1;
}
.strip_link {
    position:absolute;
    left:0;
    top:0;
    z-index:15;
    width:100%;
    height:100%;
    display:block;
}
.strip-item .strip-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    z-index: 20;
    transform: scale(2, 2) translateY(-50%);
    -webkit-transform: scale(2, 2) translateY(-50%);
    text-align: center;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    opacity: 0;
    visibility: hidden;
}
.strip-item:hover .strip-text {
    transform: scale(1, 1) translateY(-50%);
    -webkit-transform: scale(1, 1) translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.strip-item .strip-text h4 {
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    transition: color 300ms;
}
.strip-item .strip-text h4:before {
    display: none;
}
.strip-item .strip-text h4.strip-title {
    padding-bottom: 20px;
}
.strip-item .strip-text h4.strip-title:before {
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    display: block;
}
.strip-item .strip-text .op {
    line-height: 20px;
    font-size: 13px;
    font-style: italic;
    display: block;
}
.strip-item .strip-text img {
	max-width:120px;
	display:block;
	margin:0 auto;
	height:auto;
}

/* Type2 */
.strip-menu.type2 .strip-item .strip-fadder {
    opacity: 1;
}
.strip-menu.type2 .strip-item .strip-text {
    transform: scale(1, 1) translateY(-50%);
    -webkit-transform: scale(1, 1) translateY(-50%);
    opacity: 0.5;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}
.strip-menu.type2 .strip-item:hover .strip-text,
.strip-menu.type2 .strip-item.active_hover .strip-text {
    opacity: 1;
}
h4.strip_text,
h4.strip_text a {
    line-height: 30px;
    font-size: 26px;
    letter-spacing: -0.266px;
}
.strip-menu.type2 .strip-item:before {
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255, 0.3);
    content: '';
    z-index: 50;
}
.strip-menu.type2 .strip-item:last-child:before {
    display: none;
}
.strip-menu.type2 .strip-item {
    background-image: none !important;
}

/* W I D G E T S */
.sidepanel {
    margin-bottom: 35px;
    padding: 0;
}

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

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

.right-sidebar-block .sidepanel,
.left-sidebar-block .sidepanel {
    opacity: 0.1;
    transition: opacity 800ms;
    -webkit-transition: opacity 800ms;
}

.right-sidebar,
.left-sidebar,
.no-sidebar .simple-post {
    margin-bottom: 60px;
    position: relative;
}

.right-sidebar-block:after,
.left-sidebar-block:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: -1;
    background: rgba(255,255,255, 0.1);
    content: '';
}

.right-sidebar-block:after {
    right: 309px;
}

.left-sidebar-block:after {
    left: 309px;
}

.sidebar_header {
    margin: 0 0 21px 0;
    padding: 0;
}

.sidebar_header:before,
.sidebar_header:after {
    display: none;
}

/* Menus & Lists Widgets */
.widget_archive select,
.widget_categories select {
    width: 100%;
}

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

.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: 0 0 0 15px;
    margin: 0 -14px -5px 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;
	border-bottom: 1px rgba(255,255,255, 0.1) solid;
    padding: 9px 14px 5px 0;
}

.widget_nav_menu ul li ul li:last-child,
.widget_archive ul li ul li:last-child,
.widget_pages ul li ul li:last-child,
.widget_categories ul li ul li:last-child,
.widget_recent_entries ul li ul li:last-child,
.widget_meta ul li ul li:last-child,
.widget_recent_comments ul li > li:last-child {
    border-bottom: none;
}

.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,
.widget_recent_comments ul li a,
.widget_recent_comments ul li a:hover {
    padding: 0 5px 0 0;
    display: inline-block;
    border-radius: 0;
    background: none;
    color: #a8abad;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}
.widget_nav_menu ul li a:before {
    background: none;
}

.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_meta ul li:before,
.widget_recent_comments ul li:before {
    display: none;
}

.widget_nav_menu ul li a:after,
.widget_archive ul li a:after,
.widget_pages ul li a:after,
.widget_categories ul li a:after,
.widget_recent_entries ul li a:after,
.widget_meta ul li a:after,
.widget_recent_comments ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 9px;
    display: block;
    font-size: 12px;
}

.widget_recent_comments ul li a:after {
    display: none;
}

/* Mailchimp */
.mc_form_inside {
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    position: relative;
}

.textwidget,
#mc_subheader {
    text-align: left;
    color: #a8abad;
}

.mc_var_label {
    display: block;
}

.mc_var_label {
    display: none;
}

#mc_signup_form {
    overflow: hidden;
}

.mc_merge_var,
.mc_signup_submit {
    float: none;
}

#mc_subheader {
    font-size: 14px!important;
    line-height: 21px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mc_var_label.mc_header.mc_header_email {
	display:none!important;
}

#mc_mv_EMAIL {
    margin-bottom: 0;
    float: none;
}

.mc_var_label,
.mc_interest_label {
    margin: 0 0 10px 0 !important;
}

.mc_merge_var {
    margin: 0 39px 0 0 !important;
    float: none !important;
}

#mc_signup_submit {
    float: none !important;
    width: 39px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    height: 40px;
    text-indent: -9999px;
    display: block;
    background: none !important;
    border-radius: 0 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.mc_signup_submit {
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #343638 !important;
    width: 39px;
    height: 40px;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.mc_signup_submit:before,
.mc_signup_submit:after {
    position: absolute;
    right: 19px;
    top: 15px;
    background: #fff;
    width: 2px;
    height: 10px;
    content: '';
    z-index: 10;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.mc_signup_submit:after {
    right: 15px;
    top: 19px;
    width: 10px;
    height: 2px;
}

/* Widget Search */
.search_form {
    position: relative;
}
.search_form input.field_search {
    padding-right: 40px;
    margin-bottom: 0;
}
.search_form .search_button {
    position: absolute;
    right: 14px;
    top: 13px;
    width: 12px;
    height: 13px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    display: inline-block;
    text-indent: -9999px;
    background-color: transparent !important;
    background-position: -228px -22px !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/chantelle_sprite.png) !important;
    transition: opacity 300ms !important;
    -webkit-transition: opacity 300ms !important;
}
.search_form .search_button:hover {
    opacity: 1;
}

/* Featured Posts Widget */
.recent_posts {
    padding: 6px 0 0 0;
    margin: 0 0 5px 0;
}

.recent_posts_img {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 0;
}

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

.widget_posts li:before,
.widget_posts li a:before {
    display: none;
}

.widget_posts li {
    position: relative;
    margin-top: 22px;
    padding-left: 65px;
    min-height: 44px;
    padding-bottom: 0;
}
.widget_posts li:last-child {
	padding-bottom:2px;
}
.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 a {
    display: inline-block;
}

.recent_posts_content span,
.recent_posts_content span a {
    font-size: 13px;
    color: #a8abad !important;
    font-style: italic;
}

.recent_posts_content span.middot {
    font-style: normal;
}

.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 table td {
    padding: 0;
    border: none;
}

/* Flickr Widget */
.flickr_widget_wrapper {
    overflow: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: -4px 0 0 -11px;
    padding-top: 0;
}

.widget_flickr .flickr_badge_image {
    padding: 9px 0 1px 11px;
    width: 20%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    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: 0;
}

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

.flickr_fadder {
    background: rgba(0, 14, 18, 0);
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.widget_flickr .flickr_badge_image a:hover .flickr_fadder {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 14, 18, 0.5);
}

/* Tag Cloud */
.tagcloud {
    overflow: hidden;
    margin: 0 0 0 -5px;
    padding-bottom: 0;
}

.widget_tag_cloud a {
    display: inline-block;
    border: none;
    color: #a8abad;
    font-style: italic;
    margin: 5px 0 0 5px;
    font-size: 12px !important;
    line-height: 20px !important;
    height: auto;
    padding: 3px 10px 5px 10px;
    background: #343638;
    float: left;
    border-radius: 0;
    text-transform: lowercase;
	position:relative;
	transition: color 250ms, background 250ms;
    -webkit-transition: color 250ms, background 250ms;
}

.sidepanel .sub-menu {
    padding-left: 15px;
}

.sidepanel img,
.sidepanel select {
    max-width: 100%;
}

body > div  > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    width: 24px !important;
}

body > div >  #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
    width: 200px !important;
}

/* A N I M A T I O N S */
.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 rgba(255,255,255, 0.1) 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;
}

dt {
    font-weight:bold;
    text-decoration:underline;
}

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

dl.wp-caption {
    border:none;
}

dl.gallery-item {
    text-align: center;
}

dl.gallery-item a {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

pre {
    word-wrap:break-word;
    white-space:pre-wrap;
}

.contentarea ol ol,
.contentarea ul ul,
.contentarea ol ul,
.contentarea ul ol {
    margin-left: 15px;
    padding-top: 5px;
}

.contentarea ol li:last-child,
.contentarea ul li:last-child {
    padding-bottom: 0;
}

.sidepanel label {
    padding-bottom: 15px;
    display: block;
    float: none;
}

.widget_rss cite {
    text-align: right;
    padding: 10px 0;
    display: block;
    float: none;
}

.widget_rss li:before {
    display: none;
}

.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption {
}

/* C U S T O M   C L A S S E S */
.dn {
    display: none;
}
.bypostauthor {
    padding: 0;
}
.wp-tag-cloud li:before {
    display: none;
}
body > div > #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;
}

.icb7px {
    padding-top: 7px;
}

.ui-loader {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.with_marker .headInModule {
	position:relative;
    padding-bottom: 23px;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
.with_marker .headInModule:before {
	content:'';
	position:absolute;
	display:block;
	left:0;
	bottom:11px;
    width:20px;
    height:2px;
}

.min_height16 {
    min-height: 16px !important;
}

/*WPML*/
#lang_sel_list {
    float: right !important;
    display: inline-block !important;
    padding: 30px 25px 0 0;
    margin-left: -10px;
}

.no_margin .shortcode_button {
    margin: 0 !important;
}

span.wpcf7-not-valid-tip {
    display: block !important;
    padding: 7px 0 !important;
}

.wpcf7-validation-errors {
    border: 0 !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10000;
    overflow:hidden;
    position:fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1 !important;
}

.mfp-bg:after {
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    content: '';
    background: rgba(0,0,0, 0.7);
}

.mfp-wrap {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10001;
    position:fixed;
    outline:none!important;
    -webkit-backface-visibility:hidden;
}

.mfp-container {
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding:0 8px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.mfp-container:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.mfp-align-top .mfp-container:before {
    display:none;
}

.mfp-content {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
    z-index:10005;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width:100%;
    cursor:auto;
}

.mfp-ajax-cur {
    cursor:progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:-moz-zoom-out;
    cursor:-webkit-zoom-out;
    cursor:zoom-out;
}

.mfp-zoom {
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor:auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.mfp-loading.mfp-figure {
    display:none;
}

.mfp-hide {
    display:none!important;
}

.mfp-preloader {
    color:#CCC;
    position:absolute;
    top:50%;
    width:auto;
    text-align:center;
    margin-top:-.8em;
    left:8px;
    right:8px;
    z-index:10004;
}

.mfp-preloader a {
    color:#CCC;
}

.mfp-preloader a:hover {
    color:#FFF;
}

.mfp-s-ready .mfp-preloader {
    display:none;
}

.mfp-s-error .mfp-content {
    display:none;
}

button.mfp-close,button.mfp-arrow {
    overflow:visible;
    cursor:pointer;
    background-color:transparent;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:none;
    padding:0;
    z-index:10006;
    -webkit-box-shadow:none;
    box-shadow:none;
}

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

.mfp-counter,
.mfp-preloader {
    display: none;
}

.mfp-iframe-holder {
    padding-top:40px;
    padding-bottom:40px;
}

.mfp-iframe-holder .mfp-content {
    line-height:0;
    width:100%;
    max-width:900px;
}

.mfp-iframe-scaler {
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%;
}

.mfp-iframe-scaler iframe {
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:none;
    background:#000;
}

/* Main image in popup */
img.mfp-img {
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
    line-height:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:40px 0 !important;
    margin:0 auto;
    cursor: default;
}

/* The shadow behind the image */
.mfp-figure {
    line-height:0;
}

.mfp-figure small {
    color:#BDBDBD;
    display:block;
    font-size:13px;
    line-height:14px;
}

.mfp-figure figure {
    margin:0;
}

.mfp-bottom-bar {
    width:100%;
    cursor:auto;
}

.mfp-image-holder .mfp-content {
    max-width:100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor:pointer;
}

/* Custom Magnific Popup Arrows */
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content:'';
    display:none;
}

.mfp-close,
.mfp-arrow,
button.mfp-close,
button.mfp-arrow {
    width:11px !important;
    height:11px !important;
    line-height:11px !important;
    position:fixed !important;
    right:40px !important;
    top:auto !important;
    left: auto !important;
    bottom: 39px !important;
    text-decoration:none !important;
    text-align:center !important;
    opacity:1 !important;
    filter:alpha(opacity=100) !important;
    padding:0 !important;
    display: block !important;
    text-indent: -9999px !important;
    transition:opacity 300ms !important;
    -webkit-transition:opacity 300ms !important;
    background-image:url(../img/chantelle_sprite.png) !important;
    background-repeat:no-repeat !important;
    background-position: -147px -20px !important;
    cursor: pointer !important;
}

.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover {
    opacity: 0.5 !important;
}

.mfp-close:after,
.mfp-arrow:after {
    position: absolute !important;
    left: -5px !important;
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    content: '' !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
}

.mfp-arrow:before {
    border: none !important;
}

.mfp-arrow {
    width:7px !important;
}

.mfp-arrow-left,
button.mfp-arrow-left {
    background-position:-84px -20px !important;
    right: 138px !important;
}

.mfp-arrow-right,
button.mfp-arrow-right {
    background-position:-121px -20px !important;
    right: 91px !important;
}

.mfp-title {
    position:fixed;
    left: 40px;
    bottom: 32px;
    font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
    max-width: calc(100% - 190px);
}

@media all and (max-width: 900px) {
    img.mfp-img {
        padding: 20px 0 52px 0;
    }
    .mfp-title {
        display: none;
    }
    .mfp-close,
    .mfp-arrow {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        right: auto;
        left: 50%;
        bottom: 20px;
    }
    .mfp-arrow-left {
        margin-left: -49px;
    }
    .mfp-arrow-right {
        margin-left: 49px;
    }
}

.mfp-figure figure {
    font-size: 0;
    line-height: 0;
}

.mfp-figure figure button {
    margin: 0 !important;
}

/* Flow Gallery */
.gallery_flow_type {
    padding-top: 35px;
}
.gallery_flow_type .whaterWheel_content {
    overflow: hidden;
    position: relative;
}
.gallery_flow_type #whaterwheel {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    clear: both;
    overflow: visible;
    margin: 0;
    padding: 0 80px;
}
.gallery_flow_type #ww_finger,
.gallery_flow_type #ribbon_swipe,
.gallery_flow_type #fs_finger {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:block;
    z-index:-99;
}
.gallery_flow_type .loading_item {
    transition: none !important;
    -webkit-transition: none !important;
}
.gallery_flow_type .ww_footer {
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.gallery_flow_type .ww_text_container {
    padding: 58px 40px 32px 40px;
}
.gallery_flow_type .ww_link {
    cursor: default;
    position: relative;
}
.gallery_flow_type .ww_link:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    content: '';
}
.gallery_flow_type .cur .ww_link:after {
    display: none;
}
.gallery_flow_type .ww_block {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    z-index: -30;
    height: 100%;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: margin 1s, transform 1s, opacity 1s, z-index 1s;
    -webkit-transition: margin 1s, transform 1s, opacity 1s, z-index 1s;
}
.gallery_flow_type .ww_block,
.gallery_flow_type .ww_block a,
.gallery_flow_type .ww_block div {
    height: 100%;
    display: block;
}
.gallery_flow_type .ww_block span {
    width:auto!important;
}
.gallery_flow_type .ww_block canvas {
    max-width:100%;
}
.gallery_flow_type .ww_block img {
    display: block;
    height: 100%;
    width: auto;
}
.gallery_flow_type .ww_block.prev,
.gallery_flow_type .ww_block.next {
    -ms-transform: scale(0.882);
    -webkit-transform: scale(0.882);
    transform: scale(0.882);
    z-index: 20;
}
.gallery_flow_type .ww_block.prev2,
.gallery_flow_type .ww_block.next2 {
    -ms-transform: scale(0.882);
    -webkit-transform: scale(0.882);
    transform: scale(0.882);
    z-index: 10;
}
.gallery_flow_type .ww_block.wider.prev,
.gallery_flow_type .ww_block.wider.next {
    -ms-transform: scale(0.553);
    -webkit-transform: scale(0.553);
    transform: scale(0.553);
    z-index: 20;
}
.gallery_flow_type .ww_block.wider.prev2,
.gallery_flow_type .ww_block.wider.next2 {
    -ms-transform: scale(0.553);
    -webkit-transform: scale(0.553);
    transform: scale(0.553);
    z-index: 10;
}
.gallery_flow_type .ww_block.cur {
    right: auto;
    left: 50%;
    cursor: default;
    z-index: 30;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gallery_flow_type .ww_block.cur a {
    cursor: default;
}
.gallery_flow_type .nav_button_prev, .nav_button_next{
    z-index: 50;
}
.gallery_flow_type p.img_title {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    float: left;
    letter-spacing: .5px;
}
.gallery_flow_type .ww_footer ul {
    margin-top: 6px;
    margin-bottom: 8px;
    float: right;
    line-height: 11px;
}
.gallery_flow_type .ww_footer ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0 0 37px;
    line-height: 11px;
}
.gallery_flow_type .ww_footer ul li:first-child {
    margin-left: 0;
}
.gallery_flow_type .ww_footer ul li:before {
    display: none;
}
.gallery_flow_type .ww_footer ul li a {
    background-image: url(../img/chantelle_sprite.png);
    background-repeat: no-repeat;
    display: block;
    width: 7px;
    height: 11px;
    opacity: 1;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}
.gallery_flow_type .ww_footer ul li a.pause,
.gallery_flow_type .ww_footer ul li a.play {
    width: 11px;
}
.gallery_flow_type .ww_footer ul li a:hover {
    opacity: .5;
}
.gallery_flow_type .ww_footer ul li a.nav_button_prev {
    background-position: -84px -20px;
}
.gallery_flow_type .ww_footer ul li a.nav_button_next {
    background-position: -121px -20px;
}
.gallery_flow_type .ww_footer ul li a.pause {
    background-position: -107px -20px;
}
.gallery_flow_type .ww_footer ul li a.play {
    background-position: -94px -20px;
}

.module_accordion .bg_title,
.module_toggle .bg_title,
.module_feature_posts .bg_title,
.module_feature_portfolio .bg_title,
.module_gallery .bg_title,
.module_promo_text .bg_title,
.module_team .bg_title,
.module_tabs .bg_title,
.module_partners .bg_title,
.module_price_table .bg_title,
.module_before_after .bg_title {
    margin-bottom: 19px;
}

.module_counter h1:before,
.module_counter h4:before,
.module_iconboxes h4:before,
.skill_content h4:before {
    display: none;
}

/* Landing */
.landing-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.landing-wrapper .center-block {
    width: 460px;
    height: 0;
    position: absolute;
    left: calc(50% - 230px);
    text-align: center;
    overflow: hidden;
}
.landing-wrapper .center-block img {
    position: relative;
    top: -100px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    height: auto;
}
.landing-wrapper .center-block p {
    position: relative;
    top: -100px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.loading2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
}

/* Preloader */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 777;
}
.preloader_content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -28px 0 0 -200px;
    width: 400px;
    z-index: 888;
    transition: opacity 300ms;
}
.preloader_content span {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 4px;
}
.preloader_content .preloader_line {
    width: 400px;
    height: 2px;
    display: block;
}
.preloader_content .preloader_line div {
    position: absolute;
    width: 0;
    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_content {
    opacity: 0;
}

.preloader:before,
.preloader:after {
    content:'';
    position:fixed;
    z-index:788;
    left:0;
    height:50%;
    width:100%;
    display:block;
}
.preloader:before {
    top:0;
    transition:top 500ms;
}
.preloader:after {
    bottom:0;
    transition:bottom 500ms;
}
.openPreloader.preloader:before {
    top:-50%;
}
.openPreloader.preloader:after {
    bottom:-50%;
}

.page-template-page-landing1 .custom_bg {
    opacity: 0.01;
}

.page-template-page-albums .fullscreen_block {
    padding:0;
}

.page-template-page-albums .fullscreen_block .fs_filter {
    padding:8px 0 0 8px;
}

.fw-portPreview {
    padding: 0;
}

.text-center {
    text-align: center;
}

.strip-item .strip-text h4.strip-title:before {
    background: #fff !important;
}

.margin_none {
    margin: 0;
}

.fw_background.bg_video:after {
    display: none;
}

.gallery_item_wrapper.covered {
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}

.gallery_item_wrapper.covered > img {
    opacity: 0;
}


/* Gutenberg */
.alignfull{
    width: 100vw;
    max-width: none;
    margin-left: calc((1170px - 100vw)/2);
}
.alignfull img{
    border-radius: 0;
}
@media only screen and (max-width: 1200px) {
    .alignfull{
        margin-left: calc((950px - 100vw)/2);
    }
}
@media only screen and (max-width: 992px) {
    .alignfull{
        margin-left: calc((728px - 100vw)/2);
    }
}
@media only screen and (max-width: 768px) {
    .alignfull{
        margin-left: calc((560px - 100vw)/2);
    }
}
@media only screen and (max-width: 600px) {
    .alignfull{
        margin-left: calc((420px - 100vw)/2);
    }
}
@media only screen and (max-width: 480px) {
    .alignfull{
        margin-left: -5vw;
    }
}
.sidebar_right .alignfull,
.sidebar_left .alignfull {
    width: 100%;
    margin-left: 0;
}

.wp-block-pullquote blockquote{
  border: none;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
}
.wp-block-pullquote p {
  font-size: 24px;
  line-height: 30px;
}
.wp-block-pullquote blockquote:before {
  display: none;
}
.wp-block-pullquote blockquote cite:before{
  display: none;
}
.wp-block-pullquote blockquote p:before,
.wp-block-pullquote blockquote p:after {
  display: none;
}
.wp-block-pullquote blockquote p {
  margin-bottom: 0;
}
.wp-block-pullquote{
  border-bottom: 4px solid #f0f2f7;
  border-top: 4px solid #f0f2f7;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 26px;
  margin-bottom: 26px;
  text-align: center;
}
.wp-block-pullquote blockquote:after{
    display: none;
}
.wp-block-quote.is-style-large{
  font-size: 32px;
  margin: 26px 0px;
  padding: 30px 43px;
}
.wp-block-quote.is-style-large p{
  font-size: inherit;
  line-height: inherit;
}
body hr.wp-block-separator{
  width: 100px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-top: 1px #e0e1dc solid;
  opacity: 1;
  box-shadow: none !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
body hr.wp-block-separator.is-style-wide,
body hr.wp-block-separator.is-style-dots{
  width: 100%;
}
.wp-block-latest-comments li:before{
  display: none !important;
}
.main_wrapper .wp-block-gallery{
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 9px;
}
.main_wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.main_wrapper .wp-block-gallery .blocks-gallery-item figcaption{
  box-sizing: border-box;
}
.main_wrapper .wp-block-gallery .blocks-gallery-item{
  padding: 0;
}
.main_wrapper .wp-block-gallery .blocks-gallery-item:before{
  display: none !important;
}
ul.wp-block-gallery{
    margin-bottom: 9px;
}
.main_wrapper .wp-block-audio{
  margin: 0;
}
.wp-block-embed{
  margin: 0 0 9px 0 !important;
}
.wp-block-cover__inner-container {
  margin-top: 28px;
  margin-bottom: 28px;
}
.wp-block-cover, .wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover {
  margin-bottom: 9px;
}
.wp-block-image img{
  margin-bottom: 19px;
}
/* end Gutenberg */

