| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063 |
- /**
- * selectize.css (v0.12.6)
- * Copyright (c) 2013–2015 Brian Reavis & contributors
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
- * file except in compliance with the License. You may obtain a copy of the License at:
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
- * ANY KIND, either express or implied. See the License for the specific language
- * governing permissions and limitations under the License.
- *
- * @author Brian Reavis <brian@thirdroute.com>
- */
- .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
- visibility: visible !important;
- background: #f2f2f2 !important;
- background: rgba(0, 0, 0, 0.06) !important;
- border: 0 none !important;
- -webkit-box-shadow: inset 0 0 12px 4px #fff;
- box-shadow: inset 0 0 12px 4px #fff;
- }
- .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
- content: '!';
- visibility: hidden;
- }
- .selectize-control.plugin-drag_drop .ui-sortable-helper {
- -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
- }
- .selectize-dropdown-header {
- position: relative;
- padding: 5px 8px;
- border-bottom: 1px solid #d0d0d0;
- background: #f8f8f8;
- -webkit-border-radius: 3px 3px 0 0;
- -moz-border-radius: 3px 3px 0 0;
- border-radius: 3px 3px 0 0;
- }
- .selectize-dropdown-header-close {
- position: absolute;
- right: 8px;
- top: 50%;
- color: #303030;
- opacity: 0.4;
- margin-top: -12px;
- line-height: 20px;
- font-size: 20px !important;
- }
- .selectize-dropdown-header-close:hover {
- color: #000000;
- }
- .selectize-dropdown.plugin-optgroup_columns .optgroup {
- border-right: 1px solid #f2f2f2;
- border-top: 0 none;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
- border-right: 0 none;
- }
- .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
- display: none;
- }
- .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
- border-top: 0 none;
- }
- .selectize-control.plugin-remove_button [data-value] {
- position: relative;
- padding-right: 24px !important;
- }
- .selectize-control.plugin-remove_button [data-value] .remove {
- z-index: 1;
- /* fixes ie bug (see #392) */
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- width: 17px;
- text-align: center;
- font-weight: bold;
- font-size: 12px;
- color: inherit;
- text-decoration: none;
- vertical-align: middle;
- display: inline-block;
- padding: 2px 0 0 0;
- border-left: 1px solid #d0d0d0;
- -webkit-border-radius: 0 3px 3px 0;
- -moz-border-radius: 0 3px 3px 0;
- border-radius: 0 3px 3px 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .selectize-control.plugin-remove_button [data-value] .remove:hover {
- background: rgba(0, 0, 0, 0.05);
- }
- .selectize-control.plugin-remove_button [data-value].active .remove {
- border-left-color: #cacaca;
- }
- .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
- background: none;
- }
- .selectize-control.plugin-remove_button .disabled [data-value] .remove {
- border-left-color: #ffffff;
- }
- .selectize-control.plugin-remove_button .remove-single {
- position: absolute;
- right: 0;
- top: 0;
- font-size: 23px;
- }
- .selectize-control {
- position: relative;
- }
- .selectize-dropdown,
- .selectize-input,
- .selectize-input input {
- color: #303030;
- font-family: inherit;
- font-size: 13px;
- line-height: 18px;
- -webkit-font-smoothing: inherit;
- }
- .selectize-input,
- .selectize-control.single .selectize-input.input-active {
- background: #fff;
- cursor: text;
- display: inline-block;
- }
- .selectize-input {
- padding: 8px 8px;
- display: inline-block;
- width: 920px !important;
- min-width: 920px !important;
- max-width: 920px !important;
- height: 68px !important;
- overflow: hidden;
- overflow-y: auto;
- position: relative;
- z-index: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-top: 225px;
- border: none !important;
- box-shadow: none !important;
- padding-top: 25px !important;
- text-align: left;
- background: #fff !important;
- border-radius: 3px !important;
- }
- .selectize-control.multi .selectize-input.has-items {
- padding: 6px 8px 3px;
- }
- .selectize-input.full {
- background-color: #fff;
- }
- .selectize-input.disabled,
- .selectize-input.disabled * {
- cursor: default !important;
- }
- .selectize-input.focus {
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
- }
- .selectize-input.dropdown-active {
- -webkit-border-radius: 3px 3px 0 0;
- -moz-border-radius: 3px 3px 0 0;
- border-radius: 3px 3px 0 0;
- }
- .selectize-input > * {
- vertical-align: baseline;
- display: -moz-inline-stack;
- display: inline-block;
- zoom: 1;
- *display: inline;
- }
- .selectize-control.multi .selectize-input > div {
- cursor: pointer;
- font-size: 14px;
- margin: 0 3px 3px 0;
- padding: 10px 6px;
- margin-top: -10px !important;
- padding-top: 10px !important;
- padding-bottom: 10px !important;
- background: #f2f2f2;
- color: #303030;
- border: 0 solid #d0d0d0;
- border-radius: 3px;
- }
- .selectize-control.multi .selectize-input > div.active {
- background: #e8e8e8;
- color: #303030;
- border: 0 solid #cacaca;
- }
- .selectize-control.multi .selectize-input.disabled > div,
- .selectize-control.multi .selectize-input.disabled > div.active {
- color: #7d7d7d;
- background: #ffffff;
- border: 0 solid #ffffff;
- }
- .selectize-input > input {
- display: inline-block !important;
- padding: 0 !important;
- min-height: 0 !important;
- max-height: none !important;
- max-width: 100% !important;
- margin: 0 2px 0 0 !important;
- text-indent: 0 !important;
- border: 0 none !important;
- background: none !important;
- line-height: inherit !important;
- -webkit-user-select: auto !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- .selectize-input > input::-ms-clear {
- display: none;
- }
- .selectize-input > input:focus {
- outline: none !important;
- }
- .selectize-input::after {
- content: ' ';
- display: block;
- clear: left;
- }
- .selectize-input.dropdown-active::before {
- content: ' ';
- display: block;
- position: absolute;
- background: #f0f0f0;
- height: 1px;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .selectize-dropdown {
- position: absolute;
- z-index: 900;
- border: 1px solid #d0d0d0;
- background: #fff;
- margin: -1px 0 0 0;
- border-top: 0 none;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- -webkit-border-radius: 3px 3px 3px 3px;
- -moz-border-radius: 3px 3px 3px 3px;
- border-radius: 3px 3px 3px 3px;
- margin-top: -15px;
- }
- .selectize-dropdown [data-selectable] {
- cursor: pointer;
- overflow: hidden;
- }
- .selectize-dropdown [data-selectable] .highlight {
- background: rgba(125, 168, 208, 0.2);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .selectize-dropdown .option,
- .selectize-dropdown .optgroup-header {
- padding: 5px 8px;
- }
- .selectize-dropdown .option,
- .selectize-dropdown [data-disabled],
- .selectize-dropdown [data-disabled] [data-selectable].option {
- cursor: inherit;
- opacity: 0.5;
- }
- .selectize-dropdown [data-selectable].option {
- opacity: 1;
- }
- .selectize-dropdown .optgroup:first-child .optgroup-header {
- border-top: 0 none;
- }
- .selectize-dropdown .optgroup-header {
- color: #303030;
- background: #fff;
- cursor: default;
- }
- .selectize-dropdown .active {
- background-color: #f5fafd;
- color: #495c68;
- }
- .selectize-dropdown .active.create {
- color: #495c68;
- }
- .selectize-dropdown .create {
- color: rgba(48, 48, 48, 0.5);
- }
- .selectize-dropdown-content {
- overflow-y: auto;
- overflow-x: hidden;
- max-height: 195px;
- -webkit-overflow-scrolling: touch;
- width: 99%;
- }
- .selectize-control.single .selectize-input,
- .selectize-control.single .selectize-input input {
- cursor: pointer;
- }
- .selectize-control.single .selectize-input.input-active,
- .selectize-control.single .selectize-input.input-active input {
- cursor: text;
- }
- .selectize-control.single .selectize-input:after {
- content: ' ';
- display: block;
- position: absolute;
- top: 50%;
- right: 15px;
- margin-top: -3px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 5px 5px 0 5px;
- border-color: #808080 transparent transparent transparent;
- }
- .selectize-control.single .selectize-input.dropdown-active:after {
- margin-top: -4px;
- border-width: 0 5px 5px 5px;
- border-color: transparent transparent #808080 transparent;
- }
- .selectize-control.rtl.single .selectize-input:after {
- left: 15px;
- right: auto;
- }
- .selectize-control.rtl .selectize-input > input {
- margin: 0 4px 0 -2px !important;
- }
- .selectize-control .selectize-input.disabled {
- opacity: 0.5;
- background-color: #fafafa;
- }
-
- #mobile_search_wrap {
- display: none;
- }
- /*Main sugession manager*/
- .sugessionWrap {
- margin: 0 auto;
- display: block;
- width: 1012px;
- max-width: 1012px;
- overflow: hidden;
- height: auto;
- max-height: 58px;
- min-height: 58px;
- background-color: #fff;
- padding: 0px;
- padding-bottom: 0px;
- margin-top: 250px;
- border-radius: 3px;
- border: solid 20px rgba(0,0,0,0.7);
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- }
- .sugessionTags {
- text-align: left;
- z-index: 99;
- display: inline-block;
- width: 335px;
- min-height: 35px;
- height: auto;
- max-height: none;
- padding-left: 9px;
- padding-top: 3px;
- margin-top: 10px;
- margin-left: 1px;
- background-color: #fff;
- cursor: text;
- color: #bbb;
- }
- .viewall {
- max-height: none !important;
- overflow: visible !important;
- width: 346px;
- margin-left: 0px;
- /*border-left: 1px solid #ccc;*/
- border-right: none;
- }
- .viewall .sugessionTag {
- margin-left: 8px;
- }
- .sugessionTag {
- display: inline-block;
- width: auto;
- height: auto;
- background-color: #ccc;
- padding: 5px;
- color: #222;
- text-align: left;
- margin: 5px;
- border-radius: 3px;
- }
- .howmany {
- display: inline-block;
- width: auto;
- height: 25px;
- padding: 10px;
- color: #222;
- text-align: left;
- margin: 5px;
- border-radius: 3px;
- background-color: white !important;
- padding-left: 90px;
- position: absolute;
- z-index: 99999;
- display: none;
- right: -10px;
- top: 5px;
- }
- .counterhowmany {
- display: inline;
- font-size: inherit;
- }
- .sugessionTag a {
- color: black;
- text-decoration: none;
- }
- .sugessionInput {
- display: inline-block;
- width: 97% !important;
- height: 47px;
- margin-top: -4px;
- padding-left: 18px;
- border: none;
- background-color: #fff;
- outline: none;
- font-size: 14px;
- margin-left: -9px;
- }
- .ertekesites-label {
- font-size: 14px;
- position: relative;
- top: -1px;
- }
- .sugessionInput:focus{
- outline: none;
- }
- .sugessionLayer {
- display: none;
- position: absolute;
- border-top: 1px solid #ccc;
- width: 355px;
- /*left: -1px;*/
- left: 0px;
- height: auto;
- min-height: 68px;
- background-color: #fff;
- padding: 0px;
- margin-left: 0px;
- /*margin-top: -4px;*/
- margin-top: 0px;
- z-index: 99;
- /*border-left: solid 1px #ccc;
- border-right: 1px solid #ccc;*/
- /*border-bottom: 1px solid #ccc;*/
- }
- .suggestSubmit {
- display: inline-block;
- font-size: 16px;
- font-weight: 500;
- font-style: normal;
- font-stretch: normal;
- line-height: normal;
- letter-spacing: normal;
- color: #ffffff;
- font-family: 'Open Sans' !important;
- background-color: #2eac59 !important;
- height: 58px !important;
- width: 58px;
- padding-left: 0px;
- padding-right: 0px;
- margin-top: 0px;
- margin-right: 0px;
- float: right;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
- .show-fixed {
- float: left;
- }
- .show-maximized {
- width: 335px;
- max-height: 35px;
- overflow: hidden;
- border: 0;
- }
- .hide-maximized {
- max-height: none !important;
- overflow: visible !important;
- }
- .brd {
- border-right: solid 1px #ccc;
- }
- /*.hidden-overlow {
- display: inline-block;
- float: left;
- margin-left: 10px;
- max-width: 310px;
- min-width: 310px;
- width: 310px;
- overflow: hidden;
- border: solid 1px #ccc;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
- -webkit-mask-size: 100% 100%;
- }*/
- .hidden-overlow {
- display: block;
- position: absolute;
- margin-left: 10px;
- max-width: 350px;
- min-width: 350px;
- width: 350px;
- height: 58px;
- border-left: none;
- }
- .hidden-overlow-mobile {
- display: block;
- position: absolute;
- margin-left: 10px;
- height: 45px;
- border: solid 1px #ccc;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- /*-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
- -webkit-mask-size: 100% 100%;*/
- }
- .disable-overflow {
- overflow-x: unset !important;
- max-width: 350px !important;
- min-width: 350px !important;
- width: 350px !important;
- }
- .disable-overflow-mobile {
- overflow-x: unset !important;
- max-width: 87.8% !important;
- min-width: 87.8% !important;
- width: 87.8% !important;
- margin-top: 8px;
- background-color: white;
- }
- .placeholder {
- display: block;
- font-size: 14px;
- color: #aaa;
- padding-top: 9px;
- }
- .sg-close {
- color: #222;
- font-size: 16px;
- text-decoration: none;
- display: block;
- float: right;
- z-index: 1000;
- position: absolute;
- top: 8px;
- right: 12px;
- cursor: pointer;
- }
- .sugessionResultSet {
- width: 100%;
- height: auto;
- display: block;
- background-color: #fff;
- color: #222;
- }
- .sugessionLayer h4 {
- display: inline-block;
- float: left;
- width: auto;
- height: 20px;
- margin: 0px;
- margin-top: 0px;
- padding: 10px;
- background-color: #f7f7f7;
- font-size: 12px;
- font-weight: bold;
- color: #222;
- text-align: center;
- /*border-right: solid 1px #ccc;*/
- cursor: pointer;
- border-bottom: solid 1px #ccc;
- }
- .sugessionLayer h4:first-of-type {
- -webkit-border-top-left-radius: 0px;
- -moz-border-radius-topleft: 0px;
- border-top-left-radius: 0px;
- border-left: none !important;
- }
- .sugessionLayer h4:last-of-type {
- border-right: none;
- -webkit-border-top-left-radius: 0px;
- -moz-border-radius-topleft: 0px;
- border-top-left-radius: 0px;
- /*border-right: solid 1px #ccc;*/;
- border-right: none !important;
- }
- .sugessionLayer h4.sgActiveTab {
- background-color: #fff;
- border-bottom: none;
- border-right: solid 1px #ccc;
- border-left: solid 1px #ccc;
- color: #2eac59;
- }
- .nobord {
- border-right: none;
- /*padding-right: 18px !important;*/
- }
- .sugessionResultSet {
- width: 100%;
- float: left;
- /*border-top: solid 1px #ccc;*/
- }
- .sugessionResultSet table {
- width: 100%;
- border-collapse: collapse;
- margin-top: 15px;
- margin-bottom: 15px;
- }
- .sugessionResultSet table tr th {
- font-size: 12px;
- font-weight: bold;
- padding: 5px;
- background-color: #2eac59;
- color: #fff;
- }
- .sugessionResultSet table tr td {
- font-size: 12px;
- font-weight: 600;
- color: #222;
- cursor: pointer;
- padding: 5px;
- text-align: left;
- padding-left: 11px;
- }
- .sugessionResultSet table tr td:hover {
- color: #2eac59;
- }
- .sgSelect {
- display: inline-block;
- float: left;
- height: 64px;
- border-right: 1px #ccc;
- border-left: none;
- border-top: none;
- border-bottom: none;
- background-color: white;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- margin-left: 0px;
- padding: 5px;
- padding-top: 3px;
- color: #222;
- text-align: left;
- font-size: 14px;
- -webkit-appearance: none;
- -moz-appearance: none;
- outline: none;
- }
- .sgSelect:focus {
- outline: none;
- }
- .sgPriceBox, .sgSizeBox, .sgRoomBox, .sgPriceBoxMobil, .sgSizeBoxMobil, .sgRoomBoxMobil {
- width: 140px;
- height: 39px;
- display: inline-block;
- float: left;
- border-left: solid 1px #ccc;
- border-top: none;
- border-right: none;
- border-bottom: none;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- margin-left: 2px;
- padding: 5px;
- padding-top: 14px;
- color: #222;
- text-align: center;
- box-shadow: none;
- }
- .sgPriceBox span, .sgSizeBox span, .sgRoomBox span, .sgPriceBoxMobil span, .sgSizeBoxMobil span, .sgRoomBoxMobil span {
- display: inline;
- margin-right: 5px;
- margin-top: 3px;
- }
- .sgPriceBox small, .sgSizeBox small, .sgRoomBox small, .sgPriceBoxMobil small, .sgSizeBoxMobil small, .sgRoomBoxMobil small {
- display: inline-block;
- margin-right: 5px;
- margin-top: 8px;
- font-size: 14px;
- color: #2eac59;
- }
- .arbox, .sizebox, .szobabox {
- display: inline;
- width: 30px;
- height: 30px;
- font-size: 14px;
- color: #222;
- border: none;
- background-color: #fff;
- outline: none;
- text-align: center;
- }
- .radiogroup {
- display: inline-block;
- height: 50px;
- width: 65px;
- float: left;
- font-size: 12px;
- margin-top: 5px;
- }
- .angle {
- display: block;
- position: absolute;
- color: #2eac59;
- z-index: 999;
- margin-left: 160px;
- margin-top: 14px;
- }
- .angle i {
- color: #2eac59;
- }
- .angle2 {
- display: block;
- position: absolute;
- color: #2eac59;
- z-index: 999;
- margin-left: 520px;
- margin-top: 14px;
- }
- .angle2 i {
- color: #2eac59;
- }
- ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
- color: rgb(160, 160, 160);
- opacity: 1; /* Firefox */
- }
- :-ms-input-placeholder { /* Internet Explorer 10-11 */
- color: rgb(160, 160, 160);
- }
- ::-ms-input-placeholder { /* Microsoft Edge */
- color: rgb(160, 160, 160);
- }
- #tipus {
- background-image: url('/uix/images/thicker.png');
- background-repeat: no-repeat;
- background-position-x: 93%;
- background-position-y: 28px;
- overflow: hidden;
- border-radius: 3px 0px 0px 0px;
- -moz-border-radius: 3px 0px 0px 0px;
- -webkit-border-radius: 3px 0px 0px 0px;
- border: none;
- height: 58px;
- padding: 0px;
- padding-top: 4px;
- }
- #tipus * {
- font-size: 14px;
- padding: 0px;
- border: none;
- box-shadow: none;
- }
- .justmobile {
- display: none !important;
- }
- .justdesktop {
- display: block;
- }
- #sgResKeywords table tr td {
- padding: 5px 10px;
- text-align: left;
- font-weight: bold;
- border-bottom: 1px solid #ccc;
- }
- .currency-label {
- float: right;
- color: #222 !important;
- }
- .size-metric {
- float: right;
- color: #222 !important;
- }
- .szoba-metric {
- float: right;
- color: #222 !important;
- }
- .size-label {
- float: left;
- padding-left: 15px;
- }
- .ar-label {
- float: left;
- padding-left: 15px;
- }
- .desktop-title {
- text-align: center;
- position: absolute;
- top: 45px;
- font-size: 45px !important;
- font-weight: 600 !important;
- width: 85% !important;
- max-width: 85% !important;
- min-width: 85% !important;
- padding-top: 150px !important;
- }
- #follow {
- display: block;
- width: 100%;
- height: 515px;
- background-color: #efefef;
- background-image: url('/uix/images/hand.png');
- background-repeat: no-repeat;
- background-size: contain;
- background-position-x: 20%;
- }
- #follow .follow-text {
- display: block;
- width: 50%;
- float: right;
- text-align: left;
- margin-top: 110px;
- }
- #follow .follow-text h3 {
- font-size: 32px;
- font-weight: 800;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.28;
- letter-spacing: normal;
- color: #222222;
- margin-bottom: 25px;
- text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
- }
- #follow .follow-text p {
- font-size: 16px;
- font-weight: 500;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.56;
- letter-spacing: normal;
- color: #222222;
- margin: 0px;
- padding: 0px;
- margin-bottom: 35px;
- text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
- }
- #follow .follow-text a {
- display: inline-block;
- font-size: 18px;
- font-weight: 500;
- color: #2aa253;
- text-decoration: none;
- margin-right: 20px;
- }
- #follow .follow-text a i {
- font-size: 48px;
- float: left;
- cursor: pointer;
- }
- #follow .follow-text a span {
- display: block;
- float: left;
- margin-top: 14px;
- margin-left: 10px;
- cursor: pointer;
- font-weight: bold;
- }
- #justopen {
- display: block;
- width: 100%;
- height: 195px;
- background-color: #2aa253;
- }
- #justopen .open-text {
- width: 75%;
- margin: 0 auto;
- padding-top: 20px;
- text-align: left;
- }
- #justopen .open-text h3 {
- font-size: 32px;
- font-weight: 800;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.28;
- letter-spacing: normal;
- color: #fff;
- display: block;
- float: left;
- width: 50%;
- margin-left: 0px;
- margin-top: 40px;
- }
- #justopen .open-text p {
- font-size: 14px;
- font-weight: 500;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.56;
- letter-spacing: normal;
- color: #fff;
- margin: 0px;
- padding: 0px;
- display: block;
- width: 50%;
- float: left;
- margin-top: 50px;
- }
- #justopen .open-text p a {
- font-size: 14px;
- font-weight: 800;
- color: #fff;
- text-decoration: underline;
- }
- #justopen .open-text p a:hover {
- color: #fff !important;
- text-decoration: none;
- }
- #sgResKeywordsMobile {
- overflow-y: scroll;
- max-height: 200px;
- }
- #gdpr {
- display: none;
- position: fixed;
- left: 0px;
- bottom: 0px;
- width: 100%;
- height: 40px;
- background-color: rgba(46,172,89,1);
- color: white;
- text-align: center;
- padding-top: 15px;
- z-index: 999;
- }
- .btn-accept {
- display: inline-block;
- margin: 0 auto;
- margin-left: 20px;
- height: 30px;
- width: auto;
- background-color: transparent;
- color: white;
- border: none;
- font-weight: bold;
- cursor: pointer;
- border: solid 1px white;
- }
- #gdprAccept {
- color: #fff;
- text-decoration: underline;
- }
- #gdprAccept:hover {
- color: #fff !important;
- text-decoration: none;
- }
- .cookie { width: 25px; display: inline-block; margin-top: 0px; vertical-align: middle; }
- @media screen and (min-width: 1024px) {
- }
|