Advertisement
wyld_fyre

Shy Halloween (CSS)

Oct 2nd, 2022 (edited)
991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 44.94 KB | None | 0 0
  1. body {
  2.   margin:0 auto;
  3.   width:100%!important;
  4.   background-image:url(https://images.freeimages.com/images/large-previews/662/grunge-halloween-border-1637541.jpg);
  5.   background-repeat:no-repeat;
  6.   background-size:cover;
  7.   -webkit-background-size:cover;
  8.   background-position:center;
  9.   background-attachment:fixed;
  10.   background-color:rgb(0,0,0);
  11.   color:#555;
  12.   cursor:url(https://cur.cursors-4u.net/food/foo-5/foo439.cur),auto!important;
  13. }
  14.  
  15. .profile_section_background {
  16.   background-color:transparent;
  17.   background-color:rgba(255,255,255,.0);
  18.   filter:alpha(opacity=100);
  19.   opacity:1;
  20. }
  21.  
  22. input::-moz-focus-inner {
  23.   border:0;
  24. }
  25.  
  26. div#status_container.container {
  27.   display:none;
  28.   margin-top:-5px;
  29.   position:relative;
  30.   width:30%;
  31.   padding:7px 4px;
  32.   margin:0 auto;
  33.   height:auto;
  34.   overflow:hidden;
  35.   z-index:500;
  36.   text-align:center;
  37.   background:url(https://blacknrg.files.wordpress.com/2016/08/bg_wra_top.png);
  38.   background-repeat:repeat-x;
  39.   background-color:rgba(0,0,0,0.40);
  40.   border:1px solid #ccc;
  41.   border-radius:7px 7px 0 0;
  42.   margin:25px auto;
  43.   padding:10px 17px;
  44.   color:#F39;
  45.   border-radius:7px;
  46.   -moz-border-radius:7px;
  47.   -ms-border-radius:7px;
  48.   -o-border-radius:7px;
  49.   -webkit-border-radius:7px;
  50.   border:1px solid #ccc;
  51. }
  52.  
  53. div#status_container:hover {
  54.   background:url(https://blacknrg.files.wordpress.com/2016/08/bg_wra_top.png);
  55.   background-repeat:repeat-x;
  56.   background-color:rgba(255,255,255,0.40);
  57.   border:1px solid #F39;
  58.   border-radius:7px;
  59.   -moz-border-radius:7px;
  60.   -ms-border-radius:7px;
  61.   -o-border-radius:7px;
  62.   -webkit-border-radius:7px;
  63.   text-align:center;
  64.   border:1px solid #F39;
  65. }
  66.  
  67. #member_status_value:nth-child(1) {
  68.   padding-left:3px;
  69.   padding-right:3px;
  70.   background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  71.   background-position:-100px top;
  72.   background-repeat:no-repeat;
  73.   background-color:#000;
  74.   color:#fff;
  75.   border-radius:3px;
  76.   -moz-border-radius:3px;
  77.   -ms-border-radius:3px;
  78.   -o-border-radius:3px;
  79.   -webkit-border-radius:3px;
  80.   transition:all .3s;
  81.   -moz-transition:all .3s;
  82.   -ms-transition:all .3s;
  83.   -o-transition:all .3s;
  84.   -webkit-transition:all .3s;
  85. }
  86.  
  87. #member_status_value:nth-child(1):hover {
  88.   padding-left:3px;
  89.   padding-right:3px;
  90.   background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  91.   background-position:100px top;
  92.   background-repeat:no-repeat;
  93.   background-color:#F39;
  94.   color:#fff;
  95. }
  96.  
  97. #member_status_value a:link,#member_status_value a:visited {
  98.   color:#fff;
  99. }
  100.  
  101. #member_status_value a:hover {
  102.   color:#fff;
  103.   text-shadow:1px 1px 1px #F39,-1px -1px 2px #F39,0 0 17px #F39;
  104. }
  105.  
  106. #profile_interests_content .label {
  107.   font-family:'Creepster';
  108. }
  109.  
  110. #member_status_value:nth-child(1):hover {
  111.   padding-left:3px;
  112.   padding-right:3px;
  113.   color:#222;
  114. }
  115.  
  116. #member_type_value {
  117.   display:none;
  118. }
  119.  
  120. div#status_container.container a:hover {
  121.   color:#f1f1f1;
  122. }
  123.  
  124. span#unix_last_broadcast_label {
  125.   display:none;
  126. }
  127.  
  128. #status_label {
  129.   display:none;
  130. }
  131.  
  132. #photo_gallery_previews a {
  133.   color:#fff;
  134.   text-shadow:1px 1px 1px #F39,-1px -1px 2px #F39,0 0 17px #F39;
  135. }
  136.  
  137. .photo_gallery_image {
  138.   border:2px solid #555;
  139. }
  140.  
  141. .photo_gallery_image:hover {
  142.   border:2px solid #F39;
  143.   box-shadow:0 0 3px #666;
  144.   -webkit-box-shadow:0 0 3px #666;
  145. }
  146.  
  147. #profile {
  148.   background:none;
  149. }
  150.  
  151. .profile_section_content .heading {
  152.   display:none;
  153. }
  154.  
  155. .wall_post_time,.convert-time {
  156.   display:none;
  157. }
  158.  
  159. #profile_main_photo,#tags_container,#about_me_label {
  160.   display:none;
  161. }
  162.  
  163. .content {
  164.   display:block;
  165.   padding:0;
  166. }
  167.  
  168. #profile_interests_content .label {
  169.   display:block;
  170. }
  171.  
  172. #profile_main_about_holder {
  173.   color:#666;
  174.   font-size:17px;
  175. }
  176.  
  177. #avatar_holder {
  178.   background:none;
  179. }
  180.  
  181. #profile_avatar {
  182.   display:none;
  183. }
  184.  
  185. #avatar_holder {
  186.   background:none;
  187. }
  188.  
  189. #footer_bar {
  190.   text-align:center;
  191.   font-size:12px;
  192.   font-family:'Merienda';
  193.   margin-top:3px;
  194.   transition:all .3s;
  195.   -webkit-transition:all .3s;
  196. }
  197.  
  198. #footer_bar a:hover {
  199.   color:#666;
  200. }
  201.  
  202. #footer_bar:after {
  203.   content:'\2605 - design by @CSSMFC - \2605';
  204.   display:inline-block;
  205.   margin-left:2px;
  206.   font-family:'Merienda';
  207.   font-size:13px;
  208.   font-weight:300;
  209.   color:#000;
  210.   transition:all .3s;
  211.   -webkit-transition:all .3s;
  212.   unicode:U+2605;
  213. }
  214.  
  215. #profile_header_container {
  216. }
  217.  
  218. #unix_last_updated_container {
  219.   display:none;
  220. }
  221.  
  222. #blurb_label {
  223.   display:none;
  224. }
  225.  
  226. #blurb_value {
  227.   display:none;
  228. }
  229.  
  230. img#wall_poster_avatar,#wall_poster_username {
  231.   display:none;
  232. }
  233.  
  234. #last_login_string_container {
  235.   display:none;
  236. }
  237.  
  238. .photo_gallery_name a:link,.photo_gallery_name a:visited {
  239.   color:#fff;
  240.   text-decoration:none;
  241.   font-size:14px;
  242. }
  243.  
  244. .photo_gallery_name a:hover {
  245.   color:#f1f1f1;
  246. }
  247.  
  248. #header_bar {
  249.   display:none;
  250. }
  251.  
  252. #username_container,#cam_score_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#marital_status_container,#be_anywhere_container,#occupation_container,#city_container,#drugs_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#gender_container,#body_type_container {
  253.   display:none;
  254. }
  255.  
  256. .profile_row #profile_about_me {
  257.   width:100%!important;
  258. }
  259.  
  260. #photo_gallery_previews {
  261.   display:block;
  262.   width:90%;
  263.   position:relative;
  264.   margin:0 auto;
  265.   background-color:#f1f1f1;
  266.   border:1px solid #ccc;
  267.   margin:25px auto;
  268.   padding:10px 17px;
  269.   color:#555;
  270.   border-radius:7px;
  271.   -moz-border-radius:7px;
  272.   -ms-border-radius:7px;
  273.   -o-border-radius:7px;
  274.   -webkit-border-radius:7px;
  275.   font-family:'Merienda';
  276. }
  277.  
  278. .user_comment_textarea_small,.user_comment_textarea_small:focus {
  279.   width:850px;
  280.   height:100px;
  281.   -webkit-transition:width .4s ease-in-out;
  282.   transition:width .4s ease-in-out;
  283.   padding:12px;
  284.   margin:10px auto;
  285.   background:#f1f1f1;
  286.   border:1px solid #ccc;
  287.   color:#444;
  288. }
  289.  
  290. textarea:focus {
  291.   -webkit-transition:height .4s ease-in-out;
  292.   transition:height .4s ease-in-out;
  293. }
  294.  
  295. .user_comment_textarea_big {
  296.   width:850px;
  297.   height:150px;
  298.   padding:15px;
  299.   background:rgba(0,0,0,.50);
  300.   color:#fff;
  301.   margin:10px auto;
  302.   font-family:'Merienda','Palatino Linotype','Book Antiqua',Palatino,serif;
  303.   outline:none;
  304.   outline-style:none;
  305.   font-size:18px;
  306. }
  307.  
  308. .wall_post_avatar img {
  309.   background:url(https://mfcdesign.files.wordpress.com/2016/07/empty_avatar.png) no-repeat;
  310.   background-size:100%;
  311.   background-position:top center;
  312.   background-color:#000;
  313.   margin-top:1px;
  314.   margin-left:-5px;
  315.   -webkit-transition:all .3s ease;
  316.   -moz-transition:all .3s ease;
  317.   -o-transition:all .3s ease;
  318.   -ms-transition:all .3s ease;
  319.   transition:all .3s ease;
  320.   border:2px solid rgba(255,255,255,0.0);
  321.   width:70px;
  322.   height:70px;
  323. }
  324.  
  325. #no_profile_avatar {
  326.   display:none;
  327. }
  328.  
  329. .wall_post_avatar:hover img {
  330.   background:url(https://mfcdesign.files.wordpress.com/2016/07/empty_avatar_hover.png) no-repeat;
  331.   background-size:100%;
  332.   background-position:top center;
  333.   background-color:#000;
  334.   box-shadow:0 0 6px #F39;
  335.   -ms-box-shadow:0 0 6px #F39;
  336.   -o-box-shadow:0 0 6px #F39;
  337.   -webkit-box-shadow:0 0 6px #F39;
  338. }
  339.  
  340. .wall_post_info {
  341.   width:700px;
  342.   margin-left:42px;
  343.   border-bottom:1px dotted #666;
  344. }
  345.  
  346. .img_radius_shadow {
  347.   -webkit-border-radius:4px;
  348.   -moz-border-radius:4px;
  349.   border-radius:4px;
  350. }
  351.  
  352. div.wall_post {
  353.   display:block;
  354.   margin-top:10px;
  355.   font-size:18px;
  356.   background-color:#f1f1f1;
  357.   border:1px solid #ccc;
  358.   margin:25px auto;
  359.   padding:10px 17px;
  360.   color:#444;
  361.   border-radius:7px;
  362.   -moz-border-radius:7px;
  363.   -ms-border-radius:7px;
  364.   -o-border-radius:7px;
  365.   -webkit-border-radius:7px;
  366.   transition:all .9s;
  367.   -moz-transition:all .9s;
  368.   -ms-transition:all .9s;
  369.   -o-transition:all .9s;
  370.   -webkit-transition:all .9s;
  371.   font-family:'Merienda','Palatino Linotype','Book Antiqua',Palatino,serif;
  372. }
  373.  
  374. div#profile_about_me.profile_subsection {
  375.   text-indent:2px;
  376.   background:transparent rgba(0,0,0,0.0);
  377.   background-repeat:no-repeat;
  378.   background-position:top right;
  379. }
  380.  
  381. .wall_post a,.wall_post a:visited {
  382.   color:#555;
  383.   text-decoration:none;
  384. }
  385.  
  386. .wall_post a:hover {
  387.   color:#fff;
  388.   text-shadow:1px 1px 1px #F39,-1px -1px 2px #F39,0 0 17px #F39;
  389.   text-decoration:none;
  390. }
  391.  
  392. div#comments {
  393.   padding:10px;
  394.   margin-top:30px;
  395.   background:none;
  396. }
  397.  
  398. form#new_comment.hidden {
  399.   padding:0;
  400.   background:rgba(0,0,0,0.0);
  401.   border:0 solid #fff;
  402.   border-radius:8px;
  403.   -moz-border-radius:8px;
  404.   -ms-border-radius:8px;
  405.   -o-border-radius:8px;
  406.   -webkit-border-radius:8px;
  407.   height:auto;
  408.   margin-top:60px;
  409. }
  410.  
  411. #craziest_thing_label.label {
  412.   display:block;
  413. }
  414.  
  415. #be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  416.   display:block;
  417.   background-color:#f1f1f1;
  418.   border:1px solid #ccc;
  419.   border-radius:7px;
  420.   margin:25px auto;
  421.   color:#666;
  422.   padding:20px;
  423.   border-radius:7px;
  424.   -moz-border-radius:7px;
  425.   -ms-border-radius:7px;
  426.   -o-border-radius:7px;
  427.   -webkit-border-radius:7px;
  428.   margin-bottom:20px;
  429.   visibility:visible;
  430.   font-size:16px;
  431.   font-family:font-family:'Bangers','Palatino Linotype','Book Antiqua',Palatino,serif;
  432.   margin-left:0;
  433.   font-weight:300;
  434. }
  435.  
  436. p {
  437.   font-family:'Merienda',Palatino Linotype,Book Antiqua,Palatino,serif;
  438.   font-weight:300;
  439. }
  440.  
  441. #profile_about_me {
  442.   padding:0!important;
  443.   margin:0 auto!important;
  444. }
  445.  
  446. .photo_gallery_count {
  447.   color:#777;
  448.   font-family:'Merienda';
  449. }
  450.  
  451. #rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  452.   color:#444;
  453.   font-family:'Merienda',Palatino Linotype,Book Antiqua,Palatino,serif;
  454.   font-weight:300;
  455. }
  456.  
  457. #about_me_container,#about_me_value {
  458.   visibility:visible!important;
  459.   font-family:'Merienda';
  460. }
  461.  
  462. #profile_friends {
  463.   display:block;
  464.   width:90%;
  465.   margin:10px auto 30px!important;
  466.   color:#444;
  467.   padding:10px 13px;
  468.   background-color:#f1f1f1;
  469.   border:1px solid #ccc;
  470.   font-size:15px;
  471.   border-radius:5px;
  472.   -moz-border-radius:5px;
  473.   -webkit-border-radius:5px;
  474. }
  475.  
  476. input[type="submit"],.post_comment_btn,.preview_comment_btn {
  477.   padding:11px 22px;
  478.   text-decoration:none;
  479.   background:url(https://blacknrg.files.wordpress.com/2016/08/bg_wra_top.png);
  480.   background-repeat:repeat-x;
  481.   border:1px solid #ccc;
  482.   background-color:#111111;
  483.   color:#ffffff;
  484.   font-size:16px;
  485.   text-align:center;
  486. }
  487.  
  488. input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  489.   padding:11px 22px;
  490.   text-decoration:none;
  491.   background:#F39;
  492.   color:#fff;
  493. }
  494.  
  495. /* .camgirlbioliveeditor {
  496.     background-color: transparent;
  497.     margin: 0px auto 40px auto;
  498.     padding-bottom: 20px;
  499. }
  500.  
  501. .camgirlbioliveeditor {
  502.     text-align: center;
  503.     height: 140px;
  504.     oveflow: hidden;
  505. }
  506.  
  507. .camgirlbioliveeditor::after {
  508.     content: 'Camgirl Live Template Editor';
  509.     display: block;
  510.     height: 30px;
  511.     font-size: 15px;
  512.     color: #666;
  513.     opacity: 0;
  514.     transition: all .5s;
  515.     -moz-transition: all .5s;
  516.     -ms-transition: all .5s;
  517.     -o-transition: all .5s;
  518.     -webkit-transition: all .5s;
  519.     margin: -30px auto;
  520.     font-family: 'Bangers', sans-serif;
  521. }
  522.  
  523. .camgirlbioliveeditor:hover::after {
  524.     content: 'Camgirl Live Template Editor';
  525.     display: block;
  526.     height: 30px;
  527.     font-size: 15px;
  528.     color: #666;
  529.     opacity: 1;
  530.     margin: 0px auto;
  531. }
  532.  
  533. .camgirlbioliveeditor img {
  534.     display: block;
  535.     width: 240px;
  536.     height: auto;
  537.     opacity: 0.5;
  538.     transition: all .3s;
  539.     -webkit-transition: all .3s;
  540.     -webkit-filter: grayscale(100%);
  541.     filter: grayscale(100%);
  542.     margin: 0 auto;
  543. }
  544.  
  545. .camgirlbioliveeditor:hover img {
  546.     -webkit-filter: grayscale(0%);
  547.     filter: grayscale(0%);
  548.     opacity: 1;
  549.     transform: rotateY(180deg);
  550.     -moz-transform: rotateY(180deg);
  551.     -webkit-transform: rotateY(180deg);
  552. } */
  553. /***Reset***/
  554. h1,h2,h3,h4,h5,h6,p,a,img,body,html {
  555.   padding:0;
  556.   margin:0;
  557.   margin:0;
  558.   padding:0;
  559.   border:0;
  560.   font-size:100%;
  561.   font:inherit;
  562.   vertical-align:baseline;
  563. }
  564.  
  565. .hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  566.   display:none;
  567. }
  568.  
  569. #profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  570.   display:none;
  571. }
  572.  
  573. #about_me_container {
  574.   display:inline-block;
  575.   width:100%!important;
  576.   margin:0!important;
  577. }
  578.  
  579. #about_me_container .value {
  580.   display:block;
  581.   width:100%!important;
  582.   margin:0!important;
  583. }
  584.  
  585. /***End Reset***/
  586. iframe,embed,frame {
  587.   display:block;
  588.   width:100%!important;
  589.   height:450px;
  590.   margin:10px auto 20px;
  591. }
  592.  
  593. /*** Custom MyFreeCams Profile design by CAMGIRL.XNITEPRODUCTIONS.COM ***/
  594. .xcr::-webkit-scrollbar {
  595.   width:5px;
  596. }
  597.  
  598. .xcr::-webkit-scrollbar-track {
  599.   -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  600.   -webkit-border-radius:10px;
  601.   border-radius:10px;
  602. }
  603.  
  604. .xcr::-webkit-scrollbar-thumb {
  605.   -webkit-border-radius:10px;
  606.   border-radius:10px;
  607.   background:#000000;
  608.   -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  609. }
  610.  
  611. .xcr::-webkit-scrollbar-thumb:window-inactive {
  612.   background:rgba(204,0,0,.4);
  613.   border:1px solid #F39;
  614. }
  615.  
  616. a {
  617.   color:#000000;
  618.   text-decoration:none;
  619. }
  620.  
  621. a:visited {
  622.   color:#000000;
  623.   text-decoration:none;
  624. }
  625.  
  626. a:hover {
  627.   color:#09C;
  628.   text-decoration:none;
  629. }
  630.  
  631. a:active {
  632.   color:#000;
  633.   text-decoration:none;
  634. }
  635.  
  636. a:focus {
  637.   color:#09C;
  638.   text-decoration:none;
  639. }
  640.  
  641. /***Reset***/
  642. h1,h2,h3,h4,h5,h6,p,a,img,body,html,i {
  643.   padding:0;
  644.   margin:0;
  645.   margin:0;
  646.   padding:0;
  647.   border:0;
  648.   font-size:100%;
  649.   font:inherit;
  650.   vertical-align:baseline;
  651. }
  652.  
  653. /***End Reset***/
  654. @font-face {
  655.   font-family:'Cinzel Decorative';
  656.   font-style:normal;
  657.   font-weight:400;
  658.   src:local(CinzelDecorative-Regular),url(https://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQl4jZHmtnl4mfN0ClpLnj0E.woff2) format("woff2");
  659.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
  660. }
  661.  
  662. /* latin */
  663. @font-face {
  664.   font-family:'Astloch';
  665.   font-style:normal;
  666.   font-weight:400;
  667.   font-display:swap;
  668.   src:url(https://fonts.gstatic.com/s/astloch/v14/TuGRUVJ8QI5GSeUjm9sbzQ.woff2) format("woff2");
  669.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  670. }
  671.  
  672. /* latin */
  673. @font-face {
  674.   font-family:'Astloch';
  675.   font-style:normal;
  676.   font-weight:700;
  677.   font-display:swap;
  678.   src:url(https://fonts.gstatic.com/s/astloch/v14/TuGUUVJ8QI5GSeUjk2A-2MRFAg.woff2) format("woff2");
  679.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  680. }
  681.  
  682. /* latin-ext */
  683. @font-face {
  684.   font-family:'Butcherman';
  685.   font-style:normal;
  686.   font-weight:400;
  687.   font-display:swap;
  688.   src:url(https://fonts.gstatic.com/s/butcherman/v14/2EbiL-thF0loflXUBOdb5zy5qs5u.woff2) format("woff2");
  689.   unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  690. }
  691.  
  692. /* latin */
  693. @font-face {
  694.   font-family:'Butcherman';
  695.   font-style:normal;
  696.   font-weight:400;
  697.   font-display:swap;
  698.   src:url(https://fonts.gstatic.com/s/butcherman/v14/2EbiL-thF0loflXUBOdb5zK5qg.woff2) format("woff2");
  699.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  700. }
  701.  
  702. /* latin */
  703. @font-face {
  704.   font-family:'Creepster';
  705.   font-style:normal;
  706.   font-weight:400;
  707.   font-display:swap;
  708.   src:url(https://fonts.gstatic.com/s/creepster/v9/AlZy_zVUqJz4yMrniH4Rcn35.woff2) format("woff2");
  709.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  710. }
  711.  
  712. /* latin-ext */
  713. @font-face {
  714.   font-family:'Nosifer';
  715.   font-style:normal;
  716.   font-weight:400;
  717.   font-display:swap;
  718.   src:url(https://fonts.gstatic.com/s/nosifer/v11/ZGjXol5JTp0g5bxZWCRbVQNd.woff2) format("woff2");
  719.   unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  720. }
  721.  
  722. /* latin */
  723. @font-face {
  724.   font-family:'Nosifer';
  725.   font-style:normal;
  726.   font-weight:400;
  727.   font-display:swap;
  728.   src:url(https://fonts.gstatic.com/s/nosifer/v11/ZGjXol5JTp0g5bxZWCpbVQ.woff2) format("woff2");
  729.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  730. }
  731.  
  732. /* latin */
  733. @font-face {
  734.   font-family:'Frijole';
  735.   font-style:normal;
  736.   font-weight:400;
  737.   font-display:swap;
  738.   src:url(https://fonts.gstatic.com/s/frijole/v9/uU9PCBUR8oakM2BQ3xTR3w.woff2) format("woff2");
  739.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  740. }
  741.  
  742. /* latin-ext */
  743. @font-face {
  744.   font-family:'Flavors';
  745.   font-style:normal;
  746.   font-weight:400;
  747.   font-display:swap;
  748.   src:url(https://fonts.gstatic.com/s/flavors/v12/FBV2dDrhxqmveJTpXkXvN5kG.woff2) format("woff2");
  749.   unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  750. }
  751.  
  752. /* latin */
  753. @font-face {
  754.   font-family:'Flavors';
  755.   font-style:normal;
  756.   font-weight:400;
  757.   font-display:swap;
  758.   src:url(https://fonts.gstatic.com/s/flavors/v12/FBV2dDrhxqmveJTpXkvvNw.woff2) format("woff2");
  759.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  760. }
  761.  
  762. /* latin */
  763. @font-face {
  764.   font-family:'Bangers';
  765.   font-style:normal;
  766.   font-weight:400;
  767.   src:url(https://fonts.gstatic.com/s/bangers/v13/FeVQS0BTqb0h60ACH55Q2A.woff2) format("woff2");
  768.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  769. }
  770.  
  771. @font-face {
  772.   font-family:'Quicksand';
  773.   font-style:normal;
  774.   font-weight:400;
  775.   src:local('Quicksand Regular'),local(Quicksand-Regular),url(https://fonts.gstatic.com/s/quicksand/v6/NUrn2XQrRfyGZp5MknntaRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  776.   unicode-range:U+0102-0103,U+1EA0-1EF9,U+20AB;
  777. }
  778.  
  779. @font-face {
  780.   font-family:'Quicksand';
  781.   font-style:normal;
  782.   font-weight:400;
  783.   src:local('Quicksand Regular'),local(Quicksand-Regular),url(https://fonts.gstatic.com/s/quicksand/v6/s2PXW4WrV3VLrOUpHiqsfRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  784.   unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
  785. }
  786.  
  787. @font-face {
  788.   font-family:'Quicksand';
  789.   font-style:normal;
  790.   font-weight:400;
  791.   src:local('Quicksand Regular'),local(Quicksand-Regular),url(https://fonts.gstatic.com/s/quicksand/v6/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  792.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
  793. }
  794.  
  795. @font-face {
  796.   font-family:'Bangers';
  797.   font-style:normal;
  798.   font-weight:300;
  799.   src:local('Bangers Light'),local(Bangers-Light),url(https://fonts.gstatic.com/s/Bangers/v11/l1cOQ90roY9yC7voEhngDBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  800.   unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
  801. }
  802.  
  803. @font-face {
  804.   font-family:'Bangers';
  805.   font-style:normal;
  806.   font-weight:300;
  807.   src:local('Bangers Light'),local(Bangers-Light),url(https://fonts.gstatic.com/s/Bangers/v11/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  808.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
  809. }
  810.  
  811. @font-face {
  812.   font-family:'Bangers';
  813.   font-style:normal;
  814.   font-weight:400;
  815.   src:local('Bangers Regular'),local(Bangers-Regular),url(https://fonts.gstatic.com/s/Bangers/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  816.   unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
  817. }
  818.  
  819. @font-face {
  820.   font-family:'Bangers';
  821.   font-style:normal;
  822.   font-weight:400;
  823.   src:local('Bangers Regular'),local(Bangers-Regular),url(https://fonts.gstatic.com/s/Bangers/v11/pEobIV_lL25TKBpqVI_a2w.woff2) format("woff2");
  824.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
  825. }
  826.  
  827. @font-face {
  828.   font-family:'Merienda';
  829.   font-style:normal;
  830.   font-weight:400;
  831.   font-display:swap;
  832.   src:url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  833.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  834. }
  835.  
  836. @font-face {
  837.   font-family:'Yeseva One';
  838.   font-style:normal;
  839.   font-weight:400;
  840.   font-display:swap;
  841.   src:url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxli1VWw.woff2) format("woff2");
  842.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  843. }
  844.  
  845. @font-face {
  846.   font-family:'Merienda';
  847.   font-style:normal;
  848.   font-weight:400;
  849.   font-display:swap;
  850.   src:url(https://fonts.gstatic.com/s/merienda/v9/gNMHW3x8Qoy5_mf8uWMFMIo.woff2) format("woff2");
  851.   unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  852. }
  853.  
  854. @font-face {
  855.   font-family:'Material Icons';
  856.   font-style:normal;
  857.   font-weight:400;
  858.   src:local('Material Icons'),local(MaterialIcons-Regular),url(https://fonts.gstatic.com/s/materialicons/v21/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
  859. }
  860.  
  861. .material-icons {
  862.   font-family:'Material Icons';
  863.   font-weight:normal;
  864.   font-style:normal;
  865.   font-size:24px;
  866.   line-height:1;
  867.   letter-spacing:normal;
  868.   text-transform:none;
  869.   display:inline-block;
  870.   white-space:nowrap;
  871.   word-wrap:normal;
  872.   direction:ltr;
  873.   -webkit-font-feature-settings:liga;
  874.   -webkit-font-smoothing:antialiased;
  875. }
  876.  
  877. h1 {
  878.   font-size:28px;
  879.   font-family:'Merienda';
  880. }
  881.  
  882. h2 {
  883.   font-size:10px;
  884.   font-family:'Nosifer';
  885.   color:#880808;
  886. }
  887.  
  888. h3 {
  889.   font-size:21px;
  890.   font-family:'Merienda',sans-serif;
  891. }
  892.  
  893. h4 {
  894.   font-size:22px;
  895. }
  896.  
  897. h5,h6 {
  898.   font-size:20px;
  899. }
  900.  
  901. a .material-icons,a:hover .material-icons,a:focus .material-icons {
  902.   vertical-align:middle;
  903. }
  904.  
  905. html {
  906. }
  907.  
  908. /*** GRID LAYOUT ***/
  909. .col-1 {
  910.   width:8.33%;
  911. }
  912.  
  913. .col-2 {
  914.   width:16.66%;
  915. }
  916.  
  917. .col-3 {
  918.   width:25%;
  919. }
  920.  
  921. .col-4 {
  922.   width:33.33%;
  923. }
  924.  
  925. .col-5 {
  926.   width:41.66%;
  927. }
  928.  
  929. .col-5-half {
  930.   width:47.66%;
  931. }
  932.  
  933. .col-6 {
  934.   width:50%;
  935. }
  936.  
  937. .col-7 {
  938.   width:58.33%;
  939. }
  940.  
  941. .col-8 {
  942.   width:66.66%;
  943. }
  944.  
  945. .col-9 {
  946.   width:75%;
  947. }
  948.  
  949. .col-10 {
  950.   width:83.33%;
  951. }
  952.  
  953. .col-11 {
  954.   width:91.66%;
  955. }
  956.  
  957. .col-12 {
  958.   width:100%;
  959. }
  960.  
  961. .col-12-full {
  962.   width:100%;
  963.   padding:30px;
  964. }
  965.  
  966. [class*="col-"] {
  967.   float:left;
  968.   padding:15px;
  969.   border:0 solid #ccc;
  970. }
  971.  
  972. [class*="no"] {
  973.   float:left;
  974.   padding:0;
  975. }
  976.  
  977. [class*="padd20"] {
  978.   display:block;
  979.   padding:20px;
  980. }
  981.  
  982. .row:after {
  983.   content:"";
  984.   clear:both;
  985.   display:block;
  986. }
  987.  
  988. .left {
  989.   text-align:left;
  990. }
  991.  
  992. .right {
  993.   text-align:right;
  994. }
  995.  
  996. .center {
  997.   text-align:center;
  998. }
  999.  
  1000. .fleft {
  1001.   float:left;
  1002. }
  1003.  
  1004. .fright {
  1005.   float:right;
  1006. }
  1007.  
  1008. .clear {
  1009.   clear:both;
  1010.   display:block;
  1011.   overflow:hidden;
  1012.   visibility:hidden;
  1013.   width:0;
  1014.   height:0;
  1015. }
  1016.  
  1017. .dotted {
  1018.   border-bottom:1px dashed #333;
  1019.   border-left:0;
  1020.   border-right:0;
  1021.   margin-bottom:10px;
  1022. }
  1023.  
  1024. .clte_header img {
  1025.   display:block;
  1026.   width:100%;
  1027.   height:auto;
  1028.   margin:0 auto;
  1029.   text-align:center;
  1030. }
  1031.  
  1032. .clte_header {
  1033.   margin:0 auto -80px;
  1034. }
  1035.  
  1036. .wrapper {
  1037.   display:block;
  1038.   position:relative;
  1039.   width:75%;
  1040.   height:auto;
  1041.   background-color:#f1f1f1;
  1042.   padding:10px 30px 30px;
  1043.   margin:-10px auto 20px;
  1044.   clear:both;
  1045.   float:none;
  1046.   position:relative;
  1047.   border-radius:10px;
  1048.   -webkit-border-radius:10px;
  1049.   box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1050.   -webkit-box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1051.   border-top:5px solid #000000;
  1052.   z-index:20;
  1053. }
  1054.  
  1055. .wrapper_secondary {
  1056.   display:block;
  1057.   position:relative;
  1058.   width:75%;
  1059.   height:auto;
  1060.   background-color:#f1f1f1;
  1061.   padding:10px 30px 30px;
  1062.   margin:10px auto 11px;
  1063.   clear:both;
  1064.   float:none;
  1065.   position:relative;
  1066.   border-radius:10px;
  1067.   -webkit-border-radius:10px;
  1068.   border:1px solid #000000;
  1069.   box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1070.   -webkit-box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1071. }
  1072.  
  1073. .img-raised {
  1074.   box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1075.   -webkit-box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1076. }
  1077.  
  1078. .img-responsive {
  1079.   display:block;
  1080.   max-width:100%;
  1081.   height:auto;
  1082.   border:5px solid #000000;
  1083. }
  1084.  
  1085. .img-circle {
  1086.   border-radius:50%;
  1087. }
  1088.  
  1089. /* .img {
  1090.     height: -10px;
  1091. } */
  1092. .clte-modavatar {
  1093.   text-align:center;
  1094.   margin:-110px auto 0;
  1095.   position:relative;
  1096. }
  1097.  
  1098. .clte-modavatar img {
  1099.   max-width:160px;
  1100.   margin:0 auto;
  1101.   background:rgb(203,96,179);
  1102.   background:-moz-linear-gradient(top,rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%);
  1103.   background:-webkit-linear-gradient(top,rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%);
  1104.   background:linear-gradient(to bottom,rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%);
  1105.   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3',endColorstr='#de47ac',GradientType=0);
  1106. }
  1107.  
  1108. .wrapper_sec {
  1109.   height:auto;
  1110.   background-color:#f1f1f1;
  1111. }
  1112.  
  1113. .mod-description {
  1114.   margin:30px auto 0;
  1115.   max-width:600px;
  1116.   color:#666666;
  1117.   font-size:19px;
  1118.   font-family:'Creepster';
  1119. }
  1120.  
  1121. .mod-text {
  1122.   margin:30px auto;
  1123.   max-width:600px;
  1124.   color:#666666;
  1125.   font-size:24px;
  1126.   font-family:Merienda;
  1127. }
  1128.  
  1129. /* Adds padding around Social Images */
  1130. .social {
  1131.   margin:20px auto;
  1132.   text-align:center;
  1133. }
  1134.  
  1135. /* Creates the Social Image Buttons */
  1136. .social img {
  1137. /* display: block; */
  1138.   vertical-align:middle;
  1139. /* padding-inline-end: 5px; */
  1140.   width:150px;
  1141. /* increases social icon size */
  1142. }
  1143.  
  1144. /* Rotates Images */
  1145. /* .social img:hover,
  1146. .social a:hover img {
  1147.     display: block;
  1148.     width: 60px;
  1149.     height: auto;
  1150.     transform: rotateY(365deg);
  1151.     -webkit-transform: rotateY(365deg)
  1152. } */
  1153. /* Aligns Social Image Links */
  1154. .social a:link,.social a:visited {
  1155.   display:inline-block;
  1156.   padding:6px 11px;
  1157.   text-align:center;
  1158.   background-color:#00000000;
  1159.   border-radius:5px;
  1160.   -webkit-border-radius:5px;
  1161. }
  1162.  
  1163. /* Creates a Shadow under Social Images */
  1164. /* .social a:hover {
  1165.     box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
  1166.     -webkit-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
  1167. } */
  1168. #tiptable {
  1169.   height:350px;
  1170.   overflow:auto;
  1171. }
  1172.  
  1173. .treq,.tbutt {
  1174.   display:inline-block;
  1175.   text-align:left;
  1176. }
  1177.  
  1178. .treq {
  1179.   font-family:Merienda;
  1180. }
  1181.  
  1182. .tbutt a:link,.tbutt a:visited {
  1183.   padding:6px 15px;
  1184.   text-align:center;
  1185.   background-color:#fff;
  1186.   border-radius:5px;
  1187.   -webkit-border-radius:5px;
  1188.   color:#000000;
  1189.   font-size:14px;
  1190.   text-decoration:none;
  1191.   border:1px solid #000000;
  1192. }
  1193.  
  1194. .tbutt a:hover {
  1195.   box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1196.   -webkit-box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1197.   color:#fff;
  1198.   text-decoration:none;
  1199.   background-color:#000000;
  1200. }
  1201.  
  1202. /*** Pan ***/
  1203. .mod-store {
  1204.   margin:30px auto 0;
  1205.   max-width:900px;
  1206.   width:90%;
  1207.   color:#666666;
  1208.   font-size:30px;
  1209.   font-family:'Merienda';
  1210. }
  1211.  
  1212. .pan-wrapper {
  1213.   display:block;
  1214.   width:32.3%;
  1215.   padding:0;
  1216.   border-radius:7px;
  1217.   -webkit-border-radius:7px;
  1218.   float:left;
  1219.   margin:10px 5px 5px auto;
  1220.   border:1px solid #cccccc;
  1221.   overflow:hidden;
  1222. }
  1223.  
  1224. .pan-header {
  1225.   display:block;
  1226.   padding:8px 11px;
  1227.   background-color:#fdfdfd;
  1228.   color:#333;
  1229.   text-shadow:0 -1px 2px #fff;
  1230.   border-bottom:1px solid #ccc;
  1231.   font-size:16px;
  1232.   font-weight:bold;
  1233.   margin:0 auto;
  1234.   border-radius:7px 7px 0 0;
  1235.   -webkit-border-radius:7px 7px 0 0;
  1236. }
  1237.  
  1238. .pan-body {
  1239.   padding:0;
  1240.   margin:0 auto;
  1241. }
  1242.  
  1243. .pan-body p {
  1244.   display:block;
  1245.   font-size:15px;
  1246.   color:#666;
  1247.   line-height:normal;
  1248.   margin:0 auto;
  1249.   padding:1px 5px;
  1250. }
  1251.  
  1252. .responsive {
  1253.   text-align:center;
  1254.   margin:0 auto 5px;
  1255.   overflow:hidden;
  1256. }
  1257.  
  1258. .responsive img {
  1259.   display:block;
  1260.   width:100%;
  1261.   height:auto;
  1262.   margin:0 auto;
  1263.   opacity:.7;
  1264.   transition:all .6s;
  1265.   -webkit-transition:all .6s;
  1266. }
  1267.  
  1268. .responsive:hover img {
  1269.   display:block;
  1270.   width:100%;
  1271.   height:auto;
  1272.   margin:0 auto;
  1273.   opacity:1;
  1274.   transform:scale(1.1,1.1) rotate(3deg);
  1275.   -webkit-transform:scale(1.1,1.1) rotate(3deg);
  1276. }
  1277.  
  1278. .pan-footer {
  1279.   display:block;
  1280.   padding:11px 9px;
  1281.   color:#333;
  1282.   text-shadow:0 -1px 2px #fff;
  1283.   border-top:1px solid #ccc;
  1284.   font-size:14px;
  1285.   margin:0 auto;
  1286.   border-radius:0 0 7px 7px;
  1287.   -webkit-border-radius:0 0 7px 7px;
  1288.   text-align:center;
  1289.   position:relative;
  1290. }
  1291.  
  1292. .pan-footer_club {
  1293.   display:block;
  1294. /* padding: 11px 9px; */
  1295.   color:#333;
  1296.   text-shadow:0 -1px 2px #fff;
  1297.   font-size:14px;
  1298.   margin:0 auto;
  1299.   border-radius:0 0 7px 7px;
  1300.   -webkit-border-radius:0 0 7px 7px;
  1301.   text-align:center;
  1302.   position:relative;
  1303. }
  1304.  
  1305. .pan-footer.button a:link,.pan-footer.button a:visited {
  1306.   padding:6px 11px;
  1307.   font-size:14px;
  1308.   text-align:center;
  1309.   background-color:#000000;
  1310.   color:#FFD700;
  1311.   text-decoration:none;
  1312.   border-radius:4px;
  1313.   -webkit-border-radius:4px;
  1314.   text-shadow:none;
  1315. }
  1316.  
  1317. .pan-footer_fame.button a:link,.pan-footer_fame.button a:visited {
  1318.   padding:6px 11px;
  1319.   font-size:14px;
  1320.   text-align:center;
  1321.   background-color:#000000;
  1322.   color:#FFD700;
  1323.   text-decoration:none;
  1324.   border-radius:4px;
  1325.   -webkit-border-radius:4px;
  1326.   text-shadow:none;
  1327. }
  1328.  
  1329. .pan-footer_club.button a:link,.pan-footer_club.button a:visited {
  1330.   padding:6px 11px;
  1331.   font-size:14px;
  1332.   text-align:center;
  1333.   background-color:#000000;
  1334.   color:#FFD700;
  1335.   text-decoration:none;
  1336.   border-radius:4px;
  1337.   -webkit-border-radius:4px;
  1338.   text-shadow:none;
  1339. }
  1340.  
  1341. .pan-footer.button a:hover {
  1342.   background-color:#222222;
  1343.   color:#ffffff;
  1344.   text-decoration:none;
  1345.   text-shadow:none;
  1346. }
  1347.  
  1348. .pan-footer_club.button a:hover {
  1349.   background-color:#222222;
  1350.   color:#ffffff;
  1351.   text-decoration:none;
  1352.   text-shadow:none;
  1353. }
  1354.  
  1355. .pan-footer .col-4 span {
  1356.   padding:3px 8px;
  1357.   text-align:center;
  1358.   background-color:#222222;
  1359.   color:#ffffff;
  1360.   font-size:11px;
  1361.   font-weight:300;
  1362.   border-radius:4px;
  1363.   -webkit-border-radius:4px;
  1364. }
  1365.  
  1366. .tipper_wrapper {
  1367.   background-color:#fdfdfd;
  1368.   border-radius:4px;
  1369.   -webkit-border-radius:30px;
  1370.   overflow:hidden;
  1371.   padding:0 0 20px;
  1372. }
  1373.  
  1374. .mod-ttpers {
  1375.   margin:30px auto 0;
  1376.   width:90%;
  1377.   color:#666666;
  1378.   font-size:16px;
  1379.   font-family:Merienda;
  1380. }
  1381.  
  1382. .pannel h1 {
  1383.   font-size:24px;
  1384.   text-align:center;
  1385. }
  1386.  
  1387. .shdow {
  1388.   box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1389.   -webkit-box-shadow:0 14px 26px -12px rgba(156,39,176,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  1390. }
  1391.  
  1392. .tipp-hder {
  1393.   background-color:#c7202070;
  1394.   padding:20px 0 10px;
  1395.   margin:0 auto 30px;
  1396. /* border: 1px solid #000000; */
  1397.   border-radius:4px 4px 0 0;
  1398.   -webkit-border-radius:4px 4px 0 0;
  1399. }
  1400.  
  1401. .tipper_wrapper:hover .tipp-hder {
  1402.   background-color:#ffffff;
  1403. }
  1404.  
  1405. .tipper_wrapper:hover .tipp-hder i {
  1406.   font-size:4.333rem;
  1407.   color:#000000;
  1408. }
  1409.  
  1410. .tipper_wrapper .tipp-hder i {
  1411.   font-size:2.77rem;
  1412.   color:#FFD700;
  1413.   text-shadow:0 0 7px #fff;
  1414. }
  1415.  
  1416. .tipp_listed {
  1417.   height:250px;
  1418.   overflow:auto;
  1419.   font-size:15px;
  1420. }
  1421.  
  1422. .tipp_listed p {
  1423.   font-size:15px;
  1424. }
  1425.  
  1426. .tipp_listed p i {
  1427.   border-radius:50%;
  1428.   -webkit-border-radius:50%;
  1429. }
  1430.  
  1431. .tipp_listed p:hover i {
  1432.   color:#fff;
  1433.   margin-right:6px;
  1434.   background-color:#000000;
  1435.   border-radius:50%;
  1436.   -webkit-border-radius:50%;
  1437. }
  1438.  
  1439. /*** Video ***/
  1440. .fullscreen-bg {
  1441.   position:relative!important;
  1442.   top:0;
  1443.   right:0;
  1444.   bottom:0;
  1445.   left:-1%;
  1446.   overflow:hidden;
  1447.   z-index:-100;
  1448.   width:102%!important;
  1449.   height:660px;
  1450.   text-align:center;
  1451.   background-color:#000;
  1452.   padding:10px;
  1453. }
  1454.  
  1455. .fullscreen-bg__video {
  1456.   position:relative!important;
  1457.   top:0;
  1458.   left:-1%;
  1459.   width:102%!important;
  1460.   height:660px;
  1461.   overflow:hidden;
  1462.   padding:10px;
  1463. }
  1464.  
  1465. .fullscreen-bg iframe,.fullscreen-bg embade {
  1466.   display:block;
  1467.   width:101%!important;
  1468.   height:auto;
  1469.   min-height:650px!important;
  1470.   margin:0 auto;
  1471.   padding:10px;
  1472. }
  1473.  
  1474. .header-filter {
  1475.   position:relative!important;
  1476. }
  1477.  
  1478. .header-filter:after {
  1479.   position:absolute;
  1480.   z-index:1;
  1481.   width:101%!important;
  1482.   height:100%;
  1483.   display:block;
  1484.   left:-1%;
  1485.   top:0;
  1486.   content:"";
  1487.   background-color:rgba(0,0,0,0.2);
  1488. }
  1489.  
  1490. .insider .col-12 {
  1491.   z-index:40;
  1492. }
  1493.  
  1494. .insider h1 {
  1495.   margin-top:20px;
  1496. }
  1497.  
  1498. /*** Top Menu***/
  1499. .mod-menu {
  1500.   display:block;
  1501.   width:100%;
  1502.   height:auto;
  1503.   padding:10px 12px;
  1504.   text-align:center;
  1505.   position:fixed;
  1506.   top:0;
  1507.   left:0;
  1508.   z-index:9999!important;
  1509.   background-color:#000000;
  1510.   font-family:'Merienda';
  1511. }
  1512.  
  1513. .mod-menu a:link,.mod-menu a:visited {
  1514.   padding:10px 12px;
  1515.   text-align:center;
  1516.   font-size:20px;
  1517.   color:#f1f1f1;
  1518.   text-decoration:none;
  1519.   z-index:1001!important;
  1520. }
  1521.  
  1522. .mod-menu a:hover {
  1523.   color:#fff;
  1524.   text-decoration:none;
  1525. }
  1526.  
  1527. i.red {
  1528.   color:#F06;
  1529.   vertical-align:middle;
  1530. }
  1531.  
  1532. .mod-ttle i {
  1533.   font-size:43px;
  1534.   color:#777;
  1535.   margin:-3px 11px auto;
  1536.   vertical-align:middle;
  1537. }
  1538.  
  1539. .cnctus.button a:link,.cnctus.button a:visited {
  1540.   padding:11px 21px;
  1541.   font-size:19px;
  1542.   text-align:center;
  1543.   background-color:#000000;
  1544.   color:#ffffff;
  1545.   text-decoration:none;
  1546.   border-radius:4px;
  1547.   -webkit-border-radius:4px;
  1548.   text-shadow:none;
  1549. }
  1550.  
  1551. .grey {
  1552.   color:#666;
  1553. }
  1554.  
  1555. .red {
  1556.   color:#880808;
  1557. }
  1558.  
  1559. .cnctus.button a:hover {
  1560.   background-color:#222222;
  1561.   color:#ffffff;
  1562.   text-decoration:none;
  1563.   text-shadow:none;
  1564. }
  1565.  
  1566. .avalon {
  1567.   -moz-box-sizing:border-box;
  1568.   box-sizing:border-box;
  1569.   background-position:0 0;
  1570.   transition:all .5s;
  1571.   -webkit-transition:all .5s;
  1572. }
  1573.  
  1574. .avalon:hover img {
  1575.   opacity:0;
  1576. }
  1577.  
  1578. .animated {
  1579.   -webkit-animation-duration:1s;
  1580.   animation-duration:1s;
  1581.   -webkit-animation-fill-mode:both;
  1582.   animation-fill-mode:both;
  1583. }
  1584.  
  1585. .animated.infinite {
  1586.   -webkit-animation-iteration-count:infinite;
  1587.   animation-iteration-count:infinite;
  1588. }
  1589.  
  1590. .animated.hinge {
  1591.   -webkit-animation-duration:2s;
  1592.   animation-duration:2s;
  1593. }
  1594.  
  1595. .animated.bounceIn,.animated.bounceOut {
  1596.   -webkit-animation-duration:.75s;
  1597.   animation-duration:.75s;
  1598. }
  1599.  
  1600. .bounceIn {
  1601.   -webkit-animation-name:bounceIn;
  1602.   animation-name:bounceIn;
  1603. }
  1604.  
  1605. @-webkit-keyframes bounceInDown {
  1606.   0%,60%,75%,90%,to {
  1607.     -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  1608.     animation-timing-function:cubic-bezier(.215,.61,.355,1);
  1609.   }
  1610.  
  1611.   0% {
  1612.     opacity:0;
  1613.     -webkit-transform:translate3d(0,-3000px,0);
  1614.     transform:translate3d(0,-3000px,0);
  1615.   }
  1616.  
  1617.   60% {
  1618.     opacity:1;
  1619.     -webkit-transform:translate3d(0,25px,0);
  1620.     transform:translate3d(0,25px,0);
  1621.   }
  1622.  
  1623.   75% {
  1624.     -webkit-transform:translate3d(0,-10px,0);
  1625.     transform:translate3d(0,-10px,0);
  1626.   }
  1627.  
  1628.   90% {
  1629.     -webkit-transform:translate3d(0,5px,0);
  1630.     transform:translate3d(0,5px,0);
  1631.   }
  1632.  
  1633.   to {
  1634.     -webkit-transform:none;
  1635.     transform:none;
  1636.   }
  1637. }
  1638.  
  1639. @keyframes bounceInDown {
  1640.   0%,60%,75%,90%,to {
  1641.     -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  1642.     animation-timing-function:cubic-bezier(.215,.61,.355,1);
  1643.   }
  1644.  
  1645.   0% {
  1646.     opacity:0;
  1647.     -webkit-transform:translate3d(0,-3000px,0);
  1648.     transform:translate3d(0,-3000px,0);
  1649.   }
  1650.  
  1651.   60% {
  1652.     opacity:1;
  1653.     -webkit-transform:translate3d(0,25px,0);
  1654.     transform:translate3d(0,25px,0);
  1655.   }
  1656.  
  1657.   75% {
  1658.     -webkit-transform:translate3d(0,-10px,0);
  1659.     transform:translate3d(0,-10px,0);
  1660.   }
  1661.  
  1662.   90% {
  1663.     -webkit-transform:translate3d(0,5px,0);
  1664.     transform:translate3d(0,5px,0);
  1665.   }
  1666.  
  1667.   to {
  1668.     -webkit-transform:none;
  1669.     transform:none;
  1670.   }
  1671. }
  1672.  
  1673. .bounceInDown {
  1674.   -webkit-animation-name:bounceInDown;
  1675.   animation-name:bounceInDown;
  1676. }
  1677.  
  1678. @-webkit-keyframes bounceInLeft {
  1679.   0%,60%,75%,90%,to {
  1680.     -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  1681.     animation-timing-function:cubic-bezier(.215,.61,.355,1);
  1682.   }
  1683.  
  1684.   0% {
  1685.     opacity:0;
  1686.     -webkit-transform:translate3d(-3000px,0,0);
  1687.     transform:translate3d(-3000px,0,0);
  1688.   }
  1689.  
  1690.   60% {
  1691.     opacity:1;
  1692.     -webkit-transform:translate3d(25px,0,0);
  1693.     transform:translate3d(25px,0,0);
  1694.   }
  1695.  
  1696.   75% {
  1697.     -webkit-transform:translate3d(-10px,0,0);
  1698.     transform:translate3d(-10px,0,0);
  1699.   }
  1700.  
  1701.   90% {
  1702.     -webkit-transform:translate3d(5px,0,0);
  1703.     transform:translate3d(5px,0,0);
  1704.   }
  1705.  
  1706.   to {
  1707.     -webkit-transform:none;
  1708.     transform:none;
  1709.   }
  1710. }
  1711.  
  1712. @media (min-aspect-ratio: 16/9) {
  1713.   .fullscreen-bg__video {
  1714.     width:100%;
  1715.     height:auto;
  1716.   }
  1717. }
  1718.  
  1719. @media (max-aspect-ratio: 16/9) {
  1720.   .fullscreen-bg__video {
  1721.     width:auto;
  1722.     height:100%;
  1723.   }
  1724. }
  1725.  
  1726. .screem-for-love {
  1727.   max-height:180px;
  1728.   overflow:auto;
  1729. }
  1730.  
  1731. .thumb {
  1732.   overflow:hidden;
  1733. }
  1734.  
  1735. .thumb img,.flyers img {
  1736.   display:block;
  1737.   width:100%;
  1738.   height:auto;
  1739.   margin:0 auto;
  1740. }
  1741.  
  1742. .responsive {
  1743.   border:4px solid #f1f1f1;
  1744.   overflow:hidden;
  1745.   max-height:240px;
  1746. }
  1747.  
  1748. .responsive:hover {
  1749.   border:4px solid #f1f1d1;
  1750.   box-shadow:0 1px 4px #999;
  1751.   -webkit-box-shadow:0 1px 4px #999;
  1752. }
  1753.  
  1754. .responsive div {
  1755.   display:block;
  1756.   width:100%;
  1757.   height:340px;
  1758.   padding:20px;
  1759.   text-align:center;
  1760.   background-color:rgba(0,0,0,0.5);
  1761.   opacity:0;
  1762.   margin:-10% auto 30%;
  1763.   z-index:999;
  1764.   position:relative;
  1765. }
  1766.  
  1767. .responsive:hover div {
  1768.   display:block;
  1769.   width:100%;
  1770.   height:340px;
  1771.   padding:20px;
  1772.   text-align:center;
  1773.   background-color:rgba(0,0,0,0.8);
  1774.   opacity:1;
  1775.   margin:-40% auto 30%;
  1776.   z-index:999;
  1777.   position:relative;
  1778. }
  1779.  
  1780. .responsive-small {
  1781.   border:4px solid #f1f1f1;
  1782.   overflow:hidden;
  1783.   max-height:200px;
  1784. }
  1785.  
  1786. .responsive-small:hover {
  1787.   border:4px solid #f1f1d1;
  1788.   box-shadow:0 1px 4px #999;
  1789.   -webkit-box-shadow:0 1px 4px #999;
  1790. }
  1791.  
  1792. .responsive-small div {
  1793.   display:block;
  1794.   width:100%;
  1795.   height:140px;
  1796.   padding:20px;
  1797.   text-align:center;
  1798.   background-color:rgba(0,0,0,0.5);
  1799.   opacity:0;
  1800.   margin:-10% auto 30%;
  1801.   z-index:999;
  1802.   position:relative;
  1803. }
  1804.  
  1805. .responsive-small:hover div {
  1806.   display:block;
  1807.   width:100%;
  1808.   height:240px;
  1809.   padding:20px;
  1810.   text-align:center;
  1811.   background-color:rgba(0,0,0,0.8);
  1812.   opacity:1;
  1813.   margin:-40% auto 30%;
  1814.   z-index:999;
  1815.   position:relative;
  1816. }
  1817.  
  1818. .overlay {
  1819.   position:fixed;
  1820.   top:0;
  1821.   bottom:0;
  1822.   left:0;
  1823.   right:0;
  1824.   background:rgba(0,0,0,0.7);
  1825.   transition:opacity 500ms;
  1826.   visibility:hidden;
  1827.   opacity:0;
  1828.   z-index:1000;
  1829. }
  1830.  
  1831. .overlay:target {
  1832.   visibility:visible;
  1833.   opacity:1;
  1834. }
  1835.  
  1836. .response img {
  1837.   display:block;
  1838.   width:100%;
  1839.   height:auto;
  1840.   margin:0 auto;
  1841. }
  1842.  
  1843. .das {
  1844.   display:block;
  1845.   padding:10px;
  1846.   text-align:left;
  1847.   color:#fff;
  1848.   font-family:'Merienda',Arial,sans-serif;
  1849.   height:200px;
  1850.   overflow:auto;
  1851. }
  1852.  
  1853. .das p {
  1854.   display:block;
  1855.   margin:0 auto;
  1856.   text-align:left;
  1857.   color:#fff;
  1858.   font-family:'Merienda',Arial,sans-serif;
  1859.   font-size:14px;
  1860. }
  1861.  
  1862. h2.ladyes {
  1863.   font-size:44px;
  1864.   font-weight:bold;
  1865.   color:#000000;
  1866.   font-family:'Cinzel Decorative',Quicksand,Merienda,Arial,sans-serif;
  1867. }
  1868.  
  1869. h2.fet {
  1870.   font-size:48px;
  1871.   font-weight:bold;
  1872.   margin:10px auto 22px;
  1873. }
  1874.  
  1875. h2.fet_life {
  1876.   font-size:30px;
  1877.   font-weight:bold;
  1878.   margin:10px auto 5px;
  1879. }
  1880.  
  1881. .das a:link,.das a:visited {
  1882.   display:inline-block;
  1883.   padding:11px 21px;
  1884.   font-size:16px;
  1885.   text-align:center;
  1886.   background-color:#000000;
  1887.   color:#ffffff;
  1888.   text-decoration:none;
  1889.   border-radius:4px;
  1890.   -webkit-border-radius:4px;
  1891.   text-shadow:none;
  1892.   margin:20px auto;
  1893.   font-family:'Merienda',Arial,sans-serif;
  1894.   border:1px solid #222222;
  1895. }
  1896.  
  1897. .das a:hover {
  1898.   background-color:#222222;
  1899.   color:#ffffff;
  1900.   text-decoration:none;
  1901.   text-shadow:none;
  1902.   border:1px solid #000000;
  1903. }
  1904.  
  1905. .start a:link,.start a:visited {
  1906.   padding:11px 31px;
  1907.   font-size:19px;
  1908.   text-align:center;
  1909.   background-color:#000000;
  1910.   color:#ffffff;
  1911.   text-decoration:none;
  1912.   border-radius:8px;
  1913.   -webkit-border-radius:8px;
  1914.   text-shadow:none;
  1915. /* margin: 20px auto; */
  1916.   font-family:'Merienda',Arial,sans-serif;
  1917.   border:1px solid #000000;
  1918. }
  1919.  
  1920. .start a:hover {
  1921.   background-color:#222222;
  1922.   color:#ffffff;
  1923.   text-decoration:none;
  1924.   text-shadow:none;
  1925.   border:1px solid #000000;
  1926. }
  1927.  
  1928. .start:hover {
  1929.   -webkit-box-reflect:below -28px -webkit-linear-gradient(bottom,rgba(255,255,255,0.3) 0%,transparent 50%,transparent 100%);
  1930.   -webkit-animation-duration:1s;
  1931.   animation-duration:1s;
  1932.   -webkit-animation-fill-mode:both;
  1933.   animation-fill-mode:both;
  1934.   -webkit-animation-name:bounceIn;
  1935.   animation-name:bounceIn;
  1936. }
  1937.  
  1938. .start i {
  1939.   font-size:44px;
  1940.   margin:-5px 10px auto -15px;
  1941. }
  1942.  
  1943. .services {
  1944.   margin-top:20px;
  1945.   transition:all 1.3s;
  1946.   -webkit-transition:all 1.3s;
  1947. }
  1948.  
  1949. .servinfo {
  1950.   /* height:182px; */
  1951.   background-color:#ffffff;
  1952.   text-align:center;
  1953.   font-size:14px;
  1954.   overflow:visible;
  1955. }
  1956.  
  1957. .service {
  1958.   background-color:#c7202070;
  1959.   color:#fff;
  1960.   background-image:url(https://mfcdesign.files.wordpress.com/2017/04/slast.png);
  1961.   background-repeat:no-repeat;
  1962.   background-size:1px 1px;
  1963.   background-position:center 20px;
  1964. }
  1965.  
  1966. .services:hover .service {
  1967.   background-image:url(https://mfcdesign.files.wordpress.com/2017/04/slast.png);
  1968.   background-repeat:no-repeat;
  1969.   background-size:300px 300px;
  1970.   -webkit-background-size:300px 300px;
  1971.   background-position:center center;
  1972. }
  1973.  
  1974. .service i {
  1975.   font-size:65px;
  1976.   margin:10px auto;
  1977. }
  1978.  
  1979. .service span {
  1980.   font-size:13px;
  1981.   color:#fff;
  1982.   font-family:'Merienda',Arial,sans-serif;
  1983. }
  1984.  
  1985. .services:hover .service i {
  1986.   transform:rotateY(360deg);
  1987.   -webkit-transform:rotateY(360deg);
  1988. }
  1989.  
  1990. .tipp-hder span {
  1991.   display:block;
  1992.   text-align:center;
  1993.   color:#fff;
  1994.   font-family:'Merienda',Arial,sans-serif;
  1995.   font-size:30px;
  1996. }
  1997.  
  1998. .tipper_wrapper:hover span {
  1999.   color:#000000;
  2000. }
  2001.  
  2002. .tipper_wrapper {
  2003.   display:inline-block;
  2004.   width:30%;
  2005.   margin:10px 4px;
  2006. }
  2007.  
  2008. .goldish p,.premiums p,.basics p {
  2009.   display:block;
  2010.   margin:0 auto;
  2011.   text-align:center;
  2012.   width:88%;
  2013.   padding:1px 4px;
  2014.   font-size:25px;
  2015. }
  2016.  
  2017. .tipper_wrapper {
  2018.   overflow:hidden;
  2019. }
  2020.  
  2021. .prefered {
  2022.   height:350px;
  2023. }
  2024.  
  2025. .mod-description {
  2026.   margin:30px auto 0;
  2027.   max-width:600px;
  2028.   color:#666666;
  2029.   font-size:19px;
  2030.   font-family:'Merienda';
  2031. }
  2032.  
  2033. .mod-description p {
  2034.   color:#666666;
  2035.   font-size:26px;
  2036.   font-family:'Merienda';
  2037. }
  2038.  
  2039. #photo_gallery_previews,#profile_comments {
  2040.   z-index:20!important;
  2041. }
  2042.  
  2043. #tiptable .padfix {
  2044.   display:block;
  2045.   padding:8px 11px!important;
  2046.   margin:2px auto;
  2047.   position:relative;
  2048. }
  2049.  
  2050. .padd {
  2051.   padding:30px 20px;
  2052. }
  2053.  
  2054. .treq {
  2055.   width:70%;
  2056.   text-align:left;
  2057. }
  2058.  
  2059. .tbutt {
  2060.   width:20%;
  2061.   text-align:center;
  2062. }
  2063.  
  2064. .well_header_clte {
  2065.   display:block;
  2066.   width:80%;
  2067.   height:auto;
  2068.   border:8px double rgba(8,33,40,0.40);
  2069.   position:relative;
  2070.   top:-550px;
  2071.   margin:0 auto -220px;
  2072.   text-align:center;
  2073.   background-color:rgba(74,48,96,0.60);
  2074.   padding:30px 10px;
  2075.   color:#fff;
  2076.   text-shadow:0 0 5px #fff;
  2077. }
  2078.  
  2079. .well_header_clte h1 {
  2080.   font-family:'Nosifer',Quicksand,Merienda,Arial,sans-serif;
  2081.   font-size:70px;
  2082. }
  2083.  
  2084. .well_header_clte p {
  2085.   display:block;
  2086.   width:90%;
  2087.   height:auto;
  2088.   margin:0 auto;
  2089.   padding:2px 4px;
  2090.   text-align:left;
  2091.   font-family:'Quicksand',Merienda,Arial,sans-serif;
  2092.   font-size:20px;
  2093. }
  2094.  
  2095. * {
  2096.   box-sizing:border-box;
  2097.   -moz-box-sizing:border-box;
  2098.   -webkit-box-sizing:border-box;
  2099.   transition:all .5s;
  2100.   -webkit-transition:all .5s;
  2101. }
  2102.  
  2103. .clearfix:after {
  2104.   clear:both;
  2105.   content:' ';
  2106.   display:block;
  2107.   font-size:0;
  2108.   line-height:0;
  2109.   visibility:hidden;
  2110.   width:0;
  2111.   height:0;
  2112. }
  2113.  
  2114. * html .clearfix {
  2115.   height:1%;
  2116. }
  2117.  
  2118. body {
  2119.   overflow-x:hidden;
  2120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement