:root{--color-white: #fff;--color-black: #000;--color--primary: #eb2f64;--color--primary-light: #FF3366;--color--primary-dark: #BA265D;--color--grey-light-1: #faf9f9;--color--grey-light-2: #f4f2f2;--color--grey-light-3: #f0eeee;--color--grey-light-4: #ccc;--color--grey-dark-1: #333;--color--grey-dark-2: #777;--color--grey-dark-3: #999;--shadow-dark: 0 2rem 6rem rgba(252, 183, 183, 0.3);--shadow-btn: 0 1rem 4 rem rgba(0, 0, 0, .25);--shadow-detail: 0 2rem 5rem rgba(0, 0, 0, .06);--gradient--primary-ltd: linear-gradient(to right bottom, var(--color--primary-light), var(--color--primary-dark));--gradient--primary-dtl: linear-gradient(to right bottom, var(--color--primary-dark), var(--color--primary-light));--border-grey: 1px solid var(--color--grey-light-2)}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:none;box-shadow:none}50%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 1rem 4rem var(--shadow-btn);box-shadow:0 1rem 4rem var(--shadow-btn)}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:none;box-shadow:none}}@keyframes pulsate{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:none;box-shadow:none}50%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 1rem 4rem var(--shadow-btn);box-shadow:0 1rem 4rem var(--shadow-btn)}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:none;box-shadow:none}}*{margin:0;padding:0}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}html{font-size:62.5%;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width: 68.75em){html{font-size:50%}}body{min-height:100vh}body{font-size:1.6rem;font-family:"Open Sans", sans-serif;font-weight:400;line-height:1.6;color:var(--color--grey-dark-1)}.paragraph:not(:last-of-type){margin-bottom:2rem}.list{list-style:none;margin:3rem 0;padding:3rem 0;border-top:var(--border-grey);border-bottom:var(--border-grey);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 37.5em){.list{padding:3rem}}@media only screen and (max-width: 37.44em){.list{padding:3rem 0}}.list__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin-bottom:.7rem}.list__item::before{content:"";display:inline-block;margin-right:.7rem;height:1rem;width:1rem;background-image:url(../img/chevron-thin-right.svg);background-size:cover}@supports (-webkit-mask-image: url()) or (mask-image: url()){.list__item::before{background-color:var(--color--primary);-webkit-mask-image:url(../img/chevron-thin-right.svg);-webkit-mask-size:cover;mask-image:url(../img/chevron-thin-right.svg);mask-size:cover;background-image:none}}.container{max-width:120rem;margin:8rem auto;background-color:var(--color--grey-light-1);-webkit-box-shadow:var(--shadow-dark);box-shadow:var(--shadow-dark)}@media only screen and (max-width: 75em){.container{margin:0;min-width:100%;-webkit-box-shadow:none;box-shadow:none}}.content{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 56.25em){.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header{font-size:1.4rem;height:6rem;background-color:#fff;border-bottom:var(--border-grey);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.44em){.header{height:11rem;padding:0 1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:distribute;align-content:space-around}}.logo{height:3.25rem;margin-left:2rem}.main{background-color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1}.legal{font-size:1.2rem;color:var(--color--grey-light-4);text-align:center;padding:2.5rem}@media only screen and (max-width: 56.25em){.legal{display:none}}.sidebar{background-color:var(--color--grey-dark-1);-webkit-box-flex:0;-ms-flex:0 0 18%;flex:0 0 18%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.user-nav{-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.user-nav__icon-box,.user-nav__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2rem;cursor:pointer;height:100%;position:inherit}.user-nav__icon-box:focus-within,.user-nav__icon-box:hover,.user-nav__user:focus-within,.user-nav__user:hover{background-color:var(--color--grey-light-3)}.user-nav__icon-box:hover>.menu,.user-nav__icon-box:focus>.menu,.user-nav__user:hover>.menu,.user-nav__user:focus>.menu{visibility:visible;opacity:1}.user-nav__icon{height:2.3rem;width:2.3rem;fill:var(--color--grey-dark-2)}.user-nav__notification{font-size:.9rem;height:1.8rem;width:1.8rem;border-radius:50%;background-color:var(--color--primary);color:#fff;position:absolute;top:1.4rem;right:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.user-nav__username{font-size:1.1rem;color:var(--color--grey-dark-2);text-transform:uppercase;font-weight:600}@media only screen and (max-width: 37.44em){.user-nav__username{display:none}}.user-nav__user-photo{margin-right:1.2rem;height:3.75rem;border-radius:50%}@media only screen and (max-width: 37.44em){.user-nav__user-photo{margin-right:0}}.sidenav{list-style:none;font-size:1.4rem;margin-top:3.5rem}@media only screen and (max-width: 56.25em){.sidenav{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.sidenav__item{position:relative}@media only screen and (max-width: 56.25em){.sidenav__item{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}}@media only screen and (max-width: 37.44em){.sidenav__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;text-align:center}}.sidenav__item:not(:last-child){margin-bottom:.5rem}@media only screen and (max-width: 56.25em){.sidenav__item:not(:last-child){margin:0}}.sidenav__item::before{content:"";position:absolute;top:0;left:0;height:100%;width:3px;background-color:var(--color--primary);-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transition:width .2s .3s ease-in, background-color .1s,  -webkit-transform .2s;transition:width .2s .3s ease-in, background-color .1s,  -webkit-transform .2s;transition:transform .2s,  width .2s .3s ease-in, background-color .1s;transition:transform .2s,  width .2s .3s ease-in, background-color .1s,  -webkit-transform .2s}.sidenav__item:hover::before,.sidenav__item--active::before{-webkit-transform:scaleY(1);transform:scaleY(1);width:100%}.sidenav__item:active::before{background-color:var(--color--primary-light)}.sidenav__link:link,.sidenav__link:visited{padding:1.5rem 3rem;text-transform:uppercase;text-decoration:none;color:var(--color--grey-light-1);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:10;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 56.25em){.sidenav__link:link,.sidenav__link:visited{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem}}@media only screen and (max-width: 37.44em){.sidenav__link:link,.sidenav__link:visited{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sidenav__icon{margin-right:2rem;fill:currentColor;height:1.75rem;width:1.75rem}@media only screen and (max-width: 37.44em){.sidenav__icon{margin-right:0;margin-bottom:.75rem}}.detail{display:-webkit-box;display:-ms-flexbox;display:flex;padding:4.5rem;background-color:var(--color--grey-light-1);border-bottom:var(--border-grey);font-size:1.4rem}@media only screen and (max-width: 56.25em){.detail{padding:3rem}}@media only screen and (max-width: 37.5em){.detail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 37.44em){.detail{padding:2rem 1rem}}.detail__description{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;margin-right:4.5rem;padding:3rem;background-color:var(--color-white);-webkit-box-shadow:var(--shadow-detail);box-shadow:var(--shadow-detail);font-size:inherit}@media only screen and (max-width: 56.25em){.detail__description{padding:2rem;margin-right:3rem}}@media only screen and (max-width: 37.5em){.detail__description{margin-right:0;margin-bottom:3rem}}@media only screen and (max-width: 37.44em){.detail__description{margin-bottom:2rem}}.detail__user-review{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:var(--color-white)}.cta{padding:3.5rem 0;text-align:center}@media only screen and (max-width: 37.44em){.cta{padding:3.5rem 8rem}}.cta__alert{font-size:1.5rem;font-weight:300;margin-bottom:3rem;text-transform:uppercase}.search{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 37.44em){.search{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.search__input{font-family:inherit;font-size:inherit;color:inherit;background-color:var(--color--grey-light-2);border-radius:100px;border:none;padding:.7rem 2rem;width:90%;-webkit-transition:all .2s;transition:all .2s}@media only screen and (max-width: 37.44em){.search__input{width:100%}}.search__input:focus{outline:none;width:100%;background-color:var(--color--grey-light-3)}@media only screen and (max-width: 37.44em){.search__input:focus{width:100%}}.search__input::-webkit-input-placeholder{font-weight:100;color:var(--color--grey-light-4)}.search__input:focus+.search__btn{background-color:var(--color--grey-light-3)}.search__btn{margin-left:-3.5rem;border:none;background-color:var(--color--grey-light-2)}.search__btn:focus{outline:none}.search__btn:active{-webkit-transform:translateY(2px);transform:translateY(2px)}.search__icon{height:2rem;width:2rem;fill:var(--color--grey-dark-3)}.search__suggestion-menu{cursor:pointer;visibility:hidden;list-style:none;position:absolute;opacity:0;top:4rem;min-width:95%;margin-left:.75rem;background-color:#fff;-webkit-box-shadow:0 1rem 2rem rgba(0,0,0,0.5);box-shadow:0 1rem 2rem rgba(0,0,0,0.5);-webkit-filter:drop-shadow(0 0 0 rgba(0,0,0,0.5));filter:drop-shadow(0 0 0 rgba(0,0,0,0.5));z-index:99;-webkit-transition:all .2s .2s;transition:all .2s .2s}.search__input:focus ~ .search__suggestion-menu{visibility:visible;opacity:1}.search__suggestion-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:var(--border-grey)}.search__suggestion-link:hover{background-color:var(--color--grey-light-3)}.suggestion-item__heading{color:inherit;font-size:1.3rem;text-transform:uppercase;font-weight:400;letter-spacing:1px;padding:1.5rem;margin-right:auto}.suggestion-item__ranking{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:7rem;margin-right:3rem}.suggestion-item__icon-star{width:1.3rem;height:1.3rem;fill:var(--color--primary)}.suggestion-item__rating{background-color:var(--color--primary);color:var(--color-white);-ms-flex-item-align:stretch;align-self:stretch;padding:0 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem;font-weight:300}.gallery{display:-webkit-box;display:-ms-flexbox;display:flex}.gallery__photo{height:100%;width:100%;display:block}.overview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:var(--border-grey)}@media only screen and (max-width: 37.44em){.overview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.overview__heading{color:inherit;font-size:2.25rem;text-transform:uppercase;font-weight:300;letter-spacing:1px;padding:1.5rem 3rem}@media only screen and (max-width: 37.44em){.overview__heading{margin:0;padding:2rem}}.overview__ranking{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto}@media only screen and (max-width: 37.44em){.overview__ranking{margin-right:0;margin-bottom:2rem}}.overview__location{font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overview__icon-star,.overview__icon-location{width:2rem;height:2rem;fill:var(--color--primary)}.overview__icon-location{margin-right:.5rem}.overview__rating{background-color:var(--color--primary);color:var(--color-white);margin-left:3rem;-ms-flex-item-align:stretch;align-self:stretch;padding:0 2.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.3}@media only screen and (max-width: 37.44em){.overview__rating{-ms-flex-item-align:center;align-self:center;margin-left:0;margin:2rem 0;padding:2rem;line-height:1.5}}.overview__rating-average{font-size:2.8rem;font-weight:300}.overview__rating-count{font-size:1.1rem;text-transform:uppercase}.btn-inline{border:none;color:var(--color--primary);font-size:inherit;border-bottom:1px solid currentColor;padding:0 .4rem .2rem .4rem;display:inline-block;background-color:transparent;cursor:pointer}@media only screen and (max-width: 37.44em){.btn-inline{border-bottom:none}}.btn-inline span{margin-left:3px;-webkit-transition:margin-left .2s;transition:margin-left .2s}.btn-inline:hover{color:var(--color--grey-dark-1)}.btn-inline:hover span{margin-left:8px}.btn-inline:focus{outline:none;-webkit-animation:pulsate 1s infinite;animation:pulsate 1s infinite}.btn-cta{position:relative;font-size:1.3rem;border:none;font-weight:300;text-transform:uppercase;border-radius:100px;background-image:var(--gradient--primary-ltd);color:#fff;overflow:hidden;outline:none;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s}@media only screen and (max-width: 37.44em){.btn-cta{width:100%}}.btn-cta>*{display:inline-block;height:100%;width:100%;-webkit-transition:all .2s;transition:all .2s}.btn-cta__visible{padding:1.9rem 6rem}.btn-cta__invisible{padding:1.9rem 0;position:absolute;left:0;top:-100%}.btn-cta:hover{background-image:var(--gradient--primary-dtl)}.btn-cta:hover .btn-cta__visible{-webkit-transform:translateY(100%);transform:translateY(100%)}.btn-cta:hover .btn-cta__invisible{top:0}.btn-cta:active{background-image:-webkit-gradient(linear, left top, left bottom, from(var(--color--primary-light)), to(var(--color--primary-light)));background-image:linear-gradient(var(--color--primary-light), var(--color--primary-light))}.recommend{font-size:1.3rem;color:var(--color--grey-dark-3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.recommend{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-line-pack:center;align-content:center;justify-items:center}}.recommend__friends{display:-webkit-box;display:-ms-flexbox;display:flex}.recommend__photo{-webkit-box-sizing:content-box;box-sizing:content-box;height:4rem;width:4rem;border:3px solid #fff;border-radius:50%}.recommend__photo:not(:last-child){margin-right:-1.5rem}.recommend__count{margin-right:auto}@media only screen and (max-width: 37.5em){.recommend__count{margin-right:0}}.user-review{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-review__review{background-color:#fff;-webkit-box-shadow:var(--shadow-detail);box-shadow:var(--shadow-detail);padding:3rem;margin-bottom:3.5rem;position:relative}@media only screen and (max-width: 56.25em){.user-review__review{padding:2rem;margin-bottom:3rem}}@media only screen and (max-width: 37.44em){.user-review__review{margin-bottom:2rem}}.user-review__review::before{content:"\201C";position:absolute;top:-2.75rem;left:-1rem;font-size:20rem;color:var(--color--grey-light-2);font-family:sans-serif;line-height:1;z-index:1;overflow:hidden}.user-review__text{position:relative;z-index:10}.user-review__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem}.user-review__photo{height:4.5rem;width:4.5rem;border-radius:50%}.user-review__user-box{margin-left:2rem;margin-right:auto}.user-review__username{font-size:1.1rem;font-weight:600;text-transform:uppercase;margin-bottom:.4rem}.user-review__user-date{font-size:1rem;color:var(--color--grey-dark-3)}.user-review__rating{color:var(--color--primary);font-size:2.4rem;font-weight:300}.menu{visibility:hidden;list-style:none;position:absolute;background-color:#fff;top:100%;right:0;-webkit-transition:all .2s .1s;transition:all .2s .1s;opacity:0;padding-top:1.5rem;-webkit-box-shadow:0 1rem 2rem rgba(0,0,0,0.5);box-shadow:0 1rem 2rem rgba(0,0,0,0.5);-webkit-filter:drop-shadow(0 0 0 rgba(0,0,0,0.5));filter:drop-shadow(0 0 0 rgba(0,0,0,0.5));z-index:99}@media only screen and (max-width: 37.44em){.menu{-webkit-filter:none;filter:none}}.menu:before{content:"";position:absolute;top:-1rem;right:2rem;border-left:1rem solid transparent;border-right:1rem solid transparent;border-bottom:1rem solid #fff}@media only screen and (max-width: 37.44em){.menu:before{-webkit-filter:none;filter:none}}.menu:hover{visibility:visible;opacity:1}.menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.3rem 8rem 1.3rem 1.5rem}.menu__item:hover{background-color:var(--color--grey-light-3)}.menu__link:link,.menu__link:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;font-size:inherit;color:var(--color--grey-dark-1)}.menu__icon{height:1.75rem;width:1.75rem;fill:currentColor;margin-right:1rem}.menu__label{white-space:nowrap;display:inline-block}.menu__user-photo{margin-right:.7rem;height:4rem;border-radius:50%}.menu__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 1.5rem}@media only screen and (max-width: 37.44em){.menu__user{max-width:30rem}}.menu__user:hover{background-color:var(--color--grey-light-3)}.menu__user-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:.5rem;min-width:25rem}@media only screen and (max-width: 37.44em){.menu__user-box{min-width:20rem;max-width:20rem}}.menu__username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:20rem;font-size:1.1rem;font-weight:600;text-transform:uppercase}@media only screen and (max-width: 37.44em){.menu__username{max-width:10rem}}.menu__timestamp{font-size:1rem;font-weight:600;margin-left:auto;color:var(--color--grey-dark-3)}.menu__user-msg{width:100%;font-size:1.1rem;max-height:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color--grey-dark-3)}.menu__user-msg--unread{font-weight:bold;font-style:italic;color:var(--color--grey-dark-1)}body{background-image:var(--gradient--primary-ltd);background-size:cover;background-repeat:no-repeat}
