From 3ab2487d13643434aca11a42673a9eb05416bd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Siim=20Ha=CC=88elm?= Date: Thu, 12 Jul 2018 15:59:59 +0300 Subject: [PATCH 1/2] Remove form field selct icon in IE 11 --- sources/stylesheets/_forms.scss | 3 +++ stylesheets/main.css | 3 +++ stylesheets/main.min.css | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sources/stylesheets/_forms.scss b/sources/stylesheets/_forms.scss index eafaf8f..fe17b22 100644 --- a/sources/stylesheets/_forms.scss +++ b/sources/stylesheets/_forms.scss @@ -123,6 +123,9 @@ cursor: pointer; -moz-appearance: none; + &::-ms-expand { + display: none; + } .no-svg & { background-image: url('../images/ico-arrow-down.png'); } diff --git a/stylesheets/main.css b/stylesheets/main.css index cfaf9fe..18c3b64 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -2078,6 +2078,9 @@ body.search-open { cursor: pointer; -moz-appearance: none; } +.content-formatted .form_field_select::-ms-expand { + display: none; +} .no-svg .content-formatted .form_field_select { background-image: url("../images/ico-arrow-down.png"); } diff --git a/stylesheets/main.min.css b/stylesheets/main.min.css index 1631a1a..22b29a0 100644 --- a/stylesheets/main.min.css +++ b/stylesheets/main.min.css @@ -1 +1 @@ -@charset "UTF-8";@import url(//hello.myfonts.net/count/2fc187);@font-face{font-family:Avenir;font-style:normal;font-weight:100;src:url(../assets/2FC187_0_0.eot?#iefix) format("embedded-opentype"),url(../assets/2FC187_0_0.woff2) format("woff2"),url(../assets/2FC187_0_0.woff) format("woff"),url(../assets/2FC187_0_0.ttf) format("truetype"),url(../assets/2FC187_0_0.svg#Avenir) format("svg")}@font-face{font-family:Avenir;font-style:normal;font-weight:400;src:url(../assets/2FC187_1_0.eot?#iefix) format("embedded-opentype"),url(../assets/2FC187_1_0.woff2) format("woff2"),url(../assets/2FC187_1_0.woff) format("woff"),url(../assets/2FC187_1_0.ttf) format("truetype"),url(../assets/2FC187_1_0.svg#Avenir) format("svg")}body{margin:0;padding:0;font-family:"Avenir Next",Avenir,"Helvetica Neue",Helvetica,"Segoe UI",sans-serif;font-weight:400;font-size:24px;line-height:1.4;color:#696b6c}body.search-open{position:fixed;overflow:hidden;width:100%;height:100%}@media screen and (max-width:840px){body{background-image:none!important}}.content-formatted:after,.content.two-columns:after,.content:after,.header:after,.search-form:after,.search:after{content:"";display:table;clear:both}.background-color,.background-image{position:absolute;top:0;left:0;right:0;bottom:0}.menu-lang-btn,.option-btn,.search-btn{margin:0;padding:0;background:0 0;border:none;cursor:pointer}.menu-lang-btn:focus,.option-btn:focus,.search-btn:focus{outline:0}.menu-lang-btn::-moz-focus-inner,.option-btn::-moz-focus-inner,.search-btn::-moz-focus-inner{padding:0;border:none}.bgpicker-btn{position:absolute;background:0 0;border:none;cursor:pointer}.bgpicker-btn:focus{outline:0}.container{max-width:940px;margin:0 auto}.container a{text-decoration:none}.container a img{border:none}.content-formatted{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.content-formatted:empty{display:none}.content-formatted .edy-positionable-container-center-block:first-child,.content-formatted .edy-positionable-container-left-block:first-child,.content-formatted .edy-positionable-container-maxwidth:first-child,.content-formatted .edy-positionable-container-right-block:first-child,.content-formatted .edy-texteditor-container-wrapper-center:first-child,.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,.content-formatted .edy-texteditor-container-wrapper-right-block:first-child,.content-formatted .table-container:first-child,.content-formatted code:first-child,.content-formatted dl:first-child,.content-formatted form:first-child,.content-formatted h1:first-child,.content-formatted h2:first-child,.content-formatted h3:first-child,.content-formatted h4:first-child,.content-formatted h5:first-child,.content-formatted h6:first-child,.content-formatted iframe:first-child,.content-formatted ol:first-child,.content-formatted p:first-child,.content-formatted pre:first-child,.content-formatted table:first-child,.content-formatted ul:first-child{margin-top:0}.content-formatted .edy-positionable-container-center-block:last-child,.content-formatted .edy-positionable-container-left-block:last-child,.content-formatted .edy-positionable-container-maxwidth:last-child,.content-formatted .edy-positionable-container-right-block:last-child,.content-formatted .edy-texteditor-container-wrapper-center:last-child,.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,.content-formatted .edy-texteditor-container-wrapper-right-block:last-child,.content-formatted .table-container:last-child,.content-formatted code:last-child,.content-formatted dl:last-child,.content-formatted form:last-child,.content-formatted h1:last-child,.content-formatted h2:last-child,.content-formatted h3:last-child,.content-formatted h4:last-child,.content-formatted h5:last-child,.content-formatted h6:last-child,.content-formatted iframe:last-child,.content-formatted ol:last-child,.content-formatted p:last-child,.content-formatted pre:last-child,.content-formatted table:last-child,.content-formatted ul:last-child{margin-bottom:0}.light-background .content-formatted,.light-background .content-formatted h1,.light-background .content-formatted h2,.light-background .content-formatted h3,.light-background .content-formatted h4,.light-background .content-formatted h5,.light-background .content-formatted h6,.light-background .content-formatted ol,.light-background .content-formatted p,.light-background .content-formatted table,.light-background .content-formatted ul{color:#000}.dark-background .content-formatted,.dark-background .content-formatted h1,.dark-background .content-formatted h2,.dark-background .content-formatted h3,.dark-background .content-formatted h4,.dark-background .content-formatted h5,.dark-background .content-formatted h6,.dark-background .content-formatted ol,.dark-background .content-formatted p,.dark-background .content-formatted table,.dark-background .content-formatted ul{color:#fff}.content-formatted h1,.content-formatted h2,.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{font-weight:600}.content-formatted h1{text-align:center;font-size:36px}@media screen and (max-width:480px){.content-formatted h1{font-size:32px}}.content-formatted h2{font-size:24px}@media screen and (max-width:480px){.content-formatted h2{font-size:20px}}.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{font-size:20px}@media screen and (max-width:480px){.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{font-size:16px}}.content-formatted a{color:#06b}.content-formatted a:hover{color:#06b;color:rgba(0,102,187,.8)}.content-formatted span[style*=font-size]{line-height:1.7}.content-formatted code,.content-formatted form,.content-formatted iframe,.content-formatted pre,.content-formatted table{word-break:normal;word-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.content-formatted .edy-positionable-container-center,.content-formatted .edy-positionable-container-left-block,.content-formatted .edy-positionable-container-right-block,.content-formatted .edy-texteditor-container-wrapper-center,.content-formatted .edy-texteditor-container-wrapper-left-block,.content-formatted .edy-texteditor-container-wrapper-right-block,.content-formatted .embed-container,.content-formatted .table-container,.content-formatted pre,.editmode .content-formatted table{margin-top:20px;margin-bottom:20px}.content-formatted code,.content-formatted pre{font-size:14px;background-color:#fafafa;line-height:1.2}.front-page .content-formatted code,.front-page .content-formatted pre{color:#000}.content-formatted pre{overflow:auto;padding:10px}.content-formatted pre code{display:inline;padding:0;white-space:pre;line-height:inherit;background-color:transparent;overflow-wrap:normal;word-wrap:normal;word-break:normal}.content-formatted code{display:inline-block;padding:5px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all}.content-formatted blockquote{margin:20px 40px}.content-formatted iframe{max-width:100%;height:auto}.content-formatted .custom-btn{display:inline-block;padding:8px 11px;font-size:14px;line-height:1;background-color:#06b;border:none;-webkit-appearance:none;border-radius:0;-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.1);box-shadow:4px 4px 0 rgba(0,0,0,.1)}.light-background .content-formatted .custom-btn{-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.2);box-shadow:4px 4px 0 rgba(0,0,0,.2)}.content-formatted .custom-btn,.content-formatted .custom-btn:hover{color:#fff}.content-formatted .custom-btn:hover{background-color:#06b;background-color:rgba(0,102,187,.8)}.public .content-formatted .custom-btn{cursor:pointer}.public .content-formatted .custom-btn-disabled{cursor:default;background-color:#ccc}.content-formatted .edy-positionable-container-left,.content-formatted .edy-positionable-container-right{width:45%}.content-formatted .edy-positionable-container-left,.content-formatted .edy-texteditor-container-wrapper-left{margin-right:20px}.content-formatted .edy-positionable-container-right,.content-formatted .edy-texteditor-container-wrapper-right{margin-left:20px}.content-formatted .edy-image-container-with-title:after{display:block;padding:4px;font-size:16px;line-height:1.3;content:attr(data-title)}.content-formatted .overthrow{overflow:auto;-webkit-overflow-scrolling:touch}.content-formatted table{width:100%;font-size:16px;border-collapse:collapse}.content-formatted table td{padding:10px;border-top:1px solid #9c9e9e;border-bottom:1px solid #9c9e9e}.content-formatted .edy-buy-button-container .form_field{padding-top:15px}.content-formatted .edy-buy-button-variants .form_field{padding-top:5px;padding-bottom:5px}.content-formatted .edy-buy-button-variants .form_field_select{width:initial}.menu-btn{display:none}@media screen and (max-width:840px){.menu-btn{position:absolute;z-index:10001;top:7px;right:0;display:inline-block;margin:0;padding:0;background:0 0;border:none;cursor:pointer}.menu-btn.open .menu-stripe,.menu-btn:hover .menu-stripe{background-color:#1b2124;background-color:rgba(27,33,36,.47)}.menu-btn:focus{outline:0}.menu-btn::-moz-focus-inner{padding:0;border:0}}@media screen and (max-width:480px){.menu-btn{right:20px}}.menu-btn .menu-stripe{display:block;width:23px;height:4px;margin:4px 0;background-color:#1b2124;background-color:rgba(27,33,36,.67);border-radius:5px}.menu-btn .menu-stripe:first-child,.menu-btn .menu-stripe:last-child{margin:0}@media screen and (max-width:480px){.menu-btn{right:0}}.menu{margin-top:0;margin-bottom:0;padding-left:0;list-style:none}.menu .menu-item{display:inline-block;vertical-align:middle;font-size:14px}.menu .menu-item .menu-link{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.menu-main{position:relative;top:-2px;display:inline-block;vertical-align:middle}@media screen and (max-width:840px){.menu-main{display:none}.menu-main.expanded{position:absolute;z-index:10001;top:79px;right:0;display:block;min-width:350px;margin-bottom:60px;text-align:left;-webkit-box-shadow:0 5px 25px rgba(0,0,0,.3);box-shadow:0 5px 25px rgba(0,0,0,.3);background-color:#fff}.menu-main.expanded>.menu{border-top:1px solid #696b6c;border-top:1px solid rgba(105,107,108,.2)}}@media screen and (max-width:480px){.menu-main.expanded{top:-3px;left:0;right:0;margin-top:50px;min-width:0;margin-bottom:40px}.edy-checkout-button-visible .menu-main.expanded{margin-top:91px}}.menu-main .menu{line-height:1.6}.menu-main .menu .menu-item{margin-left:13px}.menu-main .menu .menu-item:first-child{margin-left:0}.menu-main .menu .menu-item .menu-link{font-weight:600;color:#1b2124;color:rgba(27,33,36,.67)}.menu-main .menu .menu-item .menu-link.untranslated{color:#c00;color:rgba(204,0,0,.5)}.menu-main .menu .menu-item .menu-link.active,.menu-main .menu .menu-item .menu-link.active:hover{color:#838586;color:rgba(131,133,134,.67)}.menu-main .menu .menu-item .menu-link:hover{color:#838586;color:rgba(131,133,134,.4)}@media screen and (max-width:840px){.menu-main .menu .menu-item{display:block;margin:0;font-size:20px;border-bottom:1px solid #1b2124;border-bottom:1px solid rgba(27,33,36,.2);background-color:#fff}.menu-main .menu .menu-item .menu-link{display:block;padding:5px 25px 3px;font-weight:400}.menu-main .menu .menu-item .menu-link.active,.menu-main .menu .menu-item .menu-link.active:hover{color:#838586;background-color:#c7e5ff;font-weight:600}.menu-main .menu .menu-item .menu-link:hover{color:#838586;background-color:#c7e5ff;background-color:rgba(199,229,255,.5)}}.menu-main .menu .edit-btn{position:relative;top:-2px;display:inline-block;margin-left:20px}@media screen and (max-width:840px){.menu-main .menu .edit-btn{position:static;display:block;margin-left:0;padding:5px 25px 10px;line-height:1;background-color:#fff;border-bottom:1px solid #696b6c;border-bottom:1px solid rgba(105,107,108,.2)}}.menu-main .menu-lang{display:none}@media screen and (max-width:840px){.menu-main .menu-lang{display:block;padding-left:0}.menu-main .menu-lang .menu .menu-item{text-align:left}.menu-main .menu-lang .menu .menu-item:first-child{border-top:none}.menu-main .menu-lang .menu .menu-item .menu-link{padding:9px 30px 9px 53px;font-weight:400;font-size:14px}.menu-main .menu-lang .menu .menu-item .menu-link:after,.menu-main .menu-lang .menu .menu-item .menu-link:before{top:12px;left:25px}.menu-main .menu-lang .menu .menu-item .menu-link.active,.menu-main .menu-lang .menu .menu-item .menu-link.active:hover,.menu-main .menu-lang .menu .menu-item .menu-link:hover{background:0 0}.menu-main .menu-lang .menu .menu-item .menu-link.active,.menu-main .menu-lang .menu .menu-item .menu-link.active:hover{color:#838586;color:rgba(131,133,134,.67)}.menu-main .menu-lang .menu .menu-item .menu-link:hover{color:#838586;color:rgba(131,133,134,.4)}.menu-main .menu-lang .menu .edit-btn{display:block;text-align:left}.menu-main .menu-lang .menu .edit-btn .edy-menu-langadd{display:inline-block;padding:0}}.menu-sub{margin-right:30px;margin-left:30px;padding-top:7px;padding-bottom:7px;border-bottom:1px solid #696b6c;border-bottom:1px solid rgba(105,107,108,.2)}@media screen and (max-width:960px){.menu-sub{margin:0 20px}}.menu-sub .menu{text-align:center}.menu-sub .menu .menu-item{margin-right:12px;line-height:1.4}.menu-sub .menu .menu-item.edit-btn{display:inline-block;margin-left:0}.menu-sub .menu .menu-item:last-child{margin-right:0}.menu-sub .menu .menu-item .menu-link{color:#9c9e9e}.menu-sub .menu .menu-item .menu-link.untranslated{color:#c00;color:rgba(204,0,0,.5)}.menu-sub .menu .menu-item .menu-link.active,.menu-sub .menu .menu-item .menu-link:hover{color:#1b2124}.menu-sub .menu .edit-btn{display:inline-block}.menu-lang-btn{position:relative;top:-2px;right:-5px;display:inline-block;vertical-align:middle;margin-left:2px;font-family:inherit;font-size:14px}.menu-lang-btn:hover{opacity:.8}.menu-lang-btn:after,.menu-lang-btn:before{top:0;left:0}.flags-enabled .menu-lang-btn{width:30px;height:25px}.flags-enabled .menu-lang-btn .lang-title{display:none}.menu-lang-btn .ico-popover-toggle{position:relative;top:-2px;display:inline-block;font-size:7.2px}.menu-lang .menu-item .lang-flag:after,.menu-lang .menu-item .lang-flag:before,.menu-lang-btn:after,.menu-lang-btn:before{position:absolute;display:block;width:21px;height:15px}.menu-lang .menu-item .lang-flag:before,.menu-lang-btn:before{background-color:#000;content:''}.menu-lang .menu-item .lang-flag:after,.menu-lang-btn:after{opacity:.95;background-repeat:no-repeat}.no-svg .menu-lang .menu-item .lang-flag:after,.no-svg .menu-lang-btn:after{background-image:url(../images/ico-flags.png)}.svg .menu-lang .menu-item .lang-flag:after,.svg .menu-lang-btn:after{background-image:url(../assets/ico-flags.svg)}.menu-lang-btn:after,.menu-lang-btn:before{top:6px;left:5px}.menu-lang-popover{display:none}.menu-lang-popover.expanded{position:absolute;top:23px;right:-12px;display:block;margin-bottom:40px;padding:6px 0;min-width:131px;background:#fff;-webkit-box-shadow:0 5px 25px rgba(0,0,0,.3);box-shadow:0 5px 25px rgba(0,0,0,.3);z-index:10001}.editmode .menu-lang-popover.expanded{padding-bottom:0}.flags-disabled .menu-lang-popover.expanded{min-width:123px}.menu-lang-popover .menu-link{display:block}.menu-lang-popover .edit-btn{padding:0 17px 10px}.menu-lang{position:relative;display:inline-block;vertical-align:middle;line-height:1}@media screen and (max-width:840px){.menu-lang{display:none}}.menu-lang .menu-item{display:list-item;text-align:right;font-size:12px}.menu-lang .menu-item .menu-link{position:relative;display:block;padding:6px 39px 5px 12px;color:#1b2124;color:rgba(27,33,36,.67)}.menu-lang .menu-item .menu-link.active,.menu-lang .menu-item .menu-link.active:hover{opacity:.5;-webkit-filter:grayscale 100%;filter:grayscale 100%}.menu-lang .menu-item .menu-link:hover{opacity:.75;-webkit-filter:grayscale 50%;filter:grayscale 50%}.menu-lang .menu-item .menu-link:after,.menu-lang .menu-item .menu-link:before{top:4px;right:11px}.menu-lang .edit-btn .edy-menu-langadd{margin:7px 20px}@media screen and (max-width:840px){.menu-lang .edit-btn .edy-menu-langadd{margin:0}}.menu-lang.flags-disabled .menu-link{padding-right:12px}.menu-lang.flags-disabled .menu-link:after,.menu-lang.flags-disabled .menu-link:before{display:none}@media screen and (max-width:960px){.menu-main.expanded .menu-lang.flags-disabled .menu-link{padding:5px 25px 3px}}.lang-flag:after{padding-top:3px;padding-bottom:3px;font-size:9px;line-height:1;text-align:center;text-transform:uppercase;background-position:0 -75px;content:attr(data-lang-code);-webkit-box-sizing:border-box;box-sizing:border-box}.flags-disabled .lang-flag:after,.flags-disabled .lang-flag:before{display:none}.lang-flag-sq:after{background-position:0 0;content:''}.lang-flag-hy:after{background-position:-21px 0;content:''}.lang-flag-bn:after{background-position:-42px 0;content:''}.lang-flag-bg:after{background-position:-84px 0;content:''}.lang-flag-zh:after{background-position:-105px 0;content:''}.lang-flag-hr:after{background-position:-126px 0;content:''}.lang-flag-da:after{background-position:-147px 0;content:''}.lang-flag-cs:after{background-position:-168px 0;content:''}.lang-flag-et:after{background-position:-189px 0;content:''}.lang-flag-fi:after{background-position:0 -15px;content:''}.lang-flag-fr:after{background-position:-21px -15px;content:''}.lang-flag-ka:after{background-position:-42px -15px;content:''}.lang-flag-de:after{background-position:-63px -15px;content:''}.lang-flag-el:after{background-position:-84px -15px;content:''}.lang-flag-hu:after{background-position:-105px -15px;content:''}.lang-flag-is:after{background-position:-126px -15px;content:''}.lang-flag-hi:after{background-position:-147px -15px;content:''}.lang-flag-id:after{background-position:-168px -15px;content:''}.lang-flag-fa:after{background-position:-189px -15px;content:''}.lang-flag-he:after{background-position:0 -30px;content:''}.lang-flag-it:after{background-position:-21px -30px;content:''}.lang-flag-ja:after{background-position:-42px -30px;content:''}.lang-flag-ko:after{background-position:-63px -30px;content:''}.lang-flag-lv:after{background-position:-84px -30px;content:''}.lang-flag-lt:after{background-position:-105px -30px;content:''}.lang-flag-ms:after{background-position:-126px -30px;content:''}.lang-flag-nl:after{background-position:-147px -30px;content:''}.lang-flag-no:after{background-position:-168px -30px;content:''}.lang-flag-ur:after{background-position:-189px -30px;content:''}.lang-flag-fil:after{background-position:0 -45px;content:''}.lang-flag-pl:after{background-position:-21px -45px;content:''}.lang-flag-ro:after{background-position:-42px -45px;content:''}.lang-flag-ru:after{background-position:-63px -45px;content:''}.lang-flag-ar:after{background-position:-84px -45px;content:''}.lang-flag-sk:after{background-position:-105px -45px;content:''}.lang-flag-sl:after{background-position:-126px -45px;content:''}.lang-flag-es:after{background-position:-147px -45px;content:''}.lang-flag-sv:after{background-position:-168px -45px;content:''}.lang-flag-tr:after{background-position:-189px -45px;content:''}.lang-flag-uk:after{background-position:0 -60px;content:''}.lang-flag-en:after{background-position:-21px -60px;content:''}.lang-flag-pt:after{background-position:-84px -60px;content:''}.lang-flag-sr:after{background-position:-126px -60px;content:''}.lang-flag-bn:after{background-position:-147px -60px;content:''}.lang-flag-th:after{background-position:-189px -60px;content:''}.lang-options{background-color:#696b6c;background-color:rgba(105,107,108,.09)}.lang-options .menu .menu-item{display:block;padding:5px 10px;font-size:13px;background-color:transparent}@media screen and (max-width:840px){.lang-options .menu .menu-item{padding:8px 25px 7px;font-size:15px}}.option-btn{font-family:inherit;font-size:inherit;color:#06b}.option-btn:hover{color:#06b;color:rgba(0,102,187,.8)}.flags-disabled .option-btn .disable-text{display:none}.flags-enabled .option-btn .enable-text{display:none}.option-btn .disable-text:first-letter,.option-btn .enable-text:first-letter{text-transform:capitalize}.editmode .tags{margin-top:20px}.tags-title{display:inline-block;font-size:14px;color:#1b2124}.tags-icon{position:absolute;top:9px;line-height:0}.no-svg .tags-icon{width:16px;height:16px;background-position:center;background-image:url(../images/ico-tags.png)}.tags{margin-top:11px}.post-page .tags{position:relative}.post-page .menu-tags{margin-left:25px}.menu-tags .tags-left{position:absolute;width:110px;margin-right:24px;text-align:right}@media screen and (max-width:960px){.menu-tags .tags-left{width:113px;margin-right:0;text-align:left}}@media screen and (max-width:480px){.menu-tags .tags-left{position:static}}.menu-tags .tags-right{margin-left:142px}.menu-tags .tags-right .menu{max-width:740px;margin-top:2px;text-align:left}@media screen and (max-width:960px){.menu-tags .tags-right{margin-left:120px}}@media screen and (max-width:480px){.menu-tags .tags-right{margin-left:0}}.menu-tags .menu{line-height:1.3}.menu-tags .menu .menu-item,.menu-tags .menu .menu-link{color:#9c9e9e}.menu-tags .menu .menu-link:hover{color:#1b2124}.header{position:relative;padding-top:23px;padding-bottom:23px}.flexbox .header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-moz-justify-content:flex-end;justify-content:flex-end}@media screen and (max-width:480px){.header{position:static;padding:15px}}@media screen and (max-width:960px){.header{padding-right:20px;padding-left:20px}}@media screen and (max-width:480px){.header-left,.header-right{padding:0}}.header-left{position:relative;max-width:100%;min-width:1}.flexbox .header-left{-webkit-box-flex:1;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.no-flexbox .header-left{float:left}@media screen and (max-width:840px){.no-flexbox .header-left{float:none}}@media screen and (max-width:840px){.header-left{float:none;min-width:0}}.header-right{text-align:right;margin-left:15px}.no-flexbox .header-right{float:right}@media screen and (max-width:840px){.header-right{margin:0}}.header-title{position:relative;z-index:11;font-weight:600;font-size:24px}@media screen and (max-width:840px){.header-title{margin-right:40px}.search-enabled .header-title{margin-right:202px}}@media screen and (max-width:480px){.search-enabled .header-title{margin-right:65px}}.header-title,.header-title a{color:#1b2124}.header-title .header-link{display:inline-block;max-width:100%}.header-title .header-link:hover{color:#1b2124;color:rgba(27,33,36,.8)}.content-topbar{min-height:18px;background-color:#eee}.two-column-page .content-topbar{padding-bottom:20px}@media screen and (max-width:760px){.two-column-page .content-topbar{padding-bottom:0}}.content{display:block}.content.two-columns{background-color:#eee}.content.two-columns .content-formatted h1{text-align:left}.content .content-inner{padding:33px 50px;background-color:#eee}@media screen and (max-width:960px){.content .content-inner{padding:33px 20px}}.content .content-left,.content .content-right{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.content .content-left iframe,.content .content-right iframe{display:block;height:525px}.content .content-left{padding:43px 50px}.content .content-left.left-full{float:none;padding:33px 50px;width:auto}.content .content-left.left-full.with-submenu{padding-top:13px}@media screen and (max-width:960px){.content .content-left.left-full.with-submenu{padding-top:33px}}@media screen and (max-width:960px){.content .content-left.left-full{padding:33px 20px}}.content .content-right iframe{display:block!important;width:100%!important}@media screen and (max-width:760px){.content .content-right iframe{max-height:262px}}.content .content-right.with-padding{padding-right:50px;padding-bottom:20px}@media screen and (max-width:760px){.content .content-right.with-padding{padding-right:20px;padding-bottom:33px}}.content .content-right.with-padding.right-full{padding-left:50px}@media screen and (max-width:760px){.content .content-right.with-padding.right-full{padding-left:20px}}.content .content-right.right-full{float:none;width:auto}@media screen and (max-width:760px){.content .content-left,.content .content-right{display:block;width:auto;float:none}.content .content-left{padding:33px 20px 0}.content .content-right{padding:33px 20px}}.front-page .content{position:relative;padding:0;width:100%;background-color:#eee}.front-page .content .background-color,.front-page .content .background-image{z-index:0}.front-page .content .background-image{background-position:top;background-repeat:no-repeat;background-size:cover}.front-page .content .content-inner{display:table;table-layout:fixed;width:100%;max-width:660px;margin:0 auto;padding:0;height:525px;background:0 0}@media screen and (max-width:480px){.front-page .content .content-inner{height:295px}}.front-page .content .content-inner .content-body{display:table-cell;vertical-align:middle;position:relative;z-index:1;margin:0 auto;padding:40px}@media screen and (max-width:600px){.front-page .content .content-inner .content-body{padding:20px}}@media screen and (max-width:480px){.front-page .content .content-inner .content-body{padding:78px 25px}}.front-page .content .content-inner .content-body .edy-texteditor-view{min-height:43px}.front-page .content .content-inner .content-formatted{font-size:36px;line-height:1.16}.front-page .content .content-inner .content-formatted .fci-editor{min-height:41px}@media screen and (max-width:480px){.front-page .content .content-inner .content-formatted{font-size:24px}}.post-intro-content{padding-bottom:25px}.post .post-link{display:inline-block;margin-top:12px;padding:6px 10px;font-size:14px;line-height:1;color:#fff;background-color:#1b2124;background-color:rgba(27,33,36,.5)}.post .post-link:hover{background-color:#1b2124;background-color:rgba(27,33,36,.8)}.post .post-title{margin:0;font-weight:600;font-size:24px;color:#1b2124}.post .post-title a{color:#1b2124}.post .post-title a:hover{color:#1b2124;color:rgba(27,33,36,.8)}.post .post-body,.post .post-excerpt{line-height:1.3}.post .post-excerpt{margin-top:12px}.post-nav::before{display:block;margin-top:33px;border-top:1px solid currentColor;content:'';opacity:.2}@media screen and (min-width:481px){.post-nav-inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.post-nav-link{position:relative;display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:33px;color:currentColor}@media screen and (min-width:481px){.post-nav-link:first-child{padding-right:20px}}@media screen and (min-width:481px){.post-nav-link:last-child{padding-left:20px}}.post-nav-link:hover .post-nav-direction{opacity:1}.post-nav-link:hover .post-nav-title{opacity:1}@media screen and (max-width:480px){.post-nav-link-half{text-align:center}}@media screen and (min-width:481px){.post-nav-link-half{padding-bottom:33px}}@media screen and (max-width:480px){.post-nav-link-half:first-child{padding-bottom:33px}}@media screen and (max-width:480px){.post-nav-link-half:first-child::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-bottom:1px solid currentColor;content:'';opacity:.2}}@media screen and (min-width:481px){.post-nav-link-half:last-child{text-align:right}}.post-nav-link-full{text-align:center}.post-nav-direction{font-size:12px;text-transform:uppercase;opacity:.5}.post-nav-title{font-size:20px;opacity:.7}.blog-page .edy-site-menu-add{margin-left:10px}@media screen and (max-width:960px){.blog-page .edy-site-menu-add{margin-left:0}}.blog-page .post{margin-top:45px}.no-flexbox .blog-page .post{display:table}.flexbox .blog-page .post{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-page .post:first-child,.editmode .blog-page .post:nth-child(2){margin-top:0}@media screen and (max-width:480px){.flexbox .blog-page .post,.no-flexbox .blog-page .post{display:block}}.no-flexbox .blog-page .post-left,.no-flexbox .blog-page .post-right{display:table-cell;vertical-align:top}.blog-page .post-left{display:inline-block;min-width:87px;margin-left:5px;padding-right:26px}@media screen and (max-width:960px){.blog-page .post-left{width:91px;margin-left:0}}@media screen and (max-width:480px){.blog-page .post-left{width:auto}}.blog-page .post-right{-webkit-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.blog-page .post-date{font-size:14px;color:#1b2124;color:rgba(27,33,36,.5)}.post-page .post .post-header{text-align:center}.post-page .post .post-header-inner{margin-top:4px;color:#1b2124}.post-page .post .post-title{font-size:36px;line-height:1}.post-page .post .post-title input{text-align:center}.post-page .post .post-content{margin-top:29px}.post-page .post .post-body{margin-top:28px}.post-page .post .post-body .fci-editor,.post-page .post .post-excerpt .fci-editor{min-height:38px}.search{position:relative;top:-2px;display:inline-block;vertical-align:middle;margin-left:15px;height:30px;line-height:1;background-color:#fff}@media screen and (max-width:840px){.search{position:absolute;margin-left:0;top:24px;right:60px}}@media screen and (max-width:480px){.search{position:static;display:none}.search.active{top:54px;left:0;right:0;display:block;height:40px;margin-left:0}}.search-form{position:relative;z-index:20;background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.search-form.active{border:1px solid #000;border:1px solid rgba(0,0,0,.3)}@media screen and (max-width:480px){.search-form{position:absolute;top:64px;left:0;right:0}.search-form,.search-form.active{max-width:100%;margin:0 auto;border:none}.edy-checkout-button-visible .search-form{top:105px}}.search-input:focus,.search-submit:focus{outline:0}.search-btn,.search-submit{display:inline-block;vertical-align:top;width:30px;height:30px;padding:0;background-position:center;background-repeat:no-repeat;border:none;cursor:pointer}.search-btn:hover,.search-submit:hover{opacity:.6}.no-svg .search-btn,.no-svg .search-submit{background-image:url(../images/ico-search.png)}.search-input{vertical-align:middle;width:140px;height:30px;margin:0;padding:6px 30px 5px 7px;font-family:inherit;font-size:14px;line-height:1;color:#1b2124;color:rgba(27,33,36,.67);background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:none}.search-input::-ms-clear{display:none}.search-input::-webkit-input-placeholder{padding:3px 0 4px 0;line-height:1}@media screen and (max-width:480px){.search-input{width:100%;height:40px;font-size:20px;padding:0 42px 0 20px;background-color:#000;background-color:rgba(0,0,0,.1)}}.search-btn{position:absolute;top:0;right:0;padding:1px 0 0 1px}.search-btn svg{position:relative;top:-1px;vertical-align:middle;fill:rgba(27,33,36,.67)}.search-close-btn .search-btn svg,.search-open-btn .search-btn svg{width:20px;height:20px}.search-submit .search-btn svg{width:16px;height:16px}.search-submit{opacity:.33}@media screen and (max-width:480px){.search-submit{width:45px;height:40px}}.search-close-btn,.search-open-btn{display:none}@media screen and (max-width:480px){.search-close-btn,.search-open-btn{position:absolute;top:2px;right:0;z-index:40;margin-right:30px}}@media screen and (max-width:480px){.search-open-btn{display:block}.search-open-btn.open{display:none}}@media screen and (max-width:480px){.search-close-btn{display:none}.search-close-btn.open{display:inline-block}}.voog-search-modal{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;position:absolute;top:50px;left:-200px;right:-58px;z-index:999}@media screen and (max-width:1020px){.voog-search-modal{left:-220px;right:-38px}}@media screen and (max-width:480px){.voog-search-modal{top:104px;left:0;right:0;bottom:0;background-color:#fff}.edy-checkout-button-visible .voog-search-modal{top:145px}}.voog-search-modal-inner{display:none;max-height:760px;padding:20px;text-align:left;font-size:14px;line-height:1.5;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3);overflow-x:hidden;overflow-y:auto}.voog-search-modal-inner.search-results-active{display:block}.voog-search-modal-inner.no-content.search-results-active{text-align:center}@media screen and (max-width:480px){.voog-search-modal-inner{display:block;height:100%;max-height:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.voog-search-modal-inner.no-content.search-results-active{display:table;table-layout:fixed;width:100%;padding:0}.voog-search-modal-inner.no-content.search-results-active .voog-search-modal-results{display:table-cell;vertical-align:middle;width:100%}}@media screen and (min-width:480px) and (max-height:900px){.voog-search-modal-inner{max-height:660px}}@media screen and (min-width:480px) and (max-height:800px){.voog-search-modal-inner{max-height:560px}}@media screen and (min-width:480px) and (max-height:700px){.voog-search-modal-inner{max-height:460px}}@media screen and (min-width:480px) and (max-height:600px){.voog-search-modal-inner{max-height:360px}}@media screen and (min-width:480px) and (max-height:500px){.voog-search-modal-inner{max-height:260px}}@media screen and (min-width:480px) and (max-height:400px){.voog-search-modal-inner{max-height:160px}}.voog-search-modal-result{margin-top:18px}.voog-search-modal-result:first-child{margin-top:0}.voog-search-modal-result h3{margin:0;font-weight:600;font-size:16px}.voog-search-modal-result h3 a{text-decoration:none;font-weight:600;color:#1b2124}.voog-search-modal-result h3 a:hover{color:#1b2124;color:rgba(27,33,36,.8)}.voog-search-modal-result p{margin:5px 0 0;font-size:14px}.voog-search-modal-result em{font-style:normal;background-color:#f9ec5a;background-color:rgba(249,236,90,.5);border-radius:2px;padding:0 .2}.content-formatted form{max-width:100%}.footer .content-formatted .form,.footer .content-formatted .form_area{text-align:left}.content-formatted .form_field{padding-top:10px;padding-bottom:10px}.content-formatted .form_field:first-child{padding-top:0}.content-formatted .form_field:last-child{padding-bottom:0}.content-formatted .edy-fe-label,.content-formatted .form_field{font-size:14px;color:#1b2124}.content-formatted .form_field label{position:relative;display:inline;padding-left:8px;font-weight:400;line-height:1.3;cursor:pointer}.content-formatted .form_field label:after{content:'\a';white-space:pre}.content-formatted .form_field label:before{display:block}.content-formatted .form_field .edy-fe-label,.content-formatted .form_field .form_field_label{padding-left:0;font-weight:600}.dark-background .content-formatted .form_field .edy-fe-label,.dark-background .content-formatted .form_field .form_field_label{color:#fff}.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted .form_submit input{font-family:inherit;font-size:14px;-webkit-appearance:none;border-radius:0}.content-formatted .form_field_file,.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{max-width:100%}.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted .form_submit input{-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.1);box-shadow:4px 4px 0 rgba(0,0,0,.1)}.light-background .content-formatted .form_field_select,.light-background .content-formatted .form_field_textarea,.light-background .content-formatted .form_field_textfield,.light-background .content-formatted .form_submit input{-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.2);box-shadow:4px 4px 0 rgba(0,0,0,.2)}.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:280px;margin:0;padding:8px 8px 5px;background-color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:420px){.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:100%}}.content-formatted .form_field_select:focus,.content-formatted .form_field_textarea:focus,.content-formatted .form_field_textfield:focus{outline:0}.light-background .content-formatted .form_field_select,.light-background .content-formatted .form_field_textarea,.light-background .content-formatted .form_field_textfield{background-color:#1b2124}.footer .content-formatted .form_field_select,.footer .content-formatted .form_field_textarea,.footer .content-formatted .form_field_textfield{background-color:#000;background-color:rgba(0,0,0,.1)}.content-formatted .form_field_select{padding:7px 20px 6px 9px;text-indent:.01px;-o-text-overflow:'';text-overflow:'';background-position:97.5% 13px;background-repeat:no-repeat;border:none;cursor:pointer;-moz-appearance:none}.no-svg .content-formatted .form_field_select{background-image:url(../images/ico-arrow-down.png)}.svg .content-formatted .form_field_select{background-image:url(../images/ico-arrow-down.png)}.content-formatted .form_field_checkbox,.content-formatted .form_field_radio{visibility:hidden;margin-bottom:8px}.content-formatted .form_field_checkbox+.form_control_indicator,.content-formatted .form_field_radio+.form_control_indicator{position:absolute;top:1px;left:0;display:block;width:15px;height:15px;background-color:#fff;-webkit-box-shadow:2px 2px 0 rgba(0,0,0,.1);box-shadow:2px 2px 0 rgba(0,0,0,.1)}.footer .content-formatted .form_field_checkbox+.form_control_indicator,.footer .content-formatted .form_field_radio+.form_control_indicator{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 0 rgba(0,0,0,.2);box-shadow:2px 2px 0 rgba(0,0,0,.2)}.content-formatted .form_field_checkbox:checked+.form_control_indicator:before{position:absolute;top:-3px;left:3px;display:block;width:14px;height:14px;content:'';background-size:cover}.no-svg .content-formatted .form_field_checkbox:checked+.form_control_indicator:before{background-image:url(../images/ico-tick.png)}.svg .content-formatted .form_field_checkbox:checked+.form_control_indicator:before{background-image:url(../assets/ico-tick.svg)}.content-formatted .form_field_radio+.form_control_indicator,.content-formatted .form_field_radio+.form_control_indicator:before{border-radius:100%}.content-formatted .form_field_radio:checked+.form_control_indicator:before{position:absolute;top:3px;left:3px;display:block;width:9px;height:9px;content:'';background-color:#000}.content-formatted .form_field_size_medium{width:420px}@media screen and (max-width:420px){.content-formatted .form_field_size_medium{width:100%}}.content-formatted .form_field_size_large{width:580px}.content-formatted .form_submit input{display:block;margin:18px 0 0;padding:8px 11px;font-size:14px;color:#fff;line-height:1;background-color:#06b;border:none;cursor:pointer;-webkit-appearance:none;border-radius:0}.content-formatted .form_submit input:hover{background-color:#06b;background-color:rgba(0,102,187,.8)}@media screen and (max-width:420px){.content-formatted .form_submit input{width:100%}}.content-formatted .form_field_required .form_field_label:after{content:'* \a'}.content-formatted .form_field_with_errors .form_field_textarea,.content-formatted .form_field_with_errors .form_field_textfield{-webkit-box-shadow:4px 4px 0 #c00;box-shadow:4px 4px 0 #c00}.content-formatted .form_field_error{margin-top:5px;margin-left:1px;color:#c00}.content-formatted .feedback-error,.content-formatted .feedback-loading,.content-formatted .feedback-success,.content-formatted .form_error,.content-formatted .form_notice{display:inline-block;vertical-align:top;margin:0 0 18px;color:#fff;line-height:1;-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.1);box-shadow:4px 4px 0 rgba(0,0,0,.1)}.content-formatted .feedback-error,.content-formatted .feedback-success,.content-formatted .form_error,.content-formatted .form_notice{padding:8px 12px;font-size:14px}.content-formatted .feedback-loading{width:60px;text-align:center;font-size:30px;background-color:#1b2124;background-color:rgba(27,33,36,.5)}.content-formatted .feedback-loading span{display:inline-block;vertical-align:middle;width:7.5px;height:7.5px;margin:0 3px 5px 0;background:0 0;border-radius:50%;-webkit-animation:feedback-loading .8s linear infinite;animation:feedback-loading .8s linear infinite}.content-formatted .feedback-loading span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.content-formatted .feedback-loading span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.content-formatted .feedback-loading span:last-child{margin-right:0}@-webkit-keyframes feedback-loading{0%{background:0 0}50%{background:#fff}100%{background:0 0}}@keyframes feedback-loading{0%{background:0 0}50%{background:#fff}100%{background:0 0}}.content-formatted .feedback-error,.content-formatted .form_error{background-color:#c00}.content-formatted .feedback-success,.content-formatted .form_notice{background-color:#60a740}.content-formatted .close-btn{vertical-align:middle;width:20px;height:20px;margin:2px 0 5px 9px;padding:0;border:1px solid #fff;border:1px solid rgba(255,255,255,.3);border-radius:100%;cursor:pointer}.content-formatted .close-btn:hover{opacity:.8}.content-formatted .close-btn:focus{outline:0}.no-svg .content-formatted .close-btn{background:url(../images/ico-close.png) center center no-repeat}.svg .content-formatted .close-btn{background:url(../assets/ico-close.svg) center center no-repeat}.comments{padding:28px 50px}@media screen and (max-width:960px){.comments{padding:28px 20px}}.comments .comments-title{margin-bottom:22px;font-size:24px;color:#1b2124;text-align:left;font-weight:400;font-size:24px;line-height:1.4;font-style:normal;text-decoration:none;text-transform:none}.comments .comment{margin-bottom:31px;padding-left:24px;font-size:18px;color:#696b6c;border-left:5px solid #eee;border-left:5px solid rgba(238,238,238,.4)}.comments .comment-form .form_field_textarea,.comments .comment-form .form_field_textfield{background-color:#eee}.footer{padding:30px 20px;text-align:center;font-size:14px;color:#1b2124;color:rgba(27,33,36,.75)}@media screen and (max-width:600px){.footer{font-size:12px}}@media screen and (max-width:480px){.footer{padding:20px 15px}}.footer .signout-btn-margin{margin-bottom:25px}.footer .voog-reference{margin-top:15px}.footer .voog-reference a{display:inline-block;padding:7px 9px;font-size:10px;line-height:1;color:#1b2124;color:rgba(27,33,36,.75);background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.footer .voog-reference a:hover{color:#1b2124;color:rgba(27,33,36,.75);border:1px solid #000;border:1px solid rgba(0,0,0,.75)}.signout-btn-wrap{position:fixed;right:5px;bottom:5px;z-index:10000;white-space:nowrap;background-color:#eee;height:35px;border-radius:3px;text-align:center;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.5);box-shadow:0 1px 6px rgba(0,0,0,.5)}.signout-btn-wrap:hover{background-color:#c4c4c4}.signout-btn-wrap .signout-link{position:relative;z-index:10;display:block;padding:0 10px}.signout-btn-wrap .signout-name{display:inline-block;vertical-align:top;font-size:14px;font-weight:400;font-family:"Avenir Next",AvenirX;line-height:37px;padding-left:8px;color:rgba(27,33,36,.8)}.signout-btn-wrap .signout-name:hover{color:rgba(27,33,36,.9)}.signout-btn-wrap .signout-ico{height:35px;display:inline-block;color:rgba(27,33,36,.7)}.signout-btn-wrap .signout-svg{margin-top:3px} \ No newline at end of file +@charset "UTF-8";@import url(//hello.myfonts.net/count/2fc187);@font-face{font-family:Avenir;font-style:normal;font-weight:100;src:url(../assets/2FC187_0_0.eot?#iefix) format("embedded-opentype"),url(../assets/2FC187_0_0.woff2) format("woff2"),url(../assets/2FC187_0_0.woff) format("woff"),url(../assets/2FC187_0_0.ttf) format("truetype"),url(../assets/2FC187_0_0.svg#Avenir) format("svg")}@font-face{font-family:Avenir;font-style:normal;font-weight:400;src:url(../assets/2FC187_1_0.eot?#iefix) format("embedded-opentype"),url(../assets/2FC187_1_0.woff2) format("woff2"),url(../assets/2FC187_1_0.woff) format("woff"),url(../assets/2FC187_1_0.ttf) format("truetype"),url(../assets/2FC187_1_0.svg#Avenir) format("svg")}body{margin:0;padding:0;font-family:"Avenir Next",Avenir,"Helvetica Neue",Helvetica,"Segoe UI",sans-serif;font-weight:400;font-size:24px;line-height:1.4;color:#696b6c}body.search-open{position:fixed;overflow:hidden;width:100%;height:100%}@media screen and (max-width:840px){body{background-image:none!important}}.content-formatted:after,.content.two-columns:after,.content:after,.header:after,.search-form:after,.search:after{content:"";display:table;clear:both}.background-color,.background-image{position:absolute;top:0;left:0;right:0;bottom:0}.menu-lang-btn,.option-btn,.search-btn{margin:0;padding:0;background:0 0;border:none;cursor:pointer}.menu-lang-btn:focus,.option-btn:focus,.search-btn:focus{outline:0}.menu-lang-btn::-moz-focus-inner,.option-btn::-moz-focus-inner,.search-btn::-moz-focus-inner{padding:0;border:none}.bgpicker-btn{position:absolute;background:0 0;border:none;cursor:pointer}.bgpicker-btn:focus{outline:0}.container{max-width:940px;margin:0 auto}.container a{text-decoration:none}.container a img{border:none}.content-formatted{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.content-formatted:empty{display:none}.content-formatted .edy-positionable-container-center-block:first-child,.content-formatted .edy-positionable-container-left-block:first-child,.content-formatted .edy-positionable-container-maxwidth:first-child,.content-formatted .edy-positionable-container-right-block:first-child,.content-formatted .edy-texteditor-container-wrapper-center:first-child,.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,.content-formatted .edy-texteditor-container-wrapper-right-block:first-child,.content-formatted .table-container:first-child,.content-formatted code:first-child,.content-formatted dl:first-child,.content-formatted form:first-child,.content-formatted h1:first-child,.content-formatted h2:first-child,.content-formatted h3:first-child,.content-formatted h4:first-child,.content-formatted h5:first-child,.content-formatted h6:first-child,.content-formatted iframe:first-child,.content-formatted ol:first-child,.content-formatted p:first-child,.content-formatted pre:first-child,.content-formatted table:first-child,.content-formatted ul:first-child{margin-top:0}.content-formatted .edy-positionable-container-center-block:last-child,.content-formatted .edy-positionable-container-left-block:last-child,.content-formatted .edy-positionable-container-maxwidth:last-child,.content-formatted .edy-positionable-container-right-block:last-child,.content-formatted .edy-texteditor-container-wrapper-center:last-child,.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,.content-formatted .edy-texteditor-container-wrapper-right-block:last-child,.content-formatted .table-container:last-child,.content-formatted code:last-child,.content-formatted dl:last-child,.content-formatted form:last-child,.content-formatted h1:last-child,.content-formatted h2:last-child,.content-formatted h3:last-child,.content-formatted h4:last-child,.content-formatted h5:last-child,.content-formatted h6:last-child,.content-formatted iframe:last-child,.content-formatted ol:last-child,.content-formatted p:last-child,.content-formatted pre:last-child,.content-formatted table:last-child,.content-formatted ul:last-child{margin-bottom:0}.light-background .content-formatted,.light-background .content-formatted h1,.light-background .content-formatted h2,.light-background .content-formatted h3,.light-background .content-formatted h4,.light-background .content-formatted h5,.light-background .content-formatted h6,.light-background .content-formatted ol,.light-background .content-formatted p,.light-background .content-formatted table,.light-background .content-formatted ul{color:#000}.dark-background .content-formatted,.dark-background .content-formatted h1,.dark-background .content-formatted h2,.dark-background .content-formatted h3,.dark-background .content-formatted h4,.dark-background .content-formatted h5,.dark-background .content-formatted h6,.dark-background .content-formatted ol,.dark-background .content-formatted p,.dark-background .content-formatted table,.dark-background .content-formatted ul{color:#fff}.content-formatted h1,.content-formatted h2,.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{font-weight:600}.content-formatted h1{text-align:center;font-size:36px}@media screen and (max-width:480px){.content-formatted h1{font-size:32px}}.content-formatted h2{font-size:24px}@media screen and (max-width:480px){.content-formatted h2{font-size:20px}}.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{font-size:20px}@media screen and (max-width:480px){.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{font-size:16px}}.content-formatted a{color:#06b}.content-formatted a:hover{color:#06b;color:rgba(0,102,187,.8)}.content-formatted span[style*=font-size]{line-height:1.7}.content-formatted code,.content-formatted form,.content-formatted iframe,.content-formatted pre,.content-formatted table{word-break:normal;word-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.content-formatted .edy-positionable-container-center,.content-formatted .edy-positionable-container-left-block,.content-formatted .edy-positionable-container-right-block,.content-formatted .edy-texteditor-container-wrapper-center,.content-formatted .edy-texteditor-container-wrapper-left-block,.content-formatted .edy-texteditor-container-wrapper-right-block,.content-formatted .embed-container,.content-formatted .table-container,.content-formatted pre,.editmode .content-formatted table{margin-top:20px;margin-bottom:20px}.content-formatted code,.content-formatted pre{font-size:14px;background-color:#fafafa;line-height:1.2}.front-page .content-formatted code,.front-page .content-formatted pre{color:#000}.content-formatted pre{overflow:auto;padding:10px}.content-formatted pre code{display:inline;padding:0;white-space:pre;line-height:inherit;background-color:transparent;overflow-wrap:normal;word-wrap:normal;word-break:normal}.content-formatted code{display:inline-block;padding:5px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all}.content-formatted blockquote{margin:20px 40px}.content-formatted iframe{max-width:100%;height:auto}.content-formatted .custom-btn{display:inline-block;padding:8px 11px;font-size:14px;line-height:1;background-color:#06b;border:none;-webkit-appearance:none;border-radius:0;-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.1);box-shadow:4px 4px 0 rgba(0,0,0,.1)}.light-background .content-formatted .custom-btn{-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.2);box-shadow:4px 4px 0 rgba(0,0,0,.2)}.content-formatted .custom-btn,.content-formatted .custom-btn:hover{color:#fff}.content-formatted .custom-btn:hover{background-color:#06b;background-color:rgba(0,102,187,.8)}.public .content-formatted .custom-btn{cursor:pointer}.public .content-formatted .custom-btn-disabled{cursor:default;background-color:#ccc}.content-formatted .edy-positionable-container-left,.content-formatted .edy-positionable-container-right{width:45%}.content-formatted .edy-positionable-container-left,.content-formatted .edy-texteditor-container-wrapper-left{margin-right:20px}.content-formatted .edy-positionable-container-right,.content-formatted .edy-texteditor-container-wrapper-right{margin-left:20px}.content-formatted .edy-image-container-with-title:after{display:block;padding:4px;font-size:16px;line-height:1.3;content:attr(data-title)}.content-formatted .overthrow{overflow:auto;-webkit-overflow-scrolling:touch}.content-formatted table{width:100%;font-size:16px;border-collapse:collapse}.content-formatted table td{padding:10px;border-top:1px solid #9c9e9e;border-bottom:1px solid #9c9e9e}.content-formatted .edy-buy-button-container .form_field{padding-top:15px}.content-formatted .edy-buy-button-variants .form_field{padding-top:5px;padding-bottom:5px}.content-formatted .edy-buy-button-variants .form_field_select{width:initial}.menu-btn{display:none}@media screen and (max-width:840px){.menu-btn{position:absolute;z-index:10001;top:7px;right:0;display:inline-block;margin:0;padding:0;background:0 0;border:none;cursor:pointer}.menu-btn.open .menu-stripe,.menu-btn:hover .menu-stripe{background-color:#1b2124;background-color:rgba(27,33,36,.47)}.menu-btn:focus{outline:0}.menu-btn::-moz-focus-inner{padding:0;border:0}}@media screen and (max-width:480px){.menu-btn{right:20px}}.menu-btn .menu-stripe{display:block;width:23px;height:4px;margin:4px 0;background-color:#1b2124;background-color:rgba(27,33,36,.67);border-radius:5px}.menu-btn .menu-stripe:first-child,.menu-btn .menu-stripe:last-child{margin:0}@media screen and (max-width:480px){.menu-btn{right:0}}.menu{margin-top:0;margin-bottom:0;padding-left:0;list-style:none}.menu .menu-item{display:inline-block;vertical-align:middle;font-size:14px}.menu .menu-item .menu-link{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.menu-main{position:relative;top:-2px;display:inline-block;vertical-align:middle}@media screen and (max-width:840px){.menu-main{display:none}.menu-main.expanded{position:absolute;z-index:10001;top:79px;right:0;display:block;min-width:350px;margin-bottom:60px;text-align:left;-webkit-box-shadow:0 5px 25px rgba(0,0,0,.3);box-shadow:0 5px 25px rgba(0,0,0,.3);background-color:#fff}.menu-main.expanded>.menu{border-top:1px solid #696b6c;border-top:1px solid rgba(105,107,108,.2)}}@media screen and (max-width:480px){.menu-main.expanded{top:-3px;left:0;right:0;margin-top:50px;min-width:0;margin-bottom:40px}.edy-checkout-button-visible .menu-main.expanded{margin-top:91px}}.menu-main .menu{line-height:1.6}.menu-main .menu .menu-item{margin-left:13px}.menu-main .menu .menu-item:first-child{margin-left:0}.menu-main .menu .menu-item .menu-link{font-weight:600;color:#1b2124;color:rgba(27,33,36,.67)}.menu-main .menu .menu-item .menu-link.untranslated{color:#c00;color:rgba(204,0,0,.5)}.menu-main .menu .menu-item .menu-link.active,.menu-main .menu .menu-item .menu-link.active:hover{color:#838586;color:rgba(131,133,134,.67)}.menu-main .menu .menu-item .menu-link:hover{color:#838586;color:rgba(131,133,134,.4)}@media screen and (max-width:840px){.menu-main .menu .menu-item{display:block;margin:0;font-size:20px;border-bottom:1px solid #1b2124;border-bottom:1px solid rgba(27,33,36,.2);background-color:#fff}.menu-main .menu .menu-item .menu-link{display:block;padding:5px 25px 3px;font-weight:400}.menu-main .menu .menu-item .menu-link.active,.menu-main .menu .menu-item .menu-link.active:hover{color:#838586;background-color:#c7e5ff;font-weight:600}.menu-main .menu .menu-item .menu-link:hover{color:#838586;background-color:#c7e5ff;background-color:rgba(199,229,255,.5)}}.menu-main .menu .edit-btn{position:relative;top:-2px;display:inline-block;margin-left:20px}@media screen and (max-width:840px){.menu-main .menu .edit-btn{position:static;display:block;margin-left:0;padding:5px 25px 10px;line-height:1;background-color:#fff;border-bottom:1px solid #696b6c;border-bottom:1px solid rgba(105,107,108,.2)}}.menu-main .menu-lang{display:none}@media screen and (max-width:840px){.menu-main .menu-lang{display:block;padding-left:0}.menu-main .menu-lang .menu .menu-item{text-align:left}.menu-main .menu-lang .menu .menu-item:first-child{border-top:none}.menu-main .menu-lang .menu .menu-item .menu-link{padding:9px 30px 9px 53px;font-weight:400;font-size:14px}.menu-main .menu-lang .menu .menu-item .menu-link:after,.menu-main .menu-lang .menu .menu-item .menu-link:before{top:12px;left:25px}.menu-main .menu-lang .menu .menu-item .menu-link.active,.menu-main .menu-lang .menu .menu-item .menu-link.active:hover,.menu-main .menu-lang .menu .menu-item .menu-link:hover{background:0 0}.menu-main .menu-lang .menu .menu-item .menu-link.active,.menu-main .menu-lang .menu .menu-item .menu-link.active:hover{color:#838586;color:rgba(131,133,134,.67)}.menu-main .menu-lang .menu .menu-item .menu-link:hover{color:#838586;color:rgba(131,133,134,.4)}.menu-main .menu-lang .menu .edit-btn{display:block;text-align:left}.menu-main .menu-lang .menu .edit-btn .edy-menu-langadd{display:inline-block;padding:0}}.menu-sub{margin-right:30px;margin-left:30px;padding-top:7px;padding-bottom:7px;border-bottom:1px solid #696b6c;border-bottom:1px solid rgba(105,107,108,.2)}@media screen and (max-width:960px){.menu-sub{margin:0 20px}}.menu-sub .menu{text-align:center}.menu-sub .menu .menu-item{margin-right:12px;line-height:1.4}.menu-sub .menu .menu-item.edit-btn{display:inline-block;margin-left:0}.menu-sub .menu .menu-item:last-child{margin-right:0}.menu-sub .menu .menu-item .menu-link{color:#9c9e9e}.menu-sub .menu .menu-item .menu-link.untranslated{color:#c00;color:rgba(204,0,0,.5)}.menu-sub .menu .menu-item .menu-link.active,.menu-sub .menu .menu-item .menu-link:hover{color:#1b2124}.menu-sub .menu .edit-btn{display:inline-block}.menu-lang-btn{position:relative;top:-2px;right:-5px;display:inline-block;vertical-align:middle;margin-left:2px;font-family:inherit;font-size:14px}.menu-lang-btn:hover{opacity:.8}.menu-lang-btn:after,.menu-lang-btn:before{top:0;left:0}.flags-enabled .menu-lang-btn{width:30px;height:25px}.flags-enabled .menu-lang-btn .lang-title{display:none}.menu-lang-btn .ico-popover-toggle{position:relative;top:-2px;display:inline-block;font-size:7.2px}.menu-lang .menu-item .lang-flag:after,.menu-lang .menu-item .lang-flag:before,.menu-lang-btn:after,.menu-lang-btn:before{position:absolute;display:block;width:21px;height:15px}.menu-lang .menu-item .lang-flag:before,.menu-lang-btn:before{background-color:#000;content:''}.menu-lang .menu-item .lang-flag:after,.menu-lang-btn:after{opacity:.95;background-repeat:no-repeat}.no-svg .menu-lang .menu-item .lang-flag:after,.no-svg .menu-lang-btn:after{background-image:url(../images/ico-flags.png)}.svg .menu-lang .menu-item .lang-flag:after,.svg .menu-lang-btn:after{background-image:url(../assets/ico-flags.svg)}.menu-lang-btn:after,.menu-lang-btn:before{top:6px;left:5px}.menu-lang-popover{display:none}.menu-lang-popover.expanded{position:absolute;top:23px;right:-12px;display:block;margin-bottom:40px;padding:6px 0;min-width:131px;background:#fff;-webkit-box-shadow:0 5px 25px rgba(0,0,0,.3);box-shadow:0 5px 25px rgba(0,0,0,.3);z-index:10001}.editmode .menu-lang-popover.expanded{padding-bottom:0}.flags-disabled .menu-lang-popover.expanded{min-width:123px}.menu-lang-popover .menu-link{display:block}.menu-lang-popover .edit-btn{padding:0 17px 10px}.menu-lang{position:relative;display:inline-block;vertical-align:middle;line-height:1}@media screen and (max-width:840px){.menu-lang{display:none}}.menu-lang .menu-item{display:list-item;text-align:right;font-size:12px}.menu-lang .menu-item .menu-link{position:relative;display:block;padding:6px 39px 5px 12px;color:#1b2124;color:rgba(27,33,36,.67)}.menu-lang .menu-item .menu-link.active,.menu-lang .menu-item .menu-link.active:hover{opacity:.5;-webkit-filter:grayscale 100%;filter:grayscale 100%}.menu-lang .menu-item .menu-link:hover{opacity:.75;-webkit-filter:grayscale 50%;filter:grayscale 50%}.menu-lang .menu-item .menu-link:after,.menu-lang .menu-item .menu-link:before{top:4px;right:11px}.menu-lang .edit-btn .edy-menu-langadd{margin:7px 20px}@media screen and (max-width:840px){.menu-lang .edit-btn .edy-menu-langadd{margin:0}}.menu-lang.flags-disabled .menu-link{padding-right:12px}.menu-lang.flags-disabled .menu-link:after,.menu-lang.flags-disabled .menu-link:before{display:none}@media screen and (max-width:960px){.menu-main.expanded .menu-lang.flags-disabled .menu-link{padding:5px 25px 3px}}.lang-flag:after{padding-top:3px;padding-bottom:3px;font-size:9px;line-height:1;text-align:center;text-transform:uppercase;background-position:0 -75px;content:attr(data-lang-code);-webkit-box-sizing:border-box;box-sizing:border-box}.flags-disabled .lang-flag:after,.flags-disabled .lang-flag:before{display:none}.lang-flag-sq:after{background-position:0 0;content:''}.lang-flag-hy:after{background-position:-21px 0;content:''}.lang-flag-bn:after{background-position:-42px 0;content:''}.lang-flag-bg:after{background-position:-84px 0;content:''}.lang-flag-zh:after{background-position:-105px 0;content:''}.lang-flag-hr:after{background-position:-126px 0;content:''}.lang-flag-da:after{background-position:-147px 0;content:''}.lang-flag-cs:after{background-position:-168px 0;content:''}.lang-flag-et:after{background-position:-189px 0;content:''}.lang-flag-fi:after{background-position:0 -15px;content:''}.lang-flag-fr:after{background-position:-21px -15px;content:''}.lang-flag-ka:after{background-position:-42px -15px;content:''}.lang-flag-de:after{background-position:-63px -15px;content:''}.lang-flag-el:after{background-position:-84px -15px;content:''}.lang-flag-hu:after{background-position:-105px -15px;content:''}.lang-flag-is:after{background-position:-126px -15px;content:''}.lang-flag-hi:after{background-position:-147px -15px;content:''}.lang-flag-id:after{background-position:-168px -15px;content:''}.lang-flag-fa:after{background-position:-189px -15px;content:''}.lang-flag-he:after{background-position:0 -30px;content:''}.lang-flag-it:after{background-position:-21px -30px;content:''}.lang-flag-ja:after{background-position:-42px -30px;content:''}.lang-flag-ko:after{background-position:-63px -30px;content:''}.lang-flag-lv:after{background-position:-84px -30px;content:''}.lang-flag-lt:after{background-position:-105px -30px;content:''}.lang-flag-ms:after{background-position:-126px -30px;content:''}.lang-flag-nl:after{background-position:-147px -30px;content:''}.lang-flag-no:after{background-position:-168px -30px;content:''}.lang-flag-ur:after{background-position:-189px -30px;content:''}.lang-flag-fil:after{background-position:0 -45px;content:''}.lang-flag-pl:after{background-position:-21px -45px;content:''}.lang-flag-ro:after{background-position:-42px -45px;content:''}.lang-flag-ru:after{background-position:-63px -45px;content:''}.lang-flag-ar:after{background-position:-84px -45px;content:''}.lang-flag-sk:after{background-position:-105px -45px;content:''}.lang-flag-sl:after{background-position:-126px -45px;content:''}.lang-flag-es:after{background-position:-147px -45px;content:''}.lang-flag-sv:after{background-position:-168px -45px;content:''}.lang-flag-tr:after{background-position:-189px -45px;content:''}.lang-flag-uk:after{background-position:0 -60px;content:''}.lang-flag-en:after{background-position:-21px -60px;content:''}.lang-flag-pt:after{background-position:-84px -60px;content:''}.lang-flag-sr:after{background-position:-126px -60px;content:''}.lang-flag-bn:after{background-position:-147px -60px;content:''}.lang-flag-th:after{background-position:-189px -60px;content:''}.lang-options{background-color:#696b6c;background-color:rgba(105,107,108,.09)}.lang-options .menu .menu-item{display:block;padding:5px 10px;font-size:13px;background-color:transparent}@media screen and (max-width:840px){.lang-options .menu .menu-item{padding:8px 25px 7px;font-size:15px}}.option-btn{font-family:inherit;font-size:inherit;color:#06b}.option-btn:hover{color:#06b;color:rgba(0,102,187,.8)}.flags-disabled .option-btn .disable-text{display:none}.flags-enabled .option-btn .enable-text{display:none}.option-btn .disable-text:first-letter,.option-btn .enable-text:first-letter{text-transform:capitalize}.editmode .tags{margin-top:20px}.tags-title{display:inline-block;font-size:14px;color:#1b2124}.tags-icon{position:absolute;top:9px;line-height:0}.no-svg .tags-icon{width:16px;height:16px;background-position:center;background-image:url(../images/ico-tags.png)}.tags{margin-top:11px}.post-page .tags{position:relative}.post-page .menu-tags{margin-left:25px}.menu-tags .tags-left{position:absolute;width:110px;margin-right:24px;text-align:right}@media screen and (max-width:960px){.menu-tags .tags-left{width:113px;margin-right:0;text-align:left}}@media screen and (max-width:480px){.menu-tags .tags-left{position:static}}.menu-tags .tags-right{margin-left:142px}.menu-tags .tags-right .menu{max-width:740px;margin-top:2px;text-align:left}@media screen and (max-width:960px){.menu-tags .tags-right{margin-left:120px}}@media screen and (max-width:480px){.menu-tags .tags-right{margin-left:0}}.menu-tags .menu{line-height:1.3}.menu-tags .menu .menu-item,.menu-tags .menu .menu-link{color:#9c9e9e}.menu-tags .menu .menu-link:hover{color:#1b2124}.header{position:relative;padding-top:23px;padding-bottom:23px}.flexbox .header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-moz-justify-content:flex-end;justify-content:flex-end}@media screen and (max-width:480px){.header{position:static;padding:15px}}@media screen and (max-width:960px){.header{padding-right:20px;padding-left:20px}}@media screen and (max-width:480px){.header-left,.header-right{padding:0}}.header-left{position:relative;max-width:100%;min-width:1}.flexbox .header-left{-webkit-box-flex:1;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.no-flexbox .header-left{float:left}@media screen and (max-width:840px){.no-flexbox .header-left{float:none}}@media screen and (max-width:840px){.header-left{float:none;min-width:0}}.header-right{text-align:right;margin-left:15px}.no-flexbox .header-right{float:right}@media screen and (max-width:840px){.header-right{margin:0}}.header-title{position:relative;z-index:11;font-weight:600;font-size:24px}@media screen and (max-width:840px){.header-title{margin-right:40px}.search-enabled .header-title{margin-right:202px}}@media screen and (max-width:480px){.search-enabled .header-title{margin-right:65px}}.header-title,.header-title a{color:#1b2124}.header-title .header-link{display:inline-block;max-width:100%}.header-title .header-link:hover{color:#1b2124;color:rgba(27,33,36,.8)}.content-topbar{min-height:18px;background-color:#eee}.two-column-page .content-topbar{padding-bottom:20px}@media screen and (max-width:760px){.two-column-page .content-topbar{padding-bottom:0}}.content{display:block}.content.two-columns{background-color:#eee}.content.two-columns .content-formatted h1{text-align:left}.content .content-inner{padding:33px 50px;background-color:#eee}@media screen and (max-width:960px){.content .content-inner{padding:33px 20px}}.content .content-left,.content .content-right{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.content .content-left iframe,.content .content-right iframe{display:block;height:525px}.content .content-left{padding:43px 50px}.content .content-left.left-full{float:none;padding:33px 50px;width:auto}.content .content-left.left-full.with-submenu{padding-top:13px}@media screen and (max-width:960px){.content .content-left.left-full.with-submenu{padding-top:33px}}@media screen and (max-width:960px){.content .content-left.left-full{padding:33px 20px}}.content .content-right iframe{display:block!important;width:100%!important}@media screen and (max-width:760px){.content .content-right iframe{max-height:262px}}.content .content-right.with-padding{padding-right:50px;padding-bottom:20px}@media screen and (max-width:760px){.content .content-right.with-padding{padding-right:20px;padding-bottom:33px}}.content .content-right.with-padding.right-full{padding-left:50px}@media screen and (max-width:760px){.content .content-right.with-padding.right-full{padding-left:20px}}.content .content-right.right-full{float:none;width:auto}@media screen and (max-width:760px){.content .content-left,.content .content-right{display:block;width:auto;float:none}.content .content-left{padding:33px 20px 0}.content .content-right{padding:33px 20px}}.front-page .content{position:relative;padding:0;width:100%;background-color:#eee}.front-page .content .background-color,.front-page .content .background-image{z-index:0}.front-page .content .background-image{background-position:top;background-repeat:no-repeat;background-size:cover}.front-page .content .content-inner{display:table;table-layout:fixed;width:100%;max-width:660px;margin:0 auto;padding:0;height:525px;background:0 0}@media screen and (max-width:480px){.front-page .content .content-inner{height:295px}}.front-page .content .content-inner .content-body{display:table-cell;vertical-align:middle;position:relative;z-index:1;margin:0 auto;padding:40px}@media screen and (max-width:600px){.front-page .content .content-inner .content-body{padding:20px}}@media screen and (max-width:480px){.front-page .content .content-inner .content-body{padding:78px 25px}}.front-page .content .content-inner .content-body .edy-texteditor-view{min-height:43px}.front-page .content .content-inner .content-formatted{font-size:36px;line-height:1.16}.front-page .content .content-inner .content-formatted .fci-editor{min-height:41px}@media screen and (max-width:480px){.front-page .content .content-inner .content-formatted{font-size:24px}}.post-intro-content{padding-bottom:25px}.post .post-link{display:inline-block;margin-top:12px;padding:6px 10px;font-size:14px;line-height:1;color:#fff;background-color:#1b2124;background-color:rgba(27,33,36,.5)}.post .post-link:hover{background-color:#1b2124;background-color:rgba(27,33,36,.8)}.post .post-title{margin:0;font-weight:600;font-size:24px;color:#1b2124}.post .post-title a{color:#1b2124}.post .post-title a:hover{color:#1b2124;color:rgba(27,33,36,.8)}.post .post-body,.post .post-excerpt{line-height:1.3}.post .post-excerpt{margin-top:12px}.post-nav::before{display:block;margin-top:33px;border-top:1px solid currentColor;content:'';opacity:.2}@media screen and (min-width:481px){.post-nav-inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.post-nav-link{position:relative;display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:33px;color:currentColor}@media screen and (min-width:481px){.post-nav-link:first-child{padding-right:20px}}@media screen and (min-width:481px){.post-nav-link:last-child{padding-left:20px}}.post-nav-link:hover .post-nav-direction{opacity:1}.post-nav-link:hover .post-nav-title{opacity:1}@media screen and (max-width:480px){.post-nav-link-half{text-align:center}}@media screen and (min-width:481px){.post-nav-link-half{padding-bottom:33px}}@media screen and (max-width:480px){.post-nav-link-half:first-child{padding-bottom:33px}}@media screen and (max-width:480px){.post-nav-link-half:first-child::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-bottom:1px solid currentColor;content:'';opacity:.2}}@media screen and (min-width:481px){.post-nav-link-half:last-child{text-align:right}}.post-nav-link-full{text-align:center}.post-nav-direction{font-size:12px;text-transform:uppercase;opacity:.5}.post-nav-title{font-size:20px;opacity:.7}.blog-page .edy-site-menu-add{margin-left:10px}@media screen and (max-width:960px){.blog-page .edy-site-menu-add{margin-left:0}}.blog-page .post{margin-top:45px}.no-flexbox .blog-page .post{display:table}.flexbox .blog-page .post{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-page .post:first-child,.editmode .blog-page .post:nth-child(2){margin-top:0}@media screen and (max-width:480px){.flexbox .blog-page .post,.no-flexbox .blog-page .post{display:block}}.no-flexbox .blog-page .post-left,.no-flexbox .blog-page .post-right{display:table-cell;vertical-align:top}.blog-page .post-left{display:inline-block;min-width:87px;margin-left:5px;padding-right:26px}@media screen and (max-width:960px){.blog-page .post-left{width:91px;margin-left:0}}@media screen and (max-width:480px){.blog-page .post-left{width:auto}}.blog-page .post-right{-webkit-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.blog-page .post-date{font-size:14px;color:#1b2124;color:rgba(27,33,36,.5)}.post-page .post .post-header{text-align:center}.post-page .post .post-header-inner{margin-top:4px;color:#1b2124}.post-page .post .post-title{font-size:36px;line-height:1}.post-page .post .post-title input{text-align:center}.post-page .post .post-content{margin-top:29px}.post-page .post .post-body{margin-top:28px}.post-page .post .post-body .fci-editor,.post-page .post .post-excerpt .fci-editor{min-height:38px}.search{position:relative;top:-2px;display:inline-block;vertical-align:middle;margin-left:15px;height:30px;line-height:1;background-color:#fff}@media screen and (max-width:840px){.search{position:absolute;margin-left:0;top:24px;right:60px}}@media screen and (max-width:480px){.search{position:static;display:none}.search.active{top:54px;left:0;right:0;display:block;height:40px;margin-left:0}}.search-form{position:relative;z-index:20;background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.search-form.active{border:1px solid #000;border:1px solid rgba(0,0,0,.3)}@media screen and (max-width:480px){.search-form{position:absolute;top:64px;left:0;right:0}.search-form,.search-form.active{max-width:100%;margin:0 auto;border:none}.edy-checkout-button-visible .search-form{top:105px}}.search-input:focus,.search-submit:focus{outline:0}.search-btn,.search-submit{display:inline-block;vertical-align:top;width:30px;height:30px;padding:0;background-position:center;background-repeat:no-repeat;border:none;cursor:pointer}.search-btn:hover,.search-submit:hover{opacity:.6}.no-svg .search-btn,.no-svg .search-submit{background-image:url(../images/ico-search.png)}.search-input{vertical-align:middle;width:140px;height:30px;margin:0;padding:6px 30px 5px 7px;font-family:inherit;font-size:14px;line-height:1;color:#1b2124;color:rgba(27,33,36,.67);background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:none}.search-input::-ms-clear{display:none}.search-input::-webkit-input-placeholder{padding:3px 0 4px 0;line-height:1}@media screen and (max-width:480px){.search-input{width:100%;height:40px;font-size:20px;padding:0 42px 0 20px;background-color:#000;background-color:rgba(0,0,0,.1)}}.search-btn{position:absolute;top:0;right:0;padding:1px 0 0 1px}.search-btn svg{position:relative;top:-1px;vertical-align:middle;fill:rgba(27,33,36,.67)}.search-close-btn .search-btn svg,.search-open-btn .search-btn svg{width:20px;height:20px}.search-submit .search-btn svg{width:16px;height:16px}.search-submit{opacity:.33}@media screen and (max-width:480px){.search-submit{width:45px;height:40px}}.search-close-btn,.search-open-btn{display:none}@media screen and (max-width:480px){.search-close-btn,.search-open-btn{position:absolute;top:2px;right:0;z-index:40;margin-right:30px}}@media screen and (max-width:480px){.search-open-btn{display:block}.search-open-btn.open{display:none}}@media screen and (max-width:480px){.search-close-btn{display:none}.search-close-btn.open{display:inline-block}}.voog-search-modal{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;position:absolute;top:50px;left:-200px;right:-58px;z-index:999}@media screen and (max-width:1020px){.voog-search-modal{left:-220px;right:-38px}}@media screen and (max-width:480px){.voog-search-modal{top:104px;left:0;right:0;bottom:0;background-color:#fff}.edy-checkout-button-visible .voog-search-modal{top:145px}}.voog-search-modal-inner{display:none;max-height:760px;padding:20px;text-align:left;font-size:14px;line-height:1.5;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3);overflow-x:hidden;overflow-y:auto}.voog-search-modal-inner.search-results-active{display:block}.voog-search-modal-inner.no-content.search-results-active{text-align:center}@media screen and (max-width:480px){.voog-search-modal-inner{display:block;height:100%;max-height:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.voog-search-modal-inner.no-content.search-results-active{display:table;table-layout:fixed;width:100%;padding:0}.voog-search-modal-inner.no-content.search-results-active .voog-search-modal-results{display:table-cell;vertical-align:middle;width:100%}}@media screen and (min-width:480px) and (max-height:900px){.voog-search-modal-inner{max-height:660px}}@media screen and (min-width:480px) and (max-height:800px){.voog-search-modal-inner{max-height:560px}}@media screen and (min-width:480px) and (max-height:700px){.voog-search-modal-inner{max-height:460px}}@media screen and (min-width:480px) and (max-height:600px){.voog-search-modal-inner{max-height:360px}}@media screen and (min-width:480px) and (max-height:500px){.voog-search-modal-inner{max-height:260px}}@media screen and (min-width:480px) and (max-height:400px){.voog-search-modal-inner{max-height:160px}}.voog-search-modal-result{margin-top:18px}.voog-search-modal-result:first-child{margin-top:0}.voog-search-modal-result h3{margin:0;font-weight:600;font-size:16px}.voog-search-modal-result h3 a{text-decoration:none;font-weight:600;color:#1b2124}.voog-search-modal-result h3 a:hover{color:#1b2124;color:rgba(27,33,36,.8)}.voog-search-modal-result p{margin:5px 0 0;font-size:14px}.voog-search-modal-result em{font-style:normal;background-color:#f9ec5a;background-color:rgba(249,236,90,.5);border-radius:2px;padding:0 .2}.content-formatted form{max-width:100%}.footer .content-formatted .form,.footer .content-formatted .form_area{text-align:left}.content-formatted .form_field{padding-top:10px;padding-bottom:10px}.content-formatted .form_field:first-child{padding-top:0}.content-formatted .form_field:last-child{padding-bottom:0}.content-formatted .edy-fe-label,.content-formatted .form_field{font-size:14px;color:#1b2124}.content-formatted .form_field label{position:relative;display:inline;padding-left:8px;font-weight:400;line-height:1.3;cursor:pointer}.content-formatted .form_field label:after{content:'\a';white-space:pre}.content-formatted .form_field label:before{display:block}.content-formatted .form_field .edy-fe-label,.content-formatted .form_field .form_field_label{padding-left:0;font-weight:600}.dark-background .content-formatted .form_field .edy-fe-label,.dark-background .content-formatted .form_field .form_field_label{color:#fff}.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted .form_submit input{font-family:inherit;font-size:14px;-webkit-appearance:none;border-radius:0}.content-formatted .form_field_file,.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{max-width:100%}.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted .form_submit input{-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.1);box-shadow:4px 4px 0 rgba(0,0,0,.1)}.light-background .content-formatted .form_field_select,.light-background .content-formatted .form_field_textarea,.light-background .content-formatted .form_field_textfield,.light-background .content-formatted .form_submit input{-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.2);box-shadow:4px 4px 0 rgba(0,0,0,.2)}.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:280px;margin:0;padding:8px 8px 5px;background-color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:420px){.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:100%}}.content-formatted .form_field_select:focus,.content-formatted .form_field_textarea:focus,.content-formatted .form_field_textfield:focus{outline:0}.light-background .content-formatted .form_field_select,.light-background .content-formatted .form_field_textarea,.light-background .content-formatted .form_field_textfield{background-color:#1b2124}.footer .content-formatted .form_field_select,.footer .content-formatted .form_field_textarea,.footer .content-formatted .form_field_textfield{background-color:#000;background-color:rgba(0,0,0,.1)}.content-formatted .form_field_select{padding:7px 20px 6px 9px;text-indent:.01px;-o-text-overflow:'';text-overflow:'';background-position:97.5% 13px;background-repeat:no-repeat;border:none;cursor:pointer;-moz-appearance:none}.content-formatted .form_field_select::-ms-expand{display:none}.no-svg .content-formatted .form_field_select{background-image:url(../images/ico-arrow-down.png)}.svg .content-formatted .form_field_select{background-image:url(../images/ico-arrow-down.png)}.content-formatted .form_field_checkbox,.content-formatted .form_field_radio{visibility:hidden;margin-bottom:8px}.content-formatted .form_field_checkbox+.form_control_indicator,.content-formatted .form_field_radio+.form_control_indicator{position:absolute;top:1px;left:0;display:block;width:15px;height:15px;background-color:#fff;-webkit-box-shadow:2px 2px 0 rgba(0,0,0,.1);box-shadow:2px 2px 0 rgba(0,0,0,.1)}.footer .content-formatted .form_field_checkbox+.form_control_indicator,.footer .content-formatted .form_field_radio+.form_control_indicator{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 0 rgba(0,0,0,.2);box-shadow:2px 2px 0 rgba(0,0,0,.2)}.content-formatted .form_field_checkbox:checked+.form_control_indicator:before{position:absolute;top:-3px;left:3px;display:block;width:14px;height:14px;content:'';background-size:cover}.no-svg .content-formatted .form_field_checkbox:checked+.form_control_indicator:before{background-image:url(../images/ico-tick.png)}.svg .content-formatted .form_field_checkbox:checked+.form_control_indicator:before{background-image:url(../assets/ico-tick.svg)}.content-formatted .form_field_radio+.form_control_indicator,.content-formatted .form_field_radio+.form_control_indicator:before{border-radius:100%}.content-formatted .form_field_radio:checked+.form_control_indicator:before{position:absolute;top:3px;left:3px;display:block;width:9px;height:9px;content:'';background-color:#000}.content-formatted .form_field_size_medium{width:420px}@media screen and (max-width:420px){.content-formatted .form_field_size_medium{width:100%}}.content-formatted .form_field_size_large{width:580px}.content-formatted .form_submit input{display:block;margin:18px 0 0;padding:8px 11px;font-size:14px;color:#fff;line-height:1;background-color:#06b;border:none;cursor:pointer;-webkit-appearance:none;border-radius:0}.content-formatted .form_submit input:hover{background-color:#06b;background-color:rgba(0,102,187,.8)}@media screen and (max-width:420px){.content-formatted .form_submit input{width:100%}}.content-formatted .form_field_required .form_field_label:after{content:'* \a'}.content-formatted .form_field_with_errors .form_field_textarea,.content-formatted .form_field_with_errors .form_field_textfield{-webkit-box-shadow:4px 4px 0 #c00;box-shadow:4px 4px 0 #c00}.content-formatted .form_field_error{margin-top:5px;margin-left:1px;color:#c00}.content-formatted .feedback-error,.content-formatted .feedback-loading,.content-formatted .feedback-success,.content-formatted .form_error,.content-formatted .form_notice{display:inline-block;vertical-align:top;margin:0 0 18px;color:#fff;line-height:1;-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.1);box-shadow:4px 4px 0 rgba(0,0,0,.1)}.content-formatted .feedback-error,.content-formatted .feedback-success,.content-formatted .form_error,.content-formatted .form_notice{padding:8px 12px;font-size:14px}.content-formatted .feedback-loading{width:60px;text-align:center;font-size:30px;background-color:#1b2124;background-color:rgba(27,33,36,.5)}.content-formatted .feedback-loading span{display:inline-block;vertical-align:middle;width:7.5px;height:7.5px;margin:0 3px 5px 0;background:0 0;border-radius:50%;-webkit-animation:feedback-loading .8s linear infinite;animation:feedback-loading .8s linear infinite}.content-formatted .feedback-loading span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.content-formatted .feedback-loading span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.content-formatted .feedback-loading span:last-child{margin-right:0}@-webkit-keyframes feedback-loading{0%{background:0 0}50%{background:#fff}100%{background:0 0}}@keyframes feedback-loading{0%{background:0 0}50%{background:#fff}100%{background:0 0}}.content-formatted .feedback-error,.content-formatted .form_error{background-color:#c00}.content-formatted .feedback-success,.content-formatted .form_notice{background-color:#60a740}.content-formatted .close-btn{vertical-align:middle;width:20px;height:20px;margin:2px 0 5px 9px;padding:0;border:1px solid #fff;border:1px solid rgba(255,255,255,.3);border-radius:100%;cursor:pointer}.content-formatted .close-btn:hover{opacity:.8}.content-formatted .close-btn:focus{outline:0}.no-svg .content-formatted .close-btn{background:url(../images/ico-close.png) center center no-repeat}.svg .content-formatted .close-btn{background:url(../assets/ico-close.svg) center center no-repeat}.comments{padding:28px 50px}@media screen and (max-width:960px){.comments{padding:28px 20px}}.comments .comments-title{margin-bottom:22px;font-size:24px;color:#1b2124;text-align:left;font-weight:400;font-size:24px;line-height:1.4;font-style:normal;text-decoration:none;text-transform:none}.comments .comment{margin-bottom:31px;padding-left:24px;font-size:18px;color:#696b6c;border-left:5px solid #eee;border-left:5px solid rgba(238,238,238,.4)}.comments .comment-form .form_field_textarea,.comments .comment-form .form_field_textfield{background-color:#eee}.footer{padding:30px 20px;text-align:center;font-size:14px;color:#1b2124;color:rgba(27,33,36,.75)}@media screen and (max-width:600px){.footer{font-size:12px}}@media screen and (max-width:480px){.footer{padding:20px 15px}}.footer .signout-btn-margin{margin-bottom:25px}.footer .voog-reference{margin-top:15px}.footer .voog-reference a{display:inline-block;padding:7px 9px;font-size:10px;line-height:1;color:#1b2124;color:rgba(27,33,36,.75);background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.footer .voog-reference a:hover{color:#1b2124;color:rgba(27,33,36,.75);border:1px solid #000;border:1px solid rgba(0,0,0,.75)}.signout-btn-wrap{position:fixed;right:5px;bottom:5px;z-index:10000;white-space:nowrap;background-color:#eee;height:35px;border-radius:3px;text-align:center;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.5);box-shadow:0 1px 6px rgba(0,0,0,.5)}.signout-btn-wrap:hover{background-color:#c4c4c4}.signout-btn-wrap .signout-link{position:relative;z-index:10;display:block;padding:0 10px}.signout-btn-wrap .signout-name{display:inline-block;vertical-align:top;font-size:14px;font-weight:400;font-family:"Avenir Next",AvenirX;line-height:37px;padding-left:8px;color:rgba(27,33,36,.8)}.signout-btn-wrap .signout-name:hover{color:rgba(27,33,36,.9)}.signout-btn-wrap .signout-ico{height:35px;display:inline-block;color:rgba(27,33,36,.7)}.signout-btn-wrap .signout-svg{margin-top:3px} \ No newline at end of file From 3d4556a05506cfcac97b636f49ecd60ba438ab0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Siim=20Ha=CC=88elm?= Date: Thu, 12 Jul 2018 16:03:50 +0300 Subject: [PATCH 2/2] Add an blank line between code --- sources/stylesheets/_forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/stylesheets/_forms.scss b/sources/stylesheets/_forms.scss index fe17b22..7633269 100644 --- a/sources/stylesheets/_forms.scss +++ b/sources/stylesheets/_forms.scss @@ -126,6 +126,7 @@ &::-ms-expand { display: none; } + .no-svg & { background-image: url('../images/ico-arrow-down.png'); }