diff --git a/CHANGELOG.md b/CHANGELOG.md index 1708aaa..6fda0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ + +# 0.2.0 (2016-01-29) + + +* Adjust prism ([7e810cc](https://github.com/kikobeats/bloggy/commit/7e810cc)) +* Adjust widgets ([aeadb9a](https://github.com/kikobeats/bloggy/commit/aeadb9a)) +* Adjust widgets ([f3e1722](https://github.com/kikobeats/bloggy/commit/f3e1722)) +* Avoid unused components ([636df23](https://github.com/kikobeats/bloggy/commit/636df23)) +* Blog title inline ([bebd8d3](https://github.com/kikobeats/bloggy/commit/bebd8d3)) +* Fix device typo ([777288f](https://github.com/kikobeats/bloggy/commit/777288f)) +* Fix translation in different pages context ([2a12118](https://github.com/kikobeats/bloggy/commit/2a12118)) +* gplus out ([133ace7](https://github.com/kikobeats/bloggy/commit/133ace7)) +* Hide title in header ([9c77db5](https://github.com/kikobeats/bloggy/commit/9c77db5)) +* Improve Bloggy instance ([39fc0fb](https://github.com/kikobeats/bloggy/commit/39fc0fb)) +* Merge pull request #5 from musantro/master ([2ad5854](https://github.com/kikobeats/bloggy/commit/2ad5854)) +* ordered sidebars ([4a516f6](https://github.com/kikobeats/bloggy/commit/4a516f6)) +* select sidebars ([8709894](https://github.com/kikobeats/bloggy/commit/8709894)) +* Update bumped config ([5a8323f](https://github.com/kikobeats/bloggy/commit/5a8323f)) +* Update favicon ([0e6ba16](https://github.com/kikobeats/bloggy/commit/0e6ba16)) +* Update scripts ([3a67b27](https://github.com/kikobeats/bloggy/commit/3a67b27)) +* Update top posts ([b9c31ea](https://github.com/kikobeats/bloggy/commit/b9c31ea)) +* watch i18n files ([f0750a6](https://github.com/kikobeats/bloggy/commit/f0750a6)) + + + # 0.1.0 (2016-01-06) @@ -56,9 +81,10 @@ * Move share snippets in separate files ([4166995](https://github.com/kikobeats/bloggy/commit/4166995)) * new build ([9a491fa](https://github.com/kikobeats/bloggy/commit/9a491fa)) * Refactor JS ([4b0c599](https://github.com/kikobeats/bloggy/commit/4b0c599)) +* Release 0.1.0 ([1683bdf](https://github.com/kikobeats/bloggy/commit/1683bdf)) * Remove click event ([f0c1934](https://github.com/kikobeats/bloggy/commit/f0c1934)) -* Remove custom code ([2c9a51b](https://github.com/kikobeats/bloggy/commit/2c9a51b)) * Remove custom code ([953d036](https://github.com/kikobeats/bloggy/commit/953d036)) +* Remove custom code ([2c9a51b](https://github.com/kikobeats/bloggy/commit/2c9a51b)) * Remove DOM condition ([9158cf7](https://github.com/kikobeats/bloggy/commit/9158cf7)) * Remove logo background ([ed044ca](https://github.com/kikobeats/bloggy/commit/ed044ca)) * Remove min width ([976cb9d](https://github.com/kikobeats/bloggy/commit/976cb9d)) diff --git a/assets/css/bloggy.css b/assets/css/bloggy.css index ea7e402..7b31c63 100644 --- a/assets/css/bloggy.css +++ b/assets/css/bloggy.css @@ -1,8 +1,8 @@ /** * bloggy - Branding theme for Ghost - * @version 0.1.0 + * @version 0.2.0 * @link https://github.com/Kikobeats/bloggy * @author Kiko Beats (https://github.com/Kikobeats) * @license MIT */ -@charset "UTF-8";.collapsing,.modal-open,.page-wrapper{overflow:hidden}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.clearfix:after,.modal-footer:after,.navbar-collapse:after{clear:both}article,aside,footer,header,main,nav,section{display:block}body{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}strong{font-weight:900}img{border:0}button,input{font:100% inherit;margin:0;line-height:normal}button{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}@font-face{font-family:Icons;src:url(../fonts/icons.eot?1);src:url(../fonts/icons.eot?1#iefix) format("embedded-opentype"),url(../fonts/icons.woff?1) format("woff"),url(../fonts/icons.ttf?1) format("truetype"),url(../fonts/icons.svg?1#icons) format("svg");font-weight:400;font-style:normal}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;-webkit-transition:height .35s ease;transition:height .35s ease}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;z-index:1040}.modal-footer:after,.modal-footer:before,.navbar-collapse:after,.navbar-collapse:before{display:table;content:" "}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050}.modal-content{background:#fff;position:relative;border:1px solid #999;border-radius:6px;outline:0}.modal-backdrop{background:#000;position:fixed;z-index:1030}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px}#footer-nav,nav li a{border-bottom:#e2edf2 1px solid}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}ol,p,ul{margin:1.6em 0}@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);overflow-scrolling:touch}@media (min-width:660px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}}.hidden{text-indent:-9999px;visibility:hidden;display:none}.right{float:right}.clearfix:after,.clearfix:before{content:" ";display:table}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;-ms-text-size-adjust:100%;font:62.5%/1.65 "Open Sans",sans-serif}.blog-logo>span,.nav-current,h1,h2,h3,h4{font-weight:900}body{width:100%;color:#3c4043;font-size:1.3rem}.blog-logo,.global-header .mobile-menu{width:30px;box-sizing:border-box;text-align:center}h1,h2,h3,h4{color:#242628;text-rendering:optimizeLegibility;line-height:1;margin-top:0}@media (max-width:800px),(max-width:800px){h1{font-size:4rem}}@media (max-width:400px),(max-width:400px){h1{font-size:3rem}}h2{margin-top:.8em;margin-bottom:.45rem}@media (max-width:800px),(max-width:800px){h2{font-size:2.8rem}}@media (max-width:400px),(max-width:400px){h2{font-size:2.6rem}}h3{margin-bottom:.6rem}h4{margin-bottom:.4rem}@media (max-width:800px),(max-width:800px){h3{font-size:1.8rem}h4{font-size:1.6rem}.global-header{min-height:44px}}@media (max-width:400px),(max-width:400px){h3{font-size:1.6rem}h4{font-size:1.5rem}}ol,ul{padding-left:2.4em}@media (max-width:600px),(max-width:600px){ol,ul{padding-left:1.6em}}li{margin:1.2rem 0}a{color:#5ba4e5;text-decoration:none;-webkit-transition:color .3s ease,text-decoration .3s ease,background .3s ease;transition:color .3s ease,text-decoration .3s ease,background .3s ease}a:hover{text-decoration:underline}mark{color:#000;background:#fdffb6;padding:0 .1rem}nav ul{list-style:none;margin:0;padding:0;border-top:#e2edf2 1px solid}nav li{margin:0;font-size:1.3rem}nav li a{display:block;padding:10px 15px;color:#7d878a}nav li a:hover{color:#242628;background:rgba(0,0,0,.04);text-decoration:none}nav li a:before{margin-right:1em}.blog-logo{display:block;position:relative;z-index:800;float:left;font-size:10px;text-decoration:none;height:30px;-webkit-transition:all .15s ease;transition:all .15s ease;border-radius:2px}.blog-logo>img{vertical-align:-7%;text-transform:none;speak:none;line-height:1;position:absolute;top:4px;left:4px;max-width:22px}.blog-logo>span{color:rgba(60,80,90,.7);margin-left:40px;font-size:16px}.global-header{position:relative}.global-header .blog-logo{text-decoration:none;position:absolute;top:15px;left:15px;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width:660px),(max-width:660px){.global-header .blog-logo{width:81px;background:0 0;left:7px;-webkit-transition:all .25s ease,left .5s ease;transition:all .25s ease,left .5s ease;border-radius:0}.blog-logo>span{color:rgba(60,80,90,.7);margin-left:40px;font-size:16px}.global-header .blog-logo:after{color:#242628;opacity:1}}.global-header nav{background:#fff;width:100%;padding:10px 0;position:absolute;z-index:700}@media (max-width:1130px),(max-width:1130px){.global-header nav{padding:0}}@media (max-width:800px),(max-width:800px){.global-header .blog-logo{top:7px;left:7px}.global-header nav{position:fixed;box-shadow:rgba(0,0,0,.05) 0 1px 2px,rgba(255,255,255,.5) 0 -1px 0 inset;-webkit-transition:all .15s ease-out 0;transition:all .15s ease-out 0;background:gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(25%,#fff),color-stop(100%,rgba(255,255,255,.93)));background:-webkit-linear-gradient(top,#fff 0,#fff 25%,rgba(255,255,255,.93) 100%);background:linear-gradient(top,#fff 0,#fff 25%,rgba(255,255,255,.93) 100%);background:0 0,bottom,0,25%,100% rgba(255,255,255,.93)}.global-header nav::after,.global-header nav::before{content:"";height:44px;position:absolute;bottom:0;left:50%;box-shadow:rgba(0,0,0,.02) 0 1px 0}.global-header nav::before{width:70%;margin-left:-35%}.global-header nav::after{width:30%;margin-left:-15%}}.global-header .wrapper{padding:0 17px;min-height:60px;max-width:1100px;margin:0 auto}@media (max-width:800px),(max-width:800px){.global-header .wrapper{min-height:44px;padding:0 7px}}.global-header ul{float:right;border-top:none;position:relative;z-index:250}.global-header li{float:left;position:relative;font-size:1.1rem}.global-header li a{display:block;height:60px;padding:21px 20px;border-bottom:none;color:#242628;text-transform:uppercase;box-sizing:border-box}@media (max-width:800px),(max-width:800px){.global-header li a{height:44px;padding:13px 15px}}.global-header li a:hover{color:#5ba4e5;text-decoration:none;background:0 0}.global-header .mobile-menu{height:30px;min-width:30px;min-height:30px;position:absolute;top:7px;right:7px;z-index:500;padding:0;color:#fff;background:#242628;border-radius:2px;display:none}.global-header .mobile-menu:before{font:normal 400 14px/1 Icons;text-transform:none;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e01c";margin-left:1px;vertical-align:-10%}#global-footer .facebook a:before,#global-footer .twitter a:before{font-family:Icons;font-weight:400;font-style:normal;text-transform:none;line-height:1;font-smoothing:antialiased}#global-footer .facebook a:before,#global-footer .twitter a:before,.modal-close:before{vertical-align:-7%;speak:none;-moz-osx-font-smoothing:grayscale}.global-header .mobile-menu:hover{text-decoration:none}.global-header .navbar-collapse{position:relative;z-index:400;clear:both;padding:0}@media (max-width:660px),(max-width:660px){.global-header .mobile-menu{display:block}.global-header .navbar-collapse{float:none;padding:0}.global-header .navbar-collapse li{float:none}.global-header .navbar-collapse li a{padding:13px 10px}.global-header .navbar-collapse li:first-child{margin-top:43px}}#global-footer{padding:20px;font-size:1.1rem;background:#fff}@media (max-width:600px),(max-width:600px){#global-footer{padding:0 15px}#global-footer .poweredby{display:block;width:100%;text-align:center}}#global-footer .poweredby{float:left;padding:12px 0;text-transform:none;font-weight:400;color:#7d878a}#global-footer .poweredby a{font-weight:400;color:#7d878a}#global-footer .poweredby a:hover{color:#5ba4e5}#global-footer .facebook a:before{content:"\e010"}#global-footer .facebook a:hover{text-decoration:none}#global-footer .twitter a:before{content:"\e00f"}#global-footer .twitter a:hover{text-decoration:none}#footer-nav{max-width:1100px;margin:0 auto 80px;position:relative;text-transform:uppercase}@media (max-width:800px),(max-width:800px){#footer-nav{margin:100px auto 50px}}#footer-nav ul{float:right;border-top:none}#footer-nav li{float:left;font-size:1em}#footer-nav li a{border:none}#footer-nav li:last-child a{padding-right:0}#footer-nav li:hover a{text-decoration:none;background:inherit}#social-menu{font-size:1.5em}#social-menu li a{padding:10px}#social-menu li a:before{margin-right:0}#social-menu li:first-child a{padding-left:0}@media (max-width:600px),(max-width:600px){#footer-nav{margin:0 auto;border:none}#social-menu{float:none!important;font-size:2.4rem;text-align:center}#social-menu li{display:inline-block;float:none}}@media (max-width:400px),(max-width:400px){.modal-dialog{padding:0}}.modal-close{box-sizing:border-box;display:block;position:absolute;top:25px;right:20px;color:#b3b9ba}.page-wrapper,.wrapper{position:relative}.modal-close:before{font:normal 400 18px/1 Icons;text-transform:none;font-smoothing:antialiased;content:"\e020"}.blog-subscribe h3,.ghost-love-button,.popular-posts h3,.read-next-story .post:before,.tags>a{text-transform:uppercase}.modal-close:hover{text-decoration:none;color:#7d878a}.modal-content{box-sizing:border-box;border:8px solid rgba(0,0,0,.2);box-shadow:none}form{margin:3.2em 0}form input{box-sizing:border-box;width:260px;padding:5px;margin:0 0 5px;outline:0;font-size:1.6rem;line-height:1.4em;background:#fff;border:1px solid #d0e2ea;border-radius:2px;box-shadow:rgba(0,0,0,.05) 0 1px 3px inset;-webkit-transition:all .15s ease-out 0;transition:all .15s ease-out 0}@media (max-width:500px),(max-width:500px){form input{width:100%}}form input[type=email]:focus{border:1px solid #aaa9a2;background:#fff;outline:0;-webkit-transition:all .15s ease-out 0;transition:all .15s ease-out 0}.button,.button-add,.button-add[type=submit],.button-save,button,button[type=submit]{box-sizing:border-box;min-height:35px;width:auto;display:inline-block;padding:.9em 1.37em;cursor:pointer;outline:0;text-decoration:none;color:#fff;font-size:11px;line-height:13px;font-weight:200;text-align:center;letter-spacing:1px;text-transform:uppercase;text-shadow:none;border-radius:.3rem;border:rgba(0,0,0,.05) solid;-webkit-transition:background .3s ease,border-color .3s ease,width 1s ease;transition:background .3s ease,border-color .3s ease,width 1s ease}.button-add:not(.button-loading):hover,.button-save:not(.button-loading):hover,.button:not(.button-loading):hover,button:not(.button-loading):hover{border-color:transparent;background:#f8f8f8;text-decoration:none}.large.button-add{padding:1em 1.8em;font-size:14px;line-height:16px;border-radius:.5rem}h1,h2{line-height:1.2em}.wide.button-add,button.wide{width:100%}@media (max-width:500px),(max-width:500px){.button,.button-add,.button-add[type=submit],.button-save,button,button[type=submit]{width:100%}}.button,button{color:#777;font-weight:400;background:#eee;box-shadow:none}.button:not(.button-loading):focus,.button:not(.button-loading):hover,button:not(.button-loading):focus,button:not(.button-loading):hover{border-color:rgba(0,0,0,.1)}main{padding:0 15px}.page-wrapper{box-sizing:border-box;max-width:1100px;margin:50px auto;background:#fff;border:1px solid #e2edf2;border-radius:2px}@media (max-width:1130px),(max-width:1130px){.page-wrapper{margin:1px auto}}@media (max-width:800px),(max-width:800px){.modal-close{top:18px}.page-wrapper{margin:16px auto}}@media (max-width:400px),(max-width:400px){main{padding:0}.page-wrapper{margin:1px auto;border:none}}.checkout-choose-plan form .label input[type=radio]:not(:checked)+.radio-indicator:before,.checkout-choose-plan label input[type=radio]:not(:checked)+.radio-indicator:before,form .checkout-choose-plan .label input[type=radio]:not(:checked)+.radio-indicator:before{content:'';position:absolute;top:6px;left:-1px;width:16px;height:16px;border:2px solid #DBDBDB;border-radius:16px}.blog-header,.vertical,.wrap{position:relative}@media (max-width:909px){.checkout-choose-plan form .label input[type=radio]:not(:checked)+.radio-indicator:before,.checkout-choose-plan label input[type=radio]:not(:checked)+.radio-indicator:before,form .checkout-choose-plan .label input[type=radio]:not(:checked)+.radio-indicator:before{top:4px}}.checkout-choose-plan form .label input[type=radio]:not(:checked)+.radio-indicator+p+.saving,.checkout-choose-plan label input[type=radio]:not(:checked)+.radio-indicator+p+.saving,form .checkout-choose-plan .label input[type=radio]:not(:checked)+.radio-indicator+p+.saving{background:#F2F2F2;text-decoration:line-through;color:rgba(0,0,0,.4)}.checkout-form .card-details .card-number input::-moz-placeholder{font-size:1.8rem;color:#A9A9A9}::-moz-selection{color:#f9dec7;background:#b3d5f3;text-shadow:none}::selection{color:#f9dec7;background:#b3d5f3;text-shadow:none}h1,h2,h3,h4,h5,h6{margin:1.25em 0}h1{font-size:4rem;text-indent:-3px;letter-spacing:-2px}@media (max-width:500px){h1{font-size:2.8rem}}h2{padding-top:0;font-size:3rem;text-indent:-2px;letter-spacing:-1px;border:0}@media (max-width:500px){h2{font-size:2.3rem}}h3{font-size:2.5rem}@media (max-width:500px){h3{font-size:2rem}}h4{font-size:2.2rem}@media (max-width:500px){h4{font-size:2rem}}h5{font-size:2rem}h6{font-size:1.8rem}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:underline;color:#242628}.post-meta a,.post-title a{text-decoration:none}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;color:#3498db;box-shadow:none}blockquote>p{font-family:freight-text-pro,Georgia,Cambria,"Times New Roman",Times,serif;font-style:italic;letter-spacing:.01rem;word-wrap:break-word}.vertical{top:-2%;display:table-cell;vertical-align:middle}.page-wrapper{padding:50px 60px}.blog-header{display:table;width:100%;height:300px;padding:0 60px;margin:-50px -60px 50px;text-align:center;color:#fff;background:center center no-repeat #303538;background-size:cover}@media (max-width:400px){.blog-header{width:100%;height:200px;padding:0 15px;margin:-15px -15px 15px}}@media (max-width:650px){.blog-header{width:114%;height:250px;padding:0 11%;margin:-11% 0 11% -18%}}@media (max-width:850px){.blog-header{width:114%;padding:0 11%;margin:-11% 0 11% -18%}}@media (max-width:1100px){.blog-header{padding:0 40px;margin:-30px -40px 30px}}.blog-header h1{background:rgba(139,195,74,.7);max-width:640px;margin:0 auto;font-size:2.8rem;letter-spacing:0;color:#fff;display:inline-block;padding:.5rem 2rem}@media (max-width:500px){.blog-header h1{font-size:1.8rem}}@media (max-width:650px){.blog-header h1{font-size:2.2rem}}@media (max-width:850px){.blog-header h1{margin:96px 96px 96px 56px;font-size:2.6rem}}.archive-template .blog-header{display:none}.blog-content{float:left;font-size:1.6rem;width:63.26531%}@media (max-width:500px){.blog-content{font-size:1.5rem}}.blog-content.fullscreen{width:100%}.blog-sidebar{float:right;width:30.61224%}.blog-sidebar h1,.blog-sidebar h2,.blog-sidebar h3,.blog-sidebar h4,.blog-sidebar h5,.blog-sidebar h6{margin-top:0}.blog-sidebar p{margin:0 0 15px;font-size:17px;font-weight:200;line-height:1.3em}.widget{padding:25px 30px 30px;margin-bottom:50px}@media (max-width:1100px){.page-wrapper{padding:30px 40px}}@media (max-width:1000px){.blog-content,.blog-sidebar{float:none;width:100%}}@media (max-width:850px){.page-wrapper{padding:8% 11%}.blog-content{margin-right:0}.blog-sidebar{position:static;width:100%;margin-top:30px}}@media (max-width:650px){.page-wrapper{padding:6% 9%}}@media (max-width:400px){.page-wrapper{padding:15px}}.post{margin-bottom:40px;border-bottom:#d0e2ea 1px dashed}@media (max-width:500px){.post{margin-bottom:25px}}.post-title{margin:0}.post-excerpt p{margin:2.6rem 0}@media (max-width:500px){.post-excerpt p{margin:2rem 0}.post-meta .author-img{display:none}}.post-meta{margin:5px 0;font-size:1.4rem;color:#9eabb3}.post-meta .author-img{float:left;width:24px;height:24px;margin-right:9px}.author-img{border-radius:100%}.post-meta a{color:#9eabb3}.post-meta a:hover{text-decoration:underline}.pagination a:hover,.read-next-story,.read-next-story:hover{text-decoration:none}.more-links{margin:2em 0}.read-more{min-height:0;padding:.3em .5em;font-size:10px;line-height:12px;vertical-align:top}@media (max-width:500px){.more-links{margin:1.6em 0}.more-links .right{display:none}.read-more{padding:1em}}@media (min-width:768px){.navbar-collapse.closed{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}}.wrap article aside,.wrap.featured .blog-sidebar{display:none}.wrap.featured .blog-content{width:100%}.wrap.featured article{max-width:700px;margin:0 auto;font-size:1.15em}.wrap.featured .post-title{margin-top:480px}@media (max-width:900px){.wrap.featured .post-title{margin-top:280px}}@media (max-width:500px){.wrap.featured .post-title{margin-top:140px}}.wrap.featured aside{display:block;float:right;width:300px;color:#111;border-top:3px solid #55acee;margin-top:5px;margin-right:-150px;margin-left:30px;margin-bototm:1.6em;background:#e2edf2;border-radius:3px;padding:20px 30px 25px;font-size:15px;line-height:1.8em}@media (max-width:1020px){.wrap.featured aside{display:none}}.wrap.featured .post-content .full-img{width:calc(100% + 120px);max-width:none;margin-left:-60px;margin-right:-60px}@media (max-width:1100px){.wrap.featured .post-content .full-img{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.hero{position:absolute;top:-50px;right:-60px;left:-60px;overflow:hidden}.hero-image{height:500px;background:center center no-repeat #eee;background-size:cover}@media (max-width:900px){.hero-image{height:300px}}@media (max-width:500px){.hero-image{height:200px}}.post-template .post{margin-bottom:0;border-bottom:none}.post-content{margin-bottom:3.2em}.post-content img{display:block;height:auto;max-width:100%;margin:2.2em auto}@media (max-width:500px){.post-content img{margin:1.6em auto}}.post-content .full-img{width:calc(100% + 60px);max-width:none;margin-left:-60px}@media (max-width:400px){.post-content .full-img{width:100%;width:calc(100% + 30px);margin-right:-15px;margin-left:-15px}}@media (max-width:650px){.post-content .full-img{width:122%;margin-right:-11%;margin-left:-11%}}@media (max-width:850px){.hero{top:-40px;right:-11%;left:-11%}.post-content .full-img{width:130%;margin-right:-15%;margin-left:-15%}}@media (max-width:1100px){.post-content .full-img{width:calc(100% + 30px);margin-left:-15px}}.share{margin:1.6em 0}.post-template .fb-like,.twitter-share-button{margin-right:30px}@media (max-width:750px){.share{display:none}}.fb-like{line-height:1.2rem}.pocket-btn{display:inline-block;margin-right:-10px;vertical-align:top}[class^=PIN_]{-webkit-transition:none;transition:none}.author{position:relative;padding:30px;margin:1.6em 0;border:2px dashed #e2edf2;background:#f4f8fa}.author .author-img{position:absolute;top:30px;left:30px;width:80px;height:80px;border:5px solid #fff}.author-meta{margin-left:120px}.author-meta h4{margin-top:.25rem}.author-meta p{margin:1rem 0 0;font-size:1.4rem}@media (max-width:550px){.author{padding:20px;text-align:center}.author .author-img{position:static}.author-meta{margin-left:0}.author-meta p{font-size:1.3rem}}.footnotes{font-size:1.3rem;font-style:italic}.footnotes li{margin:.6rem 0}.footnotes p{margin:0}.comments{margin-top:3.2em}code,pre{font:90%/1.5 Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;text-align:left;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;color:#000;text-shadow:0 1px #fff;direction:ltr}code::-moz-selection,pre::-moz-selection{background:#b3d4fc;text-shadow:none}code::selection,pre::selection{background:#b3d4fc;text-shadow:none}@media print{code,pre{text-shadow:none}}pre{padding:1em;margin:2.5rem 0;overflow:auto}:not(pre)>code,pre{border:1px solid rgba(0,0,0,.15);background:#fbfaf8}:not(pre)>code{font:72%/72% Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;background:#f7f7f9;padding:1px 3px;white-space:normal;color:#c25;border:1px solid #e1e1e8;border-radius:.3em;text-shadow:0 1px #fff}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#969896}.token.punctuation{color:#333}.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#0086b3}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#183691}.language-css .token.string,.style .token.string,.token.atrule,.token.attr-value,.token.entity,.token.keyword,.token.operator,.token.url{color:#a71d5d}.token.function{color:#0086b3}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[data-line]{position:relative;padding:1em 0 1em 3em}.line-highlight{position:absolute;right:0;left:0;padding:inherit 0;margin-top:1em;line-height:inherit;white-space:pre;pointer-events:none;background:-webkit-linear-gradient(left,rgba(153,122,102,.1) 70%,rgba(153,122,102,0));background:linear-gradient(left,rgba(153,122,102,.1) 70%,rgba(153,122,102,0))}.line-highlight:before,.line-highlight[data-end]:after{background:rgba(153,122,102,.4);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;font:700 65%/1.5 sans-serif;content:attr(data-start);text-align:center;vertical-align:.3em;color:#f5f2f0;border-radius:999px;box-shadow:0 1px #fff;text-shadow:none}.line-highlight[data-end]:after{top:auto;bottom:.4em;content:attr(data-end)}div.prism-show-language{position:relative}div.prism-show-language>div.prism-show-language-label[data-language]{background:#cfcfcf;position:absolute;top:0;right:0;bottom:auto;left:auto;z-index:1;display:inline-block;width:auto;height:auto;padding:0 .5em;font-size:.9em;-webkit-transform:none;transform:none;color:#000;border-radius:0 0 0 5px;box-shadow:none;text-shadow:none}.pagination,.pagination a{color:#9eabb3}.pagination{position:relative;margin:40px auto 20px;font-size:1.3rem;text-align:center}.newer-posts,.older-posts{position:absolute;display:inline-block;padding:5px 15px;-webkit-transition:border ease .3s;transition:border ease .3s;text-decoration:none;border:2px solid #ebf2f6;border-radius:30px}.older-posts{right:0}.page-number{display:inline-block;padding:5px 0}@media (max-width:500px){.newer-posts,.older-posts{position:static;margin:10px 0}.page-number{display:block}}.newer-posts{left:0}.newer-posts:hover,.older-posts:hover{border-color:#9eabb3}.read-next{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:4rem 0;overflow:hidden;border-radius:5px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.read-next-story{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:50%;overflow:hidden;text-align:center;color:#fff;background:center center no-repeat #222;background-size:cover;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.read-next-story:hover:before{-webkit-transition:all .2s ease;transition:all .2s ease;background:rgba(0,0,0,.8)}.read-next-story:hover .post:before{-webkit-transition:all .2s ease;transition:all .2s ease;color:#222;background:#fff}.read-next-story:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";-webkit-transition:all .5s ease;transition:all .5s ease;background:rgba(0,0,0,.7)}.read-next-story .post{position:relative;width:80%;padding:3rem 0;margin:0 auto}.read-next-story .post:before{font:1.1rem "Open Sans",sans-serif;padding:4px 10px 5px;content:"READ THIS NEXT";-webkit-transition:all .5s ease;transition:all .5s ease;color:rgba(255,255,255,.8);border:rgba(255,255,255,.5) solid;border-radius:4px}.read-next-story.prev .post:before{content:"Tal vez te interese"}.read-next-story h2{margin-top:3rem;color:#fff}.read-next-story p{margin:3rem 0 0;font-weight:200;line-height:1.4em;color:rgba(255,255,255,.8)}.read-next-story.no-cover{background:#fff}.read-next-story.no-cover:before{display:none}.read-next-story.no-cover .post:before{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.2)}.read-next-story.no-cover:hover .post:before{color:#3498db;border-color:#3498db}.read-next-story.no-cover h2{color:rgba(0,0,0,.8)}.read-next-story.no-cover p{color:rgba(0,0,0,.5)}.read-next-story.no-cover+.read-next-story.no-cover{border-left:rgba(0,0,100,.04) 1px solid}.tags{vertical-align:text-bottom}.tags>a{background:rgba(230,126,34,.7);padding:.167rem .5rem;font-size:.55rem;-webkit-transition:all 350ms;transition:all 350ms;color:#f8f8f8;border-radius:.7rem}#global-footer .poweredby a{text-decoration:underline}.ghost-love:hover,.popular-posts a:hover{text-decoration:none}.global-header{min-height:30px}#feature-one{color:#2ecc71}#feature-two{color:#3498db}@media (min-width:800px){#feature-one{height:30px;padding:6px 10px;margin:15px 0 0;-webkit-transition:all .5s ease;transition:all .5s ease;border:1.5px solid #2ecc71;border-radius:2px;background:rgba(255,255,255,.8)!important}#feature-one:hover{color:rgba(255,255,255,.8)!important;background:#2ecc71!important}#feature-two{height:30px;padding:6px 10px;margin:15px 0 0;-webkit-transition:all .5s ease;transition:all .5s ease;border:1.5px solid #3498db;border-radius:2px;background:rgba(255,255,255,.8)!important}#feature-two:hover{color:rgba(255,255,255,.8)!important;background:#3498db!important}}@media (max-width:800px){#feature-one,#feature-two{font-weight:900}}.button-add,.button-add[type=submit],.button-green{-webkit-transition:all .5s ease;transition:all .5s ease;background:#fff;border:2px solid #2ecc71;color:#2ecc71}.button-add:not(.button-loading):focus,.button-add:not(.button-loading):hover,.button-add[type=submit]:not(.button-loading):focus,.button-add[type=submit]:not(.button-loading):hover,.button-green:not(.button-loading):focus,.button-green:not(.button-loading):hover,.ghost-pro-ad:hover .button-add:not(.button-loading),.ghost-pro-ad:hover [type=submit].button-add:not(.button-loading){background:#2ecc71;color:#fff}.button-blue,.button-save,button[type=submit],input[type=submit]{background:#3498db;box-shadow:none}.button-blue:not(.button-loading):focus,.button-blue:not(.button-loading):hover,.button-save:not(.button-loading):focus,.button-save:not(.button-loading):hover,button[type=submit]:not(.button-loading):focus,button[type=submit]:not(.button-loading):hover,input[type=submit]:not(.button-loading):focus,input[type=submit]:not(.button-loading):hover{background:#217dbb}#blogsubscribe .modal-header{padding:50px 50px 0;text-align:center;border:none}#blogsubscribe .modal-title{font-size:2.8rem;font-weight:700;line-height:1.1em}@media (max-width:450px){#blogsubscribe .modal-header{padding:35px 20px 0}#blogsubscribe .modal-title{font-size:2.2rem}}#blogsubscribe .modal-body{padding:30px 50px 50px;text-align:center}@media (max-width:450px){#blogsubscribe .modal-body{padding:10px 20px 30px}}#blogsubscribe form{margin:0}#blogsubscribe input{width:100%;height:50px;padding:0 15px;margin-bottom:1rem}#blogsubscribe input:last-of-type{min-height:50px;font-size:1.8rem;line-height:1}@media (max-width:450px){#blogsubscribe input:last-of-type{font-size:1.3rem}}#blogsubscribe p{margin:1rem 0;color:#aaa9a2}.blog-text{color:#7d878a;border:1px solid #edece4;background:#f5f5f0}.blog-text ul{padding:0 0 0 1.2em;margin:0}.slack-box-content>h4{margin:1rem}.slack-box-content>p{margin:2rem 0}.slack-box-content>a{margin:1rem 0}.slack-box-content .button-add{width:60%}.ghost-love{display:block;text-align:center;color:#fff;background:#3498db}.ghost-love h3{font-size:2rem;font-weight:700;line-height:1.1em;color:#fff}.ghost-love .highlight{display:block;margin:3rem 0 .5rem;color:#fff}@media (max-width:1000px){.ghost-love .highlight{display:inline;margin:0}.ghost-love .highlight:after,.ghost-love .highlight:before{display:none}}.ghost-love .highlight:after,.ghost-love .highlight:before{display:inline-block;font-weight:200;content:"—"}.ghost-love .highlight:before{margin-right:5px}.ghost-love .highlight:after{margin-left:5px}.ghost-love h4{font-size:1.5rem;line-height:1.4em;color:rgba(255,255,255,.8)}.ghost-love-button{padding:15px 10px;margin:80px -30px -30px;font-size:1.5rem;font-weight:700;text-align:center;color:#fff;background:#e74c3c}.ghost-love:hover .ghost-love-button{background:#242628}.slack-box,.twitter-box{position:relative;padding:0}@media (max-width:1000px){.ghost-love-button{margin-top:30px}.slack-box,.twitter-box{display:none}}.slack-box img,.twitter-box img{width:100%}.twitter-box-profilepic{position:absolute;top:100px;left:50%;display:block;width:100px;height:100px;margin-left:-50px;text-align:center;border-radius:100%;background:#e2edf2}.twitter-box-profilepic img{width:90px;height:auto;margin-top:6px}.slack-box .twitter-box-profilepic,.twitter-box-dev .twitter-box-profilepic{background:#e2edf2;border:5px solid #fff}.slack-box .twitter-box-profilepic img,.twitter-box-dev .twitter-box-profilepic img{width:70px;margin-top:15px}.slack-box-content,.twitter-box-content{padding:50px 10px 10px;text-align:center;border:1px solid #eee;border-top:none}.slack-box-content h4,.twitter-box-content h4{font-size:2rem;font-weight:700}.slack-box-content p,.twitter-box-content p{margin:.8rem 0;font-size:1.4rem;line-height:1.5em;color:#35393b}.twitter-follow-button{margin:1rem 0}.popular-posts{padding:0}.popular-posts h3{margin-bottom:2rem;font-size:1.8rem;font-weight:700}.popular-posts mark{padding:0 4px;font-weight:400;color:#fff;background:#f1c40f}.popular-posts ol{padding:0;margin:0;list-style:none}.popular-posts li{position:relative;display:block;margin:0 0 2px;font-size:1.4rem;line-height:1.4em;background:#f0f6f8}.popular-posts li:hover{background:#e2edf2}.popular-posts li:hover .number{background:#d4e4ec}.popular-posts li:nth-child(3n) .number{border-color:#35393b}.popular-posts li:nth-child(3n+2) .number{border-color:#e74c3c}.popular-posts a{display:block;min-height:38px;padding:15px 15px 15px 75px;color:rgba(0,0,0,.7)}.popular-posts .number{position:absolute;top:0;bottom:0;left:0;display:block;width:37px;padding:10px;font-size:2.8rem;font-weight:700;line-height:1.5em;text-align:center;color:rgba(0,0,0,.2);border-left:#3498db 3px solid;background:#e2edf2}.blog-subscribe{padding:0;text-align:center}.blog-subscribe h3{font-weight:700}.blog-subscribe p{margin:1rem 0 2.5rem;font-size:1.6rem;font-weight:200;color:#aaa9a2}.subscribe-banner{width:100%;padding:10px 0;font-size:1.6rem;font-weight:700;text-align:center;color:#fff;background:#2ecc71}.subscribe-banner .button{color:#fff;background:#242628}.subscribe-banner .button:hover{background:#111}@media (max-width:800px){.subscribe-banner{display:none}} \ No newline at end of file +.collapsing,.modal-open,.page-wrapper{overflow:hidden}.modal,.modal-backdrop{top:0;right:0;left:0;bottom:0}.clearfix:after,.modal-footer:after,.navbar-collapse:after{clear:both}.blog-logo,.global-header .mobile-menu,.global-header li a,.modal-close,.modal-content,.page-wrapper,form input{box-sizing:border-box}article,aside,footer,header,main,nav,section{display:block}body{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}strong{font-weight:900}img{border:0}button,input{font:100% inherit;margin:0;line-height:normal}button{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}@font-face{font-family:Icons;src:url(../fonts/icons.eot?1);src:url(../fonts/icons.eot?1#iefix) format("embedded-opentype"),url(../fonts/icons.woff?1) format("woff"),url(../fonts/icons.ttf?1) format("truetype"),url(../fonts/icons.svg?1#icons) format("svg");font-weight:400;font-style:normal}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;-webkit-transition:height .35s ease;transition:height .35s ease}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;z-index:1040}.modal-footer:after,.modal-footer:before,.navbar-collapse:after,.navbar-collapse:before{display:table;content:" "}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050}.modal-content{background:#fff;position:relative;border:1px solid #999;border-radius:6px;outline:0}.modal-backdrop{background:#000;position:fixed;z-index:1030}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px}#footer-nav,nav li a{border-bottom:#e2edf2 1px solid}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}ol,p,ul{margin:1.6em 0}@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);overflow-scrolling:touch}@media (min-width:660px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}}.hidden{text-indent:-9999px;visibility:hidden;display:none}.right{float:right}.clearfix:after,.clearfix:before{content:" ";display:table}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;-ms-text-size-adjust:100%;font:62.5%/1.65 "Open Sans",sans-serif}.blog-logo>span,.nav-current,h1,h2,h3,h4{font-weight:900}body{width:100%;color:#3c4043;font-size:1.3rem}h1,h2,h3,h4{color:#242628;text-rendering:optimizeLegibility;line-height:1;margin-top:0}@media (max-width:800px),(max-width:800px){h1{font-size:4rem}}@media (max-width:400px),(max-width:400px){h1{font-size:3rem}}h2{margin-top:.8em;margin-bottom:.45rem}@media (max-width:800px),(max-width:800px){h2{font-size:2.8rem}}@media (max-width:400px),(max-width:400px){h2{font-size:2.6rem}}h3{margin-bottom:.6rem}h4{margin-bottom:.4rem}@media (max-width:800px),(max-width:800px){h3{font-size:1.8rem}h4{font-size:1.6rem}.global-header{min-height:44px}}@media (max-width:400px),(max-width:400px){h3{font-size:1.6rem}h4{font-size:1.5rem}}ol,ul{padding-left:2.4em}@media (max-width:600px),(max-width:600px){ol,ul{padding-left:1.6em}}li{margin:1.2rem 0}a{color:#5ba4e5;text-decoration:none;-webkit-transition:color .3s ease,text-decoration .3s ease,background .3s ease;transition:color .3s ease,text-decoration .3s ease,background .3s ease}a:hover{text-decoration:underline}mark{color:#000;background:#fdffb6;padding:0 .1rem}nav ul{list-style:none;margin:0;padding:0;border-top:#e2edf2 1px solid}nav li{margin:0;font-size:1.3rem}nav li a{display:block;padding:10px 15px;color:#7d878a}nav li a:hover{color:#242628;background:rgba(0,0,0,.04);text-decoration:none}nav li a:before{margin-right:1em}.blog-logo{display:block;position:relative;z-index:800;float:left;font-size:10px;text-decoration:none;height:30px;width:30px;text-align:center;-webkit-transition:all .15s ease;transition:all .15s ease;border-radius:2px}.blog-logo>img{vertical-align:-7%;text-transform:none;speak:none;line-height:1;position:absolute;top:4px;left:4px;max-width:22px}.blog-logo>span{color:rgba(60,80,90,.7);margin-left:40px;font-size:16px}.global-header{position:relative}.global-header .blog-logo{text-decoration:none;position:absolute;top:15px;left:15px;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width:660px),(max-width:660px){.global-header .blog-logo{width:81px;background:0 0;left:7px;-webkit-transition:all .25s ease,left .5s ease;transition:all .25s ease,left .5s ease;border-radius:0}.blog-logo>span{color:rgba(60,80,90,.7);margin-left:40px;font-size:16px}.global-header .blog-logo:after{color:#242628;opacity:1}}.global-header nav{background:#fff;width:100%;padding:10px 0;position:absolute;z-index:700}@media (max-width:1130px),(max-width:1130px){.global-header nav{padding:0}}@media (max-width:800px),(max-width:800px){.global-header .blog-logo{top:7px;left:7px}.global-header nav{position:fixed;box-shadow:rgba(0,0,0,.05) 0 1px 2px,rgba(255,255,255,.5) 0 -1px 0 inset;-webkit-transition:all .15s ease-out 0;transition:all .15s ease-out 0;background:gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(25%,#fff),color-stop(100%,rgba(255,255,255,.93)));background:-webkit-linear-gradient(top,#fff 0,#fff 25%,rgba(255,255,255,.93) 100%);background:linear-gradient(top,#fff 0,#fff 25%,rgba(255,255,255,.93) 100%);background:0 0,bottom,0,25%,100% rgba(255,255,255,.93)}.global-header nav::after,.global-header nav::before{content:"";height:44px;position:absolute;bottom:0;left:50%;box-shadow:rgba(0,0,0,.02) 0 1px 0}.global-header nav::before{width:70%;margin-left:-35%}.global-header nav::after{width:30%;margin-left:-15%}}.global-header .wrapper{padding:0 17px;min-height:60px;max-width:1100px;margin:0 auto}@media (max-width:800px),(max-width:800px){.global-header .wrapper{min-height:44px;padding:0 7px}}.global-header ul{float:right;border-top:none;position:relative;z-index:250}.global-header li{float:left;position:relative;font-size:1.1rem}.global-header li a{display:block;height:60px;padding:21px 20px;border-bottom:none;color:#242628;text-transform:uppercase}@media (max-width:800px),(max-width:800px){.global-header li a{height:44px;padding:13px 15px}}.global-header li a:hover{color:#5ba4e5;text-decoration:none;background:0 0}.global-header .mobile-menu{height:30px;width:30px;min-width:30px;min-height:30px;position:absolute;top:7px;right:7px;z-index:500;padding:0;color:#fff;text-align:center;background:#242628;border-radius:2px;display:none}.global-header .mobile-menu:before{font:normal 400 14px/1 Icons;text-transform:none;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e01c";margin-left:1px;vertical-align:-10%}#global-footer .facebook a:before,#global-footer .twitter a:before{font-family:Icons;font-weight:400;font-style:normal;text-transform:none;line-height:1;font-smoothing:antialiased}#global-footer .facebook a:before,#global-footer .twitter a:before,.modal-close:before{vertical-align:-7%;speak:none;-moz-osx-font-smoothing:grayscale}.global-header .mobile-menu:hover{text-decoration:none}.global-header .navbar-collapse{position:relative;z-index:400;clear:both;padding:0}@media (max-width:660px),(max-width:660px){.global-header .mobile-menu{display:block}.global-header .navbar-collapse{float:none;padding:0}.global-header .navbar-collapse li{float:none}.global-header .navbar-collapse li a{padding:13px 10px}.global-header .navbar-collapse li:first-child{margin-top:43px}}#global-footer{padding:20px;font-size:1.1rem;background:#fff}@media (max-width:600px),(max-width:600px){#global-footer{padding:0 15px}#global-footer .poweredby{display:block;width:100%;text-align:center}}#global-footer .poweredby{float:left;padding:12px 0;text-transform:none;font-weight:400;color:#7d878a}#global-footer .poweredby a{font-weight:400;color:#7d878a}#global-footer .poweredby a:hover{color:#5ba4e5}#global-footer .facebook a:before{content:"\e010"}#global-footer .facebook a:hover{text-decoration:none}#global-footer .twitter a:before{content:"\e00f"}#global-footer .twitter a:hover{text-decoration:none}#footer-nav{max-width:1100px;margin:0 auto 80px;position:relative;text-transform:uppercase}@media (max-width:800px),(max-width:800px){#footer-nav{margin:100px auto 50px}}#footer-nav ul{float:right;border-top:none}#footer-nav li{float:left;font-size:1em}#footer-nav li a{border:none}#footer-nav li:last-child a{padding-right:0}#footer-nav li:hover a{text-decoration:none;background:inherit}#social-menu{font-size:1.5em}#social-menu li a{padding:10px}#social-menu li a:before{margin-right:0}#social-menu li:first-child a{padding-left:0}@media (max-width:600px),(max-width:600px){#footer-nav{margin:0 auto;border:none}#social-menu{float:none!important;font-size:2.4rem;text-align:center}#social-menu li{display:inline-block;float:none}}@media (max-width:400px),(max-width:400px){.modal-dialog{padding:0}}.modal-close{display:block;position:absolute;top:25px;right:20px;color:#b3b9ba}.page-wrapper,.wrapper{position:relative}.modal-close:before{font:normal 400 18px/1 Icons;text-transform:none;font-smoothing:antialiased;content:"\e020"}.modal-close:hover{text-decoration:none;color:#7d878a}.modal-content{border:8px solid rgba(0,0,0,.2);box-shadow:none}form{margin:3.2em 0}form input{width:260px;padding:5px;margin:0 0 5px;outline:0;font-size:1.6rem;line-height:1.4em;background:#fff;border:1px solid #d0e2ea;border-radius:2px;box-shadow:rgba(0,0,0,.05) 0 1px 3px inset;-webkit-transition:all .15s ease-out 0;transition:all .15s ease-out 0}@media (max-width:500px),(max-width:500px){form input{width:100%}}form input[type=email]:focus{border:1px solid #aaa9a2;background:#fff;outline:0;-webkit-transition:all .15s ease-out 0;transition:all .15s ease-out 0}.button,.button-add,.button-add[type=submit],.button-save,button,button[type=submit]{box-sizing:border-box;min-height:35px;width:auto;display:inline-block;padding:.9em 1.37em;cursor:pointer;outline:0;text-decoration:none;color:#fff;font-size:11px;line-height:13px;font-weight:200;text-align:center;letter-spacing:1px;text-transform:uppercase;text-shadow:none;border-radius:.3rem;border:rgba(0,0,0,.05) solid;-webkit-transition:background .3s ease,border-color .3s ease,width 1s ease;transition:background .3s ease,border-color .3s ease,width 1s ease}.button-add:not(.button-loading):hover,.button-save:not(.button-loading):hover,.button:not(.button-loading):hover,button:not(.button-loading):hover{border-color:transparent;background:#f8f8f8;text-decoration:none}.large.button-add{padding:1em 1.8em;font-size:14px;line-height:16px;border-radius:.5rem}h1,h2{line-height:1.2em}.wide.button-add,button.wide{width:100%}@media (max-width:500px),(max-width:500px){.button,.button-add,.button-add[type=submit],.button-save,button,button[type=submit]{width:100%}}.button,button{color:#777;font-weight:400;background:#eee;box-shadow:none}.button:not(.button-loading):focus,.button:not(.button-loading):hover,button:not(.button-loading):focus,button:not(.button-loading):hover{border-color:rgba(0,0,0,.1)}main{padding:0 15px}.page-wrapper{max-width:1100px;margin:50px auto;background:#fff;border:1px solid #e2edf2;border-radius:2px}@media (max-width:1130px),(max-width:1130px){.page-wrapper{margin:1px auto}}@media (max-width:800px),(max-width:800px){.modal-close{top:18px}.page-wrapper{margin:16px auto}}@media (max-width:400px),(max-width:400px){main{padding:0}.page-wrapper{margin:1px auto;border:none}}.checkout-choose-plan form .label input[type=radio]:not(:checked)+.radio-indicator:before,.checkout-choose-plan label input[type=radio]:not(:checked)+.radio-indicator:before,form .checkout-choose-plan .label input[type=radio]:not(:checked)+.radio-indicator:before{content:'';position:absolute;top:6px;left:-1px;width:16px;height:16px;border:2px solid #DBDBDB;border-radius:16px}.blog-header,.vertical,.wrap{position:relative}@media (max-width:909px){.checkout-choose-plan form .label input[type=radio]:not(:checked)+.radio-indicator:before,.checkout-choose-plan label input[type=radio]:not(:checked)+.radio-indicator:before,form .checkout-choose-plan .label input[type=radio]:not(:checked)+.radio-indicator:before{top:4px}}.checkout-choose-plan form .label input[type=radio]:not(:checked)+.radio-indicator+p+.saving,.checkout-choose-plan label input[type=radio]:not(:checked)+.radio-indicator+p+.saving,form .checkout-choose-plan .label input[type=radio]:not(:checked)+.radio-indicator+p+.saving{background:#F2F2F2;text-decoration:line-through;color:rgba(0,0,0,.4)}.checkout-form .card-details .card-number input::-moz-placeholder{font-size:1.8rem;color:#A9A9A9}::-moz-selection{color:#f9dec7;background:#b3d5f3;text-shadow:none}::selection{color:#f9dec7;background:#b3d5f3;text-shadow:none}h1,h2,h3,h4,h5,h6{margin:1.25em 0}h1{font-size:4rem;text-indent:-3px;letter-spacing:-2px}@media (max-width:500px){h1{font-size:2.8rem}}h2{padding-top:0;font-size:3rem;text-indent:-2px;letter-spacing:-1px;border:0}@media (max-width:500px){h2{font-size:2.3rem}}h3{font-size:2.5rem}@media (max-width:500px){h3{font-size:2rem}}h4{font-size:2.2rem}@media (max-width:500px){h4{font-size:2rem}}h5{font-size:2rem}h6{font-size:1.8rem}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:underline;color:#242628}.post-meta a,.post-title a{text-decoration:none}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;color:#3498db;box-shadow:none}blockquote>p{font-family:freight-text-pro,Georgia,Cambria,"Times New Roman",Times,serif;font-style:italic;letter-spacing:.01rem;word-wrap:break-word}.vertical{top:-2%;display:table-cell;vertical-align:middle}.page-wrapper{padding:50px 60px}.blog-header{display:table;width:100%;height:300px;padding:0 60px;margin:-50px -60px 50px;text-align:center;color:#fff;background:center center no-repeat #303538;background-size:cover}@media (max-width:400px){.blog-header{width:100%;height:200px;padding:0 15px;margin:-15px -15px 15px}}@media (max-width:650px){.blog-header{width:114%;height:250px;padding:0 11%;margin:-11% 0 11% -18%}}@media (max-width:850px){.blog-header{width:114%;padding:0 11%;margin:-11% 0 11% -18%}}@media (max-width:1100px){.blog-header{padding:0 40px;margin:-30px -40px 30px}}.blog-header h1{background:rgba(139,195,74,.7);max-width:640px;margin:0 auto;font-size:2.8rem;letter-spacing:0;color:#fff;display:inline-block;padding:.5rem 2rem}@media (max-width:500px){.blog-header h1{font-size:1.8rem}}@media (max-width:650px){.blog-header h1{font-size:2.2rem}}@media (max-width:850px){.blog-header h1{margin:96px 96px 96px 56px;font-size:2.6rem}}.archive-template .blog-header{display:none}.blog-content{float:left;font-size:1.6rem;width:63.26531%}@media (max-width:500px){.blog-content{font-size:1.5rem}}.blog-content.fullscreen{width:100%}.blog-sidebar{float:right;width:30.61224%}.blog-sidebar h1,.blog-sidebar h2,.blog-sidebar h3,.blog-sidebar h4,.blog-sidebar h5,.blog-sidebar h6{margin-top:0}.blog-sidebar p{margin:0 0 15px;font-size:17px;font-weight:200;line-height:1.3em}.widget{padding:25px 30px 30px;margin-bottom:50px}@media (max-width:1100px){.page-wrapper{padding:30px 40px}}@media (max-width:1000px){.blog-content,.blog-sidebar{float:none;width:100%}}@media (max-width:850px){.page-wrapper{padding:8% 11%}.blog-content{margin-right:0}.blog-sidebar{position:static;width:100%;margin-top:30px}}@media (max-width:650px){.page-wrapper{padding:6% 9%}}@media (max-width:400px){.page-wrapper{padding:15px}}.post{margin-bottom:40px;border-bottom:#d0e2ea 1px dashed}@media (max-width:500px){.post{margin-bottom:25px}}.post-title{margin:0}.post-excerpt p{margin:2.6rem 0}@media (max-width:500px){.post-excerpt p{margin:2rem 0}.post-meta .author-img{display:none}}.post-meta{margin:5px 0;font-size:1.4rem;color:#9eabb3}.post-meta .author-img{float:left;width:24px;height:24px;margin-right:9px}.author-img{border-radius:100%}.post-meta a{color:#9eabb3}.post-meta a:hover{text-decoration:underline}.pagination a:hover,.read-next-story,.read-next-story:hover{text-decoration:none}.more-links{margin:2em 0}.read-more{min-height:0;padding:.3em .5em;font-size:10px;line-height:12px;vertical-align:top}@media (max-width:500px){.more-links{margin:1.6em 0}.more-links .right{display:none}.read-more{padding:1em}}@media (min-width:768px){.navbar-collapse.closed{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}}.wrap article aside,.wrap.featured .blog-sidebar{display:none}.wrap.featured .blog-content{width:100%}.wrap.featured article{max-width:700px;margin:0 auto;font-size:1.15em}.wrap.featured .post-title{margin-top:480px}@media (max-width:900px){.wrap.featured .post-title{margin-top:280px}}@media (max-width:500px){.wrap.featured .post-title{margin-top:140px}}.wrap.featured aside{display:block;float:right;width:300px;color:#111;border-top:3px solid #55acee;margin-top:5px;margin-right:-150px;margin-left:30px;margin-bototm:1.6em;background:#e2edf2;border-radius:3px;padding:20px 30px 25px;font-size:15px;line-height:1.8em}.pagination,.pagination a{color:#9eabb3}@media (max-width:1020px){.wrap.featured aside{display:none}}.wrap.featured .post-content .full-img{width:calc(100% + 120px);max-width:none;margin-left:-60px;margin-right:-60px}@media (max-width:1100px){.wrap.featured .post-content .full-img{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.hero{position:absolute;top:-50px;right:-60px;left:-60px;overflow:hidden}.hero-image{height:500px;background:center center no-repeat #eee;background-size:cover}@media (max-width:900px){.hero-image{height:300px}}@media (max-width:500px){.hero-image{height:200px}}.post-template .post{margin-bottom:0;border-bottom:none}.post-content{margin-bottom:3.2em}.post-content img{display:block;height:auto;max-width:100%;margin:2.2em auto}@media (max-width:500px){.post-content img{margin:1.6em auto}}.post-content .full-img{width:calc(100% + 60px);max-width:none;margin-left:-60px}@media (max-width:400px){.post-content .full-img{width:100%;width:calc(100% + 30px);margin-right:-15px;margin-left:-15px}}@media (max-width:650px){.post-content .full-img{width:122%;margin-right:-11%;margin-left:-11%}}@media (max-width:850px){.hero{top:-40px;right:-11%;left:-11%}.post-content .full-img{width:130%;margin-right:-15%;margin-left:-15%}}@media (max-width:1100px){.post-content .full-img{width:calc(100% + 30px);margin-left:-15px}}.share{margin:1.6em 0}.post-template .fb-like,.twitter-share-button{margin-right:30px}@media (max-width:750px){.share{display:none}}.fb-like{line-height:1.2rem}.pocket-btn{display:inline-block;margin-right:-10px;vertical-align:top}[class^=PIN_]{-webkit-transition:none;transition:none}.author{position:relative;padding:30px;margin:1.6em 0;border:2px dashed #e2edf2;background:#f4f8fa}.author .author-img{position:absolute;top:30px;left:30px;width:80px;height:80px;border:5px solid #fff}.author-meta{margin-left:120px}.author-meta h4{margin-top:.25rem}.author-meta p{margin:1rem 0 0;font-size:1.4rem}@media (max-width:550px){.author{padding:20px;text-align:center}.author .author-img{position:static}.author-meta{margin-left:0}.author-meta p{font-size:1.3rem}}.footnotes{font-size:1.3rem;font-style:italic}.footnotes li{margin:.6rem 0}.footnotes p{margin:0}.comments{margin-top:3.2em}.pagination{position:relative;margin:40px auto 20px;font-size:1.3rem;text-align:center}.newer-posts,.older-posts{position:absolute;display:inline-block;padding:5px 15px;-webkit-transition:border ease .3s;transition:border ease .3s;text-decoration:none;border:2px solid #ebf2f6;border-radius:30px}.older-posts{right:0}.page-number{display:inline-block;padding:5px 0}@media (max-width:500px){.newer-posts,.older-posts{position:static;margin:10px 0}.page-number{display:block}}.newer-posts{left:0}.newer-posts:hover,.older-posts:hover{border-color:#9eabb3}.read-next{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:4rem 0;overflow:hidden;border-radius:5px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.read-next-story{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:50%;overflow:hidden;text-align:center;color:#fff;background:center center no-repeat #222;background-size:cover;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.read-next-story:hover:before{-webkit-transition:all .2s ease;transition:all .2s ease;background:rgba(0,0,0,.8)}.read-next-story:hover .post:before{-webkit-transition:all .2s ease;transition:all .2s ease;color:#222;background:#fff}.read-next-story:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";-webkit-transition:all .5s ease;transition:all .5s ease;background:rgba(0,0,0,.7)}.read-next-story .post{position:relative;width:80%;padding:3rem 0;margin:0 auto}.read-next-story .post:before{font:1.1rem "Open Sans",sans-serif;padding:4px 10px 5px;content:"READ THIS NEXT";-webkit-transition:all .5s ease;transition:all .5s ease;text-transform:uppercase;color:rgba(255,255,255,.8);border:rgba(255,255,255,.5) solid;border-radius:4px}.read-next-story.prev .post:before{content:"Tal vez te interese"}.read-next-story h2{margin-top:3rem;color:#fff}.read-next-story p{margin:3rem 0 0;font-weight:200;line-height:1.4em;color:rgba(255,255,255,.8)}.read-next-story.no-cover{background:#fff}.read-next-story.no-cover:before{display:none}.read-next-story.no-cover .post:before{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.2)}.read-next-story.no-cover:hover .post:before{color:#3498db;border-color:#3498db}.read-next-story.no-cover h2{color:rgba(0,0,0,.8)}.read-next-story.no-cover p{color:rgba(0,0,0,.5)}.read-next-story.no-cover+.read-next-story.no-cover{border-left:rgba(0,0,100,.04) 1px solid}.tags{vertical-align:text-bottom}.tags>a{background:rgba(230,126,34,.7);padding:.167rem .5rem;font-size:.55rem;-webkit-transition:all 350ms;transition:all 350ms;text-transform:uppercase;color:#f8f8f8;border-radius:.7rem}#global-footer .poweredby a{text-decoration:underline}.global-header{min-height:30px}#feature-one{color:#2ecc71}#feature-two{color:#3498db}@media (min-width:800px){#feature-one{height:30px;padding:6px 10px;margin:15px 0 0;-webkit-transition:all .5s ease;transition:all .5s ease;border:1.5px solid #2ecc71;border-radius:2px;background:rgba(255,255,255,.8)!important}#feature-one:hover{color:rgba(255,255,255,.8)!important;background:#2ecc71!important}#feature-two{height:30px;padding:6px 10px;margin:15px 0 0;-webkit-transition:all .5s ease;transition:all .5s ease;border:1.5px solid #3498db;border-radius:2px;background:rgba(255,255,255,.8)!important}#feature-two:hover{color:rgba(255,255,255,.8)!important;background:#3498db!important}}@media (max-width:800px){#feature-one,#feature-two{font-weight:900}}.button-add,.button-add[type=submit],.button-green{-webkit-transition:all .5s ease;transition:all .5s ease;background:#fff;border:2px solid #2ecc71;color:#2ecc71}.button-add:not(.button-loading):focus,.button-add:not(.button-loading):hover,.button-add[type=submit]:not(.button-loading):focus,.button-add[type=submit]:not(.button-loading):hover,.button-green:not(.button-loading):focus,.button-green:not(.button-loading):hover,.ghost-pro-ad:hover .button-add:not(.button-loading),.ghost-pro-ad:hover [type=submit].button-add:not(.button-loading){background:#2ecc71;color:#fff}.button-blue,.button-save,button[type=submit],input[type=submit]{background:#3498db;box-shadow:none}.button-blue:not(.button-loading):focus,.button-blue:not(.button-loading):hover,.button-save:not(.button-loading):focus,.button-save:not(.button-loading):hover,button[type=submit]:not(.button-loading):focus,button[type=submit]:not(.button-loading):hover,input[type=submit]:not(.button-loading):focus,input[type=submit]:not(.button-loading):hover{background:#217dbb}#blogsubscribe .modal-header{padding:50px 50px 0;text-align:center;border:none}#blogsubscribe .modal-title{font-size:2.8rem;font-weight:700;line-height:1.1em}@media (max-width:450px){#blogsubscribe .modal-header{padding:35px 20px 0}#blogsubscribe .modal-title{font-size:2.2rem}}#blogsubscribe .modal-body{padding:30px 50px 50px;text-align:center}@media (max-width:450px){#blogsubscribe .modal-body{padding:10px 20px 30px}}#blogsubscribe form{margin:0}#blogsubscribe input{width:100%;height:50px;padding:0 15px;margin-bottom:1rem}#blogsubscribe input:last-of-type{min-height:50px;font-size:1.8rem;line-height:1}@media (max-width:450px){#blogsubscribe input:last-of-type{font-size:1.3rem}}#blogsubscribe p{margin:1rem 0;color:#aaa9a2}.fbgroup-box,.twitter-box{position:relative;padding:0}.fbgroup-box-profilepic,.twitter-box-profilepic{position:absolute;top:100px;left:50%;text-align:center}@media (max-width:1000px){.fbgroup-box,.twitter-box{display:none}}.fbgroup-box img,.twitter-box img{width:100%}.twitter-box-profilepic{display:block;width:100px;height:100px;margin-left:-50px;border-radius:100%;background:#fff}.twitter-box-profilepic img{width:80%;height:auto;margin-top:6px}.fbgroup-box .twitter-box-profilepic,.twitter-box-dev .twitter-box-profilepic{background:#e2edf2;border:5px solid #fff}.fbgroup-box .twitter-box-profilepic img,.twitter-box-dev .twitter-box-profilepic img{width:70px;margin-top:15px}.fbgroup-box-content,.twitter-box-content{padding:50px 10px 10px;text-align:center;border:1px solid #eee;border-top:none}.fbgroup-box-content h4,.twitter-box-content h4{font-size:2rem;font-weight:700}.fbgroup-box-content p,.twitter-box-content p{margin:.8rem 0;font-size:1.4rem;line-height:1.5em;color:#35393b}.twitter-follow-button{margin:1rem 0}.facebook-box{padding:3px 0 0}@media (max-width:1000px){.facebook-box{display:none}}.fbgroup-box .fbgroup-box-profilepic img{width:70px;margin-top:15px}.fbgroup-box-content>h4{margin:1rem}.fbgroup-box-content>p{margin:2rem 0}.fbgroup-box-content>a{margin:1rem 0}.fbgroup-box-content .button-add{width:60%}.fbgroup-box-profilepic{display:block;width:100px;height:100px;margin-left:-50px;border-radius:100%;background:#fff}.fbgroup-box-profilepic img{width:80%;height:auto;margin-top:6px}.feature-post,.popular-posts{padding:0}.feature-post h3,.popular-posts h3{margin-bottom:2rem;font-size:1.8rem;font-weight:700;text-transform:uppercase}.feature-post mark,.popular-posts mark{padding:0 4px;font-weight:400;color:#fff;background:#f1c40f}.feature-post ol,.popular-posts ol{padding:0;margin:0;list-style:none}.feature-post li,.popular-posts li{position:relative;display:block;margin:0 0 2px;font-size:1.4rem;line-height:1.4em;background:#f0f6f8}.feature-post li:hover,.popular-posts li:hover{background:#e2edf2}.feature-post li:hover .number,.popular-posts li:hover .number{background:#d4e4ec}.feature-post li:nth-child(3n) .number,.popular-posts li:nth-child(3n) .number{border-color:#35393b}.feature-post li:nth-child(3n+2) .number,.popular-posts li:nth-child(3n+2) .number{border-color:#e74c3c}.feature-post a,.popular-posts a{display:block;min-height:38px;padding:15px 15px 15px 75px;color:rgba(0,0,0,.7)}.feature-post a:hover,.popular-posts a:hover{text-decoration:none}.feature-post .number,.popular-posts .number{position:absolute;top:0;bottom:0;left:0;display:block;width:37px;padding:10px;font-size:2.8rem;font-weight:700;line-height:1.5em;text-align:center;color:rgba(0,0,0,.2);border-left:#3498db 3px solid;background:#e2edf2}.blog-subscribe{padding:0;text-align:center}.blog-subscribe h3{font-weight:700;text-transform:uppercase}.blog-subscribe p{margin:1rem 0 2.5rem;font-size:1.6rem;font-weight:200;color:#aaa9a2}.subscribe-banner{width:100%;padding:10px 0;font-size:1.6rem;font-weight:700;text-align:center;color:#fff;background:#2ecc71}.subscribe-banner .button{color:#fff;background:#242628}.subscribe-banner .button:hover{background:#111}@media (max-width:800px){.subscribe-banner{display:none}} \ No newline at end of file diff --git a/assets/js/bloggy.en_ES.js b/assets/js/bloggy.en_ES.js index 54dc2f3..79dee24 100644 --- a/assets/js/bloggy.en_ES.js +++ b/assets/js/bloggy.en_ES.js @@ -1,8 +1,8 @@ /** * bloggy - Branding theme for Ghost - * @version 0.1.0 + * @version 0.2.0 * @link https://github.com/Kikobeats/bloggy * @author Kiko Beats (https://github.com/Kikobeats) * @license MIT */ -+function(e){"use strict";function t(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(void 0!==e.style[n])return{end:t[n]}}e.fn.emulateTransitionEnd=function(t){var n=!1,i=this;e(this).one(e.support.transition.end,function(){n=!0});var a=function(){n||e(i).trigger(e.support.transition.end)};return setTimeout(a,t),this},e(function(){e.support.transition=t()})}(jQuery),+function(e){"use strict";var t=function(n,i){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,i),this.transitioning=null,this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.DEFAULTS={toggle:!0},t.prototype.dimension=function(){var e=this.$element.hasClass("width");return e?"width":"height"},t.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var t=e.Event("show.bs.collapse");if(this.$element.trigger(t),!t.isDefaultPrevented()){var n=this.$parent&&this.$parent.find("> .panel > .in");if(n&&n.length){var i=n.data("bs.collapse");if(i&&i.transitioning)return;n.collapse("hide"),i||n.data("bs.collapse",null)}var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0),this.transitioning=1;var o=function(){this.$element.removeClass("collapsing").addClass("in")[a]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return o.call(this);var s=e.camelCase(["scroll",a].join("-"));this.$element.one(e.support.transition.end,e.proxy(o,this)).emulateTransitionEnd(350)[a](this.$element[0][s])}}},t.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var t=e.Event("hide.bs.collapse");if(this.$element.trigger(t),!t.isDefaultPrevented()){var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var i=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return e.support.transition?void this.$element[n](0).one(e.support.transition.end,e.proxy(i,this)).emulateTransitionEnd(350):i.call(this)}}},t.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var i=e(this),a=i.data("bs.collapse"),o=e.extend({},t.DEFAULTS,i.data(),"object"==typeof n&&n);a||i.data("bs.collapse",a=new t(this,o)),"string"==typeof n&&a[n]()})},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(t){var n,i=e(this),a=i.attr("data-target")||t.preventDefault()||(n=i.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,""),o=e(a),s=o.data("bs.collapse"),r=s?"toggle":i.data(),l=i.attr("data-parent"),c=l&&e(l);s&&s.transitioning||(c&&c.find('[data-toggle=collapse][data-parent="'+l+'"]').not(i).addClass("collapsed"),i[o.hasClass("in")?"addClass":"removeClass"]("collapsed")),o.collapse(r)})}(jQuery),+function(e){"use strict";var t=function(t,n){this.options=n,this.$element=e(t),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},t.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},t.prototype.show=function(t){var n=this,i=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(i),this.isShown||i.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',e.proxy(this.hide,this)),this.backdrop(function(){var i=e.support.transition&&n.$element.hasClass("fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),i&&n.$element[0].offsetWidth,n.$element.addClass("in").attr("aria-hidden",!1),n.enforceFocus();var a=e.Event("shown.bs.modal",{relatedTarget:t});i?n.$element.find(".modal-dialog").one(e.support.transition.end,function(){n.$element.focus().trigger(a)}).emulateTransitionEnd(300):n.$element.focus().trigger(a)}))},t.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t),this.isShown&&!t.isDefaultPrevented()&&(this.isShown=!1,this.escape(),e(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),e.support.transition&&this.$element.hasClass("fade")?this.$element.one(e.support.transition.end,e.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},t.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){this.$element[0]===e.target||this.$element.has(e.target).length||this.$element.focus()},this))},t.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",e.proxy(function(e){27==e.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},t.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},t.prototype.backdrop=function(t){var n=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&n;if(this.$backdrop=e('